|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.deployment.impl.StandardDeploymentObject
public class StandardDeploymentObject
DeploymentObject
Field Summary | |
---|---|
protected File |
deploymentObject
|
protected ZipFile |
zipFile
|
Constructor Summary | |
---|---|
StandardDeploymentObject(File deploymentObject)
|
Method Summary | |
---|---|
void |
close()
close |
InputStream |
getConfiguration(String configPath)
getConfiguration |
File |
getFile()
|
String |
getName()
getName |
String |
getPath()
getPath |
ZipFile |
getZipFile()
|
protected boolean |
verifyExtension(File file)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected File deploymentObject
protected ZipFile zipFile
Constructor Detail |
---|
public StandardDeploymentObject(File deploymentObject) throws FileNotDeployableException
IOException
FileNotDeployableException
Method Detail |
---|
public void close() throws IOException
close
close
in interface org.apache.jetspeed.deployment.DeploymentObject
IOException
DeploymentObject.close()
public InputStream getConfiguration(String configPath) throws IOException
getConfiguration
getConfiguration
in interface org.apache.jetspeed.deployment.DeploymentObject
configPath
-
IOException
DeploymentObject.getConfiguration(java.lang.String)
public String getName()
getName
getName
in interface org.apache.jetspeed.deployment.DeploymentObject
DeploymentObject.getName()
public String getPath()
getPath
getPath
in interface org.apache.jetspeed.deployment.DeploymentObject
DeploymentObject.getPath()
public ZipFile getZipFile() throws IOException
IOException
public File getFile()
getFile
in interface org.apache.jetspeed.deployment.DeploymentObject
protected boolean verifyExtension(File file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |