|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DeploymentObject
Object representation of a deployment artifact of some type.
Method Summary | |
void |
close()
Closes any resources that may have been opend during the use of this ObjectHandler. |
InputStream |
getConfiguration(String configPath)
retreives the the configuration for this deployment artifact based on the artifact-relative configPath
provided. |
File |
getFile()
|
String |
getName()
getName |
String |
getPath()
getPath |
Method Detail |
public void close() throws IOException
IOException
public InputStream getConfiguration(String configPath) throws IOException
configPath
provided.
configPath
- artifact-relative path to the confiuration file
null
if the
configuration is not present in the artifact.
IOException
- error opening the configurationpublic String getName()
getName
new java.io.File(getPath()).getName()
public String getPath()
getPath
public File getFile()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |