Modifier and Type | Method and Description |
---|---|
org.netbeans.modules.schema2beans.BaseBean |
getBaseBean(CommonDDBean bean)
Deprecated.
do not use - temporary workaround that exposes the schema2beans implementation
|
AppClient |
getDDRoot(File f)
Returns the root of deployment descriptor bean graph for java.io.File object.
|
AppClient |
getDDRoot(FileObject fo)
Returns the root of deployment descriptor bean graph for given file object.
|
AppClient |
getDDRootCopy(FileObject fo)
Returns the root of deployment descriptor bean graph for given file object.
|
static DDProvider |
getDefault()
Accessor method for DDProvider singleton
|
public static DDProvider getDefault()
public AppClient getDDRoot(File f) throws IOException, SAXException
f
- File representing the web.xml fileIOException
SAXException
public AppClient getDDRoot(FileObject fo) throws IOException
fo
- FileObject representing the application-client.xml fileIOException
public AppClient getDDRootCopy(FileObject fo) throws IOException
RootInterface.write(org.openide.filesystems.FileObject)
should be used
for writing the changes.fo
- FileObject representing the ejb-jar.xml fileIOException
@Deprecated public org.netbeans.modules.schema2beans.BaseBean getBaseBean(CommonDDBean bean)