|
org.netbeans.modules.j2ee.dd/1 1.13.0 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.j2ee.dd.api.application.DDProvider
public final class DDProvider
Provides access to Deployment Descriptor root (Application object)
| Method Summary | |
|---|---|
org.netbeans.modules.schema2beans.BaseBean |
getBaseBean(CommonDDBean bean)
Convenient method for getting the BaseBean object from CommonDDBean object. |
Application |
getDDRoot(FileObject fo)
Returns the root of deployment descriptor bean graph for given file object. |
Application |
getDDRoot(InputSource is)
Returns the root of deployment descriptor bean graph for java.io.File object. |
Application |
getDDRootCopy(FileObject fo)
Returns the root of deployment descriptor bean graph for given file object. |
static DDProvider |
getDefault()
Accessor method for DDProvider singleton |
SAXParseException |
parse(FileObject fo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DDProvider getDefault()
public Application getDDRoot(FileObject fo)
throws IOException
fo - FileObject representing the application.xml file
IOException
public Application getDDRootCopy(FileObject fo)
throws IOException
RootInterface.write(org.openide.filesystems.FileObject) should be used
for writing the changes.
fo - FileObject representing the application.xml file
IOException
public Application getDDRoot(InputSource is)
throws IOException,
SAXException
is - source representing the application.xml file
IOException
SAXExceptionpublic org.netbeans.modules.schema2beans.BaseBean getBaseBean(CommonDDBean bean)
public SAXParseException parse(FileObject fo)
throws SAXException,
IOException
SAXException
IOException
|
org.netbeans.modules.j2ee.dd/1 1.13.0 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||