|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentObject
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 |
---|
void close() throws IOException
IOException
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 configurationString getName()
getName
new java.io.File(getPath()).getName()
String getPath()
getPath
File getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |