|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.osgi.deployment.maven.container.BundleResource
public class BundleResource
From the Deployment Admin Specification:
A Deployment Package consists of installable resources. Resources are described in the Name sections of the Manifest. They are stored in the JAR file under a path. This path is called the resource id. Subsets of these resources are the bundles. Bundles are treated differently from the other resources by the Deployment Admin service.
Constructor Summary | |
---|---|
BundleResource()
Constructor which initializes the instance of the BundleResource . |
Method Summary | |
---|---|
java.lang.String |
getArtifactId()
|
IDeploymentPluginContext |
getContext()
|
java.lang.String |
getGroupId()
|
java.io.File |
getResolvedFile()
|
java.lang.String |
getResourceId()
The resourceId of the resource specifies the path and the name of the resource. |
java.lang.String |
getTargetPath()
|
java.lang.String |
getVersion()
|
boolean |
isCustomizer()
|
void |
setArtifactId(java.lang.String p_artifactId)
|
void |
setContext(IDeploymentPluginContext p_context)
|
void |
setCustomizer(boolean p_customizer)
|
void |
setDeploymentContext(IDeploymentPluginContext p_context)
|
void |
setGroupId(java.lang.String p_groupId)
|
void |
setResolvedFile(java.io.File p_resolvedFile)
|
void |
setTargetPath(java.lang.String p_targetPath)
|
void |
setVersion(java.lang.String p_version)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BundleResource()
BundleResource
.
Method Detail |
---|
public final void setDeploymentContext(IDeploymentPluginContext p_context)
p_context
- the context to setpublic final java.lang.String getResourceId()
IResource
getResourceId
in interface IResource
IResource.getResourceId()
public final java.lang.String getTargetPath()
public final void setTargetPath(java.lang.String p_targetPath)
p_targetPath
- the targetPath to setpublic final boolean isCustomizer()
public final void setCustomizer(boolean p_customizer)
p_customizer
- the customizer to setpublic final java.lang.String getGroupId()
public final void setGroupId(java.lang.String p_groupId)
p_groupId
- the groupId to setpublic final java.lang.String getArtifactId()
public final void setArtifactId(java.lang.String p_artifactId)
p_artifactId
- the artifactId to setpublic final java.lang.String getVersion()
public final void setVersion(java.lang.String p_version)
p_version
- the version to setpublic final IDeploymentPluginContext getContext()
public final void setContext(IDeploymentPluginContext p_context)
p_context
- the context to setpublic final java.io.File getResolvedFile()
public final void setResolvedFile(java.io.File p_resolvedFile)
p_resolvedFile
- the resolvedFile to setpublic final java.lang.String toString()
toString
in class java.lang.Object
BundleResource
.Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |