|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.j2ee.deploytool.DeployableObjectImpl
public class DeployableObjectImpl
Represents a deployable object
| Constructor Summary | |
|---|---|
DeployableObjectImpl()
|
|
| Method Summary | |
|---|---|
java.util.Enumeration |
entries()
Returns an enumeration of the entries, which are filenames relative to the module root. |
DDBean[] |
getChildBean(java.lang.String xpath)
Returns the array of standard beans for the XML content based on the XPath. |
java.lang.Class |
getClassFromScope(java.lang.String className)
Returns the class from the module. |
DDBeanRoot |
getDDBeanRoot()
Returns the deployment descriptor root. |
DDBeanRoot |
getDDBeanRoot(java.lang.String filename)
Returns the Deployment descriptor root. |
java.io.InputStream |
getEntry(java.lang.String name)
Returns the InputStream for a given entry. |
java.lang.String |
getModuleDTDVersion()
Deprecated method to get the version. |
java.lang.String[] |
getText(java.lang.String xpath)
Returns the XML content matching the xpath. |
ModuleType |
getType()
Returns the module type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeployableObjectImpl()
| Method Detail |
|---|
public ModuleType getType()
public DDBeanRoot getDDBeanRoot()
public DDBean[] getChildBean(java.lang.String xpath)
public java.lang.String[] getText(java.lang.String xpath)
public java.lang.Class getClassFromScope(java.lang.String className)
public java.lang.String getModuleDTDVersion()
public DDBeanRoot getDDBeanRoot(java.lang.String filename)
throws java.io.FileNotFoundException,
DDBeanCreateException
java.io.FileNotFoundException
DDBeanCreateExceptionpublic java.util.Enumeration entries()
public java.io.InputStream getEntry(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||