|
||||||||||
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. |
java.io.InputStream |
getConfiguration(java.lang.String configPath)
retreives the the configuration for this deployment artifact based on the artifact-relative configPath
provided. |
java.io.File |
getFile()
|
java.lang.String |
getName()
getName |
java.lang.String |
getPath()
getPath |
Method Detail |
---|
void close() throws java.io.IOException
java.io.IOException
java.io.InputStream getConfiguration(java.lang.String configPath) throws java.io.IOException
configPath
provided.
configPath
- artifact-relative path to the confiuration file
null
if the
configuration is not present in the artifact.
java.io.IOException
- error opening the configurationjava.lang.String getName()
getName
new java.io.File(getPath()).getName()
java.lang.String getPath()
getPath
java.io.File getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |