A B C D E G H I M N O P R S T U W

A

add(OrderedManifest.ManifestEntry) - Method in class net.sourceforge.osgi.deployment.maven.manifest.OrderedManifest
Add a ManifestEntry to the OrderedManifest.
add(String, String) - Method in class net.sourceforge.osgi.deployment.maven.manifest.OrderedManifest
Add a key/value pair to the OrderedManifest.

B

BUNDLE_LOCALIZATION - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Manifest header (named "Bundle-Localization") identifying the base name of the bundle's localization entries.
BUNDLE_SYMBOLICNAME - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Manifest header (named "Bundle-SymbolicName") identifying the bundle's symbolic name.
BUNDLE_VERSION - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Manifest header (named "Bundle-Version") identifying the bundle's version.
BundleResource - Class in net.sourceforge.osgi.deployment.maven.container
From the Deployment Admin Specification: A Deployment Package consists of installable resources.
BundleResource() - Constructor for class net.sourceforge.osgi.deployment.maven.container.BundleResource
Constructor which initializes the instance of the BundleResource.

C

CONTENT_TYPE - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.OrderedManifest
Content-Type manifest attribute.
CREATED_AT - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Extra header in the manifest file.
CREATED_BY - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Extra header in the manifest file.

D

DeploymentPackageInfo - Class in net.sourceforge.osgi.deployment.maven.container
This class represents a Deployment-Package and stores some information about it.
DeploymentPackageInfo() - Constructor for class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
A constructor which initializes an instance of a DeploymentPackageInfo.
DeploymentPackageManifest - Class in net.sourceforge.osgi.deployment.maven.manifest
This class represents the manifest of a Deployment-Package.
DeploymentPackageManifest(IDeploymentPluginContext) - Constructor for class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
 
DeploymentPlugin - Class in net.sourceforge.osgi.deployment.maven
 
DeploymentPlugin(IDeploymentPluginContext) - Constructor for class net.sourceforge.osgi.deployment.maven.DeploymentPlugin
Default constructor to inject the context.
DeploymentPluginException - Exception in net.sourceforge.osgi.deployment.maven
The DeploymentPluginException is thrown by the DeploymentPlugin to indicate an error in the creation of the OSGi Deployment-Package.
DeploymentPluginException(String, Throwable) - Constructor for exception net.sourceforge.osgi.deployment.maven.DeploymentPluginException
Constructor which creates an Exception chain with a message and a Throwable as the cause of this exception.
DeploymentPluginException(Throwable) - Constructor for exception net.sourceforge.osgi.deployment.maven.DeploymentPluginException
Constructor which creates an Exception chain with a Throwable as the cause of this exception.
DeploymentPluginException(String) - Constructor for exception net.sourceforge.osgi.deployment.maven.DeploymentPluginException
Constructor which creates an Exception with no original cause (Throwable) .
DeploymentPluginMojoContext - Class in net.sourceforge.osgi.deployment.maven.mojo
Create an OSGi deployment package from Maven project.
DeploymentPluginMojoContext() - Constructor for class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
DP_CONTACTADDRESS - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_CONTENT_TYPE - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_COPYRIGHT - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_CUSTOMIZER - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_DESCRIPTION - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_DOCURL - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_FIXPACK - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_LICENSE - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_MANIFESTVERSION - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_NAME - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_RESOURCE_PROCESSOR - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_SHA1_DIGEST - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_SYMBOLICNAME - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_VENDOR - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
DP_VERSION - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.

E

EMPTY_LINE - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.OrderedManifest
An empty line on the manifest.
execute() - Method in class net.sourceforge.osgi.deployment.maven.DeploymentPlugin
Starts the execution of the Deployment-Package generation.
execute() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
This method will be called by the Maven framework in order to execute this plugin.

G

getArchiverManager() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getArchiverManager() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getArtifactFactory() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getArtifactFactory() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getArtifactHandlerManager() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getArtifactHandlerManager() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getArtifactId() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
getArtifactResolver() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getArtifactResolver() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getBaseDir() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getBaseDir() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getBuildDirectory() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getBuildDirectory() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getBundleLocalization() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getBundleResources() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
Resources can be Bundle-, Localization- or Processed-Resources.
getContactAddress() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getContext() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
getCopyright() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getDeploymentPackageInfo() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getDeploymentPackageInfo() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getDescription() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getDocURL() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getFilePath() - Method in class net.sourceforge.osgi.deployment.maven.container.ProcessedResource
 
getFixPack() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getGroupId() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
getLocalizationResources() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
Resources can be Bundle-, Localization- or Processed-Resources.
getLocalRepository() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getLocalRepository() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getLogger() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getLogger() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getManifestLocation() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getManifestLocation() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getOutputDirectory() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getOutputDirectory() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getPluginName() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
Returns the name of the plugin.
getPluginName() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
TODO How do we get the plugin name?
getPluginVersion() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
Returns the plugin version.
getPluginVersion() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
TODO How do we get the plugin version?
getProcessedResources() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
Resources can be Bundle-, Localization- or Processed-Resources.
getProcessor() - Method in class net.sourceforge.osgi.deployment.maven.container.ProcessedResource
 
getProject() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getProject() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getRemoteRepositories() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getRemoteRepositories() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getResolvedFile() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
getResourceId() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
getResourceId() - Method in class net.sourceforge.osgi.deployment.maven.container.ProcessedResource
 
getResourceId() - Method in interface net.sourceforge.osgi.deployment.maven.IResource
The resourceId of the resource specifies the path and the name of the resource.
getResources() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getSupportedProjectTypes() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
getSupportedProjectTypes() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
getSymbolicName() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getTargetPath() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
getTargetPath() - Method in class net.sourceforge.osgi.deployment.maven.container.ProcessedResource
 
getVendor() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
getVersion() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
getVersion() - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 

H

HEADER_PATTERN - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.OrderedManifest
A pattern to verify the header of a manifest entry.

I

IDeploymentPluginContext - Interface in net.sourceforge.osgi.deployment.maven
The deployment context provides all relevant data to the deployment plugin.
IResource - Interface in net.sourceforge.osgi.deployment.maven
From the Deployment Admin Specification: A Deployment Package consists of installable resources.
isCustomizer() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
isResourceId(String) - Static method in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
This method checks whether the given resourceId conforms to the OSGi Specification.
isUniqueName(String) - Static method in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
This method checks whether the given symbolic name conforms to the OSGi Specification of a unique name.
isVersion(String) - Static method in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
This method checks whether the given version conforms to the OSGi Specification.
isVersionRange(String) - Static method in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
This method checks whether the given version range conforms to the OSGi Specification.
isWriteExtraData() - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
 
isWriteExtraData() - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 

M

MANIFEST_VERSION - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.OrderedManifest
Manifest-Version manifest attribute.
ManifestException - Exception in net.sourceforge.osgi.deployment.maven.manifest
An ManifestException is thrown if any error occures while processing the input data from the IDeploymentPluginContext to generate the manifest file.
ManifestException(String, Throwable) - Constructor for exception net.sourceforge.osgi.deployment.maven.manifest.ManifestException
Constructor which creates an Exception chain with a message and a Throwable as the cause of this exception.
ManifestException(Throwable) - Constructor for exception net.sourceforge.osgi.deployment.maven.manifest.ManifestException
Constructor which creates an Exception chain with a Throwable as the cause of this exception.
ManifestException(String) - Constructor for exception net.sourceforge.osgi.deployment.maven.manifest.ManifestException
Constructor which creates an Exception with no original cause (Throwable) .

N

net.sourceforge.osgi.deployment.maven - package net.sourceforge.osgi.deployment.maven
 
net.sourceforge.osgi.deployment.maven.container - package net.sourceforge.osgi.deployment.maven.container
 
net.sourceforge.osgi.deployment.maven.manifest - package net.sourceforge.osgi.deployment.maven.manifest
 
net.sourceforge.osgi.deployment.maven.mojo - package net.sourceforge.osgi.deployment.maven.mojo
 

O

OrderedManifest - Class in net.sourceforge.osgi.deployment.maven.manifest
The OrderedManifest stores manifest entries in a defined order.
OrderedManifest() - Constructor for class net.sourceforge.osgi.deployment.maven.manifest.OrderedManifest
 

P

PATH_NAME_PATTERN - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the Deployment Admin Specification in the OSGi Platform Release 4, Version 4.1.
ProcessedResource - Class in net.sourceforge.osgi.deployment.maven.container
From the Deployment Admin Specification: A Deployment Package consists of installable resources.
ProcessedResource() - Constructor for class net.sourceforge.osgi.deployment.maven.container.ProcessedResource
A constructor which initializes an instance of a ProcessedResource.

R

resolveResource(String, String, String) - Method in interface net.sourceforge.osgi.deployment.maven.IDeploymentPluginContext
This method resolves an artifact on all available repositories and returns the file handle to that artifact.
resolveResource(String, String, String) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
This method resolves an artifact on all available repositories and returns the file handle to that artifact.

S

setArchiverManager(ArchiverManager) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setArtifactFactory(ArtifactFactory) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setArtifactHandlerManager(ArtifactHandlerManager) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setArtifactId(String) - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
setArtifactResolver(ArtifactResolver) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setBaseDir(File) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setBuildDirectory(String) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setBundleLocalization(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setContactAddress(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setContext(IDeploymentPluginContext) - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
setCopyright(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setCustomizer(boolean) - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
setDeploymentContext(IDeploymentPluginContext) - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
setDeploymentPackage(DeploymentPackageInfo) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setDeploymentPackageInfo(DeploymentPackageInfo) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setDescription(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setDocURL(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setFilePath(String) - Method in class net.sourceforge.osgi.deployment.maven.container.ProcessedResource
 
setFixPack(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setGroupId(String) - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
setLocalRepository(ArtifactRepository) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setManifestLocation(File) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setOutputDirectory(File) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setProcessor(String) - Method in class net.sourceforge.osgi.deployment.maven.container.ProcessedResource
 
setProject(MavenProject) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setRemoteRepositories(List<ArtifactRepository>) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setResolvedFile(File) - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
setResources(List<IResource>) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setSupportedProjectTypes(List<String>) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 
setSymbolicName(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setTargetPath(String) - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
setTargetPath(String) - Method in class net.sourceforge.osgi.deployment.maven.container.ProcessedResource
 
setVendor(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setVersion(String) - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 
setVersion(String) - Method in class net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfo
 
setWriteExtraData(boolean) - Method in class net.sourceforge.osgi.deployment.maven.mojo.DeploymentPluginMojoContext
 

T

TOOL - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Extra header in the manifest file.
toString() - Method in class net.sourceforge.osgi.deployment.maven.container.BundleResource
 

U

UNIQUE_NAME_PATTERN - Static variable in class net.sourceforge.osgi.deployment.maven.manifest.DeploymentPackageManifest
Constant from the OSGi Platform Release 4, Version 4.1.

W

write(OutputStream) - Method in class net.sourceforge.osgi.deployment.maven.manifest.OrderedManifest
Write the current contents of the OrderedManifest into a OutputStream.

A B C D E G H I M N O P R S T U W

Copyright © 2008 Humboldt University Berlin. All Rights Reserved.