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