|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
buildConfiguration(File outfile,
Manifest manifest,
File module,
org.apache.xmlbeans.XmlObject plan)
Build a configuration from a local file |
void |
buildConfiguration(File outfile,
Manifest manifest,
InputStream module,
org.apache.xmlbeans.XmlObject plan)
Build a configuration from an arbitrary input stream |
boolean |
canConfigure(org.apache.xmlbeans.XmlObject plan)
Determine if this builder can handle the supplied plan. |
org.apache.xmlbeans.XmlObject |
getDeploymentPlan(URL module)
Extract the deployment plan from a module if this builder can process it. |
org.apache.xmlbeans.SchemaTypeLoader[] |
getTypeLoaders()
|
| Method Detail |
public org.apache.xmlbeans.SchemaTypeLoader[] getTypeLoaders()
public boolean canConfigure(org.apache.xmlbeans.XmlObject plan)
plan - the plan to examine
public org.apache.xmlbeans.XmlObject getDeploymentPlan(URL module)
throws org.apache.xmlbeans.XmlException
module - the URL of the module to examine
org.apache.xmlbeans.XmlException
public void buildConfiguration(File outfile,
Manifest manifest,
File module,
org.apache.xmlbeans.XmlObject plan)
throws IOException,
DeploymentException
outfile - the file to write the configuration tomodule - the module to buildplan - the deployment plan
IOException - if there was a problem reading or writing the files
DeploymentException - if there was a problem with the configuration
public void buildConfiguration(File outfile,
Manifest manifest,
InputStream module,
org.apache.xmlbeans.XmlObject plan)
throws IOException,
DeploymentException
outfile - the file to write the configuration tomodule - the module to buildplan - the deployment plan
IOException - if there was a problem reading or writing the files
DeploymentException - if there was a problem with the configuration
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||