|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.osgi.deployment.maven.container.ProcessedResource
public class ProcessedResource
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. Non-bundle resources are called processed resources.
Constructor Summary | |
---|---|
ProcessedResource()
A constructor which initializes an instance of a ProcessedResource . |
Method Summary | |
---|---|
java.lang.String |
getFilePath()
|
java.lang.String |
getProcessor()
|
java.lang.String |
getResourceId()
The resourceId of the resource specifies the path and the name of the resource. |
java.lang.String |
getTargetPath()
|
void |
setFilePath(java.lang.String p_filePath)
|
void |
setProcessor(java.lang.String p_processor)
|
void |
setTargetPath(java.lang.String p_targetPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessedResource()
ProcessedResource
.
Method Detail |
---|
public final java.lang.String getFilePath()
public final void setFilePath(java.lang.String p_filePath)
p_filePath
- the file to setpublic final java.lang.String getTargetPath()
public final void setTargetPath(java.lang.String p_targetPath)
p_targetPath
- the targetPath to setpublic final java.lang.String getProcessor()
public final void setProcessor(java.lang.String p_processor)
p_processor
- the processor to setpublic final java.lang.String getResourceId()
IResource
getResourceId
in interface IResource
IResource.getResourceId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |