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