|
||||||||||
| 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 DeploymentObjectjava.io.IOExceptionDeploymentObject.close()
public java.io.InputStream getConfiguration(java.lang.String configPath)
throws java.io.IOException
getConfiguration
getConfiguration in interface DeploymentObjectconfigPath -
java.io.IOExceptionDeploymentObject.getConfiguration(java.lang.String)public java.lang.String getName()
getName
getName in interface DeploymentObjectDeploymentObject.getName()public java.lang.String getPath()
getPath
getPath in interface DeploymentObjectDeploymentObject.getPath()
public java.util.zip.ZipFile getZipFile()
throws java.io.IOException
java.io.IOExceptionpublic java.io.File getFile()
getFile in interface DeploymentObjectprotected boolean verifyExtension(java.io.File file)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||