Class AdminapiXMLImporter
- java.lang.Object
-
- net.anotheria.anosite.gen.shared.service.AdminapiXMLImporter
-
public class AdminapiXMLImporter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AdminapiXMLImporter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description net.anotheria.util.xml.XMLTreecreateAnoAccessApplicationDataXMLExport()Create an XML Document (jdom) from AnoAccessApplicationData data for export.net.anotheria.util.xml.XMLTreecreateAnoAccessConfigurationXMLExport()Create an XML Document (jdom) from AnoAccessConfiguration data for export.net.anotheria.util.xml.XMLTreecreateASActionXMLExport()Create an XML Document (jdom) from ASAction data for export.net.anotheria.util.xml.XMLTreecreateASBrandXMLExport()Create an XML Document (jdom) from ASBrand data for export.net.anotheria.util.xml.XMLTreecreateASCustomActionXMLExport()Create an XML Document (jdom) from ASCustomAction data for export.net.anotheria.util.xml.XMLTreecreateASCustomDataXMLExport()Create an XML Document (jdom) from ASCustomData data for export.net.anotheria.util.xml.XMLTreecreateASExperimentXMLExport()Create an XML Document (jdom) from ASExperiment data for export.net.anotheria.util.xml.XMLTreecreateASFeatureXMLExport()Create an XML Document (jdom) from ASFeature data for export.net.anotheria.util.xml.XMLTreecreateASFederatedDataXMLExport()Create an XML Document (jdom) from ASFederatedData data for export.net.anotheria.util.xml.XMLTreecreateASGenericActionXMLExport()Create an XML Document (jdom) from ASGenericAction data for export.net.anotheria.util.xml.XMLTreecreateASGenericDataXMLExport()Create an XML Document (jdom) from ASGenericData data for export.net.anotheria.util.xml.XMLTreecreateASLayoutDataXMLExport()Create an XML Document (jdom) from ASLayoutData data for export.net.anotheria.util.xml.XMLTreecreateASResourceDataXMLExport()Create an XML Document (jdom) from ASResourceData data for export.net.anotheria.util.xml.XMLTreecreateASSiteConfigXMLExport()Create an XML Document (jdom) from ASSiteConfig data for export.net.anotheria.util.xml.XMLTreecreateASSiteDataXMLExport()Create an XML Document (jdom) from ASSiteData data for export.net.anotheria.util.xml.XMLTreecreateASUserDataXMLExport()Create an XML Document (jdom) from ASUserData data for export.net.anotheria.util.xml.XMLTreecreateASWebDataXMLExport()Create an XML Document (jdom) from ASWebData data for export.net.anotheria.util.xml.XMLTreecreateASWizardDataXMLExport()Create an XML Document (jdom) from ASWizardData data for export.net.anotheria.util.xml.XMLTreecreateCompleteXMLExport()Create an XML Document (ano-util) with data from all modules.net.anotheria.util.xml.XMLTreecreateImagesXMLExport()Create an XML Document (jdom) from Images data for export.static voidmain(java.lang.String[] a)static org.jdom2.DocumentparseDocument(java.lang.String content)voidwriteAnoAccessApplicationDataXMLExportToFile(java.io.File target)Write AnoAccessApplicationData as XML into given file.voidwriteAnoAccessApplicationDataXMLExportToStream(java.io.OutputStream target)Write AnoAccessApplicationData as XML into given stream.voidwriteAnoAccessConfigurationXMLExportToFile(java.io.File target)Write AnoAccessConfiguration as XML into given file.voidwriteAnoAccessConfigurationXMLExportToStream(java.io.OutputStream target)Write AnoAccessConfiguration as XML into given stream.voidwriteASActionXMLExportToFile(java.io.File target)Write ASAction as XML into given file.voidwriteASActionXMLExportToStream(java.io.OutputStream target)Write ASAction as XML into given stream.voidwriteASBrandXMLExportToFile(java.io.File target)Write ASBrand as XML into given file.voidwriteASBrandXMLExportToStream(java.io.OutputStream target)Write ASBrand as XML into given stream.voidwriteASCustomActionXMLExportToFile(java.io.File target)Write ASCustomAction as XML into given file.voidwriteASCustomActionXMLExportToStream(java.io.OutputStream target)Write ASCustomAction as XML into given stream.voidwriteASCustomDataXMLExportToFile(java.io.File target)Write ASCustomData as XML into given file.voidwriteASCustomDataXMLExportToStream(java.io.OutputStream target)Write ASCustomData as XML into given stream.voidwriteASExperimentXMLExportToFile(java.io.File target)Write ASExperiment as XML into given file.voidwriteASExperimentXMLExportToStream(java.io.OutputStream target)Write ASExperiment as XML into given stream.voidwriteASFeatureXMLExportToFile(java.io.File target)Write ASFeature as XML into given file.voidwriteASFeatureXMLExportToStream(java.io.OutputStream target)Write ASFeature as XML into given stream.voidwriteASFederatedDataXMLExportToFile(java.io.File target)Write ASFederatedData as XML into given file.voidwriteASFederatedDataXMLExportToStream(java.io.OutputStream target)Write ASFederatedData as XML into given stream.voidwriteASGenericActionXMLExportToFile(java.io.File target)Write ASGenericAction as XML into given file.voidwriteASGenericActionXMLExportToStream(java.io.OutputStream target)Write ASGenericAction as XML into given stream.voidwriteASGenericDataXMLExportToFile(java.io.File target)Write ASGenericData as XML into given file.voidwriteASGenericDataXMLExportToStream(java.io.OutputStream target)Write ASGenericData as XML into given stream.voidwriteASLayoutDataXMLExportToFile(java.io.File target)Write ASLayoutData as XML into given file.voidwriteASLayoutDataXMLExportToStream(java.io.OutputStream target)Write ASLayoutData as XML into given stream.voidwriteASResourceDataXMLExportToFile(java.io.File target)Write ASResourceData as XML into given file.voidwriteASResourceDataXMLExportToStream(java.io.OutputStream target)Write ASResourceData as XML into given stream.voidwriteASSiteConfigXMLExportToFile(java.io.File target)Write ASSiteConfig as XML into given file.voidwriteASSiteConfigXMLExportToStream(java.io.OutputStream target)Write ASSiteConfig as XML into given stream.voidwriteASSiteDataXMLExportToFile(java.io.File target)Write ASSiteData as XML into given file.voidwriteASSiteDataXMLExportToStream(java.io.OutputStream target)Write ASSiteData as XML into given stream.voidwriteASUserDataXMLExportToFile(java.io.File target)Write ASUserData as XML into given file.voidwriteASUserDataXMLExportToStream(java.io.OutputStream target)Write ASUserData as XML into given stream.voidwriteASWebDataXMLExportToFile(java.io.File target)Write ASWebData as XML into given file.voidwriteASWebDataXMLExportToStream(java.io.OutputStream target)Write ASWebData as XML into given stream.voidwriteASWizardDataXMLExportToFile(java.io.File target)Write ASWizardData as XML into given file.voidwriteASWizardDataXMLExportToStream(java.io.OutputStream target)Write ASWizardData as XML into given stream.voidwriteCompleteXMLExportToFile(java.io.File target)Write XML data from all modules into given file.voidwriteCompleteXMLExportToStream(java.io.OutputStream target)Write XML data from all modules into given stream.voidwriteImagesXMLExportToFile(java.io.File target)Write Images as XML into given file.voidwriteImagesXMLExportToStream(java.io.OutputStream target)Write Images as XML into given stream.
-
-
-
Method Detail
-
parseDocument
public static org.jdom2.Document parseDocument(java.lang.String content) throws org.jdom2.JDOMException, java.io.IOException- Throws:
org.jdom2.JDOMExceptionjava.io.IOException
-
createCompleteXMLExport
public net.anotheria.util.xml.XMLTree createCompleteXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (ano-util) with data from all modules.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeCompleteXMLExportToStream
public void writeCompleteXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite XML data from all modules into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeCompleteXMLExportToFile
public void writeCompleteXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite XML data from all modules into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASGenericDataXMLExport
public net.anotheria.util.xml.XMLTree createASGenericDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASGenericData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASGenericDataXMLExportToStream
public void writeASGenericDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASGenericData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASGenericDataXMLExportToFile
public void writeASGenericDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASGenericData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASCustomDataXMLExport
public net.anotheria.util.xml.XMLTree createASCustomDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASCustomData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASCustomDataXMLExportToStream
public void writeASCustomDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASCustomData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASCustomDataXMLExportToFile
public void writeASCustomDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASCustomData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASFederatedDataXMLExport
public net.anotheria.util.xml.XMLTree createASFederatedDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASFederatedData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASFederatedDataXMLExportToStream
public void writeASFederatedDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASFederatedData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASFederatedDataXMLExportToFile
public void writeASFederatedDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASFederatedData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createImagesXMLExport
public net.anotheria.util.xml.XMLTree createImagesXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from Images data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeImagesXMLExportToStream
public void writeImagesXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite Images as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeImagesXMLExportToFile
public void writeImagesXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite Images as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASLayoutDataXMLExport
public net.anotheria.util.xml.XMLTree createASLayoutDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASLayoutData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASLayoutDataXMLExportToStream
public void writeASLayoutDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASLayoutData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASLayoutDataXMLExportToFile
public void writeASLayoutDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASLayoutData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASSiteDataXMLExport
public net.anotheria.util.xml.XMLTree createASSiteDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASSiteData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASSiteDataXMLExportToStream
public void writeASSiteDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASSiteData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASSiteDataXMLExportToFile
public void writeASSiteDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASSiteData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASSiteConfigXMLExport
public net.anotheria.util.xml.XMLTree createASSiteConfigXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASSiteConfig data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASSiteConfigXMLExportToStream
public void writeASSiteConfigXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASSiteConfig as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASSiteConfigXMLExportToFile
public void writeASSiteConfigXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASSiteConfig as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASWebDataXMLExport
public net.anotheria.util.xml.XMLTree createASWebDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASWebData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASWebDataXMLExportToStream
public void writeASWebDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASWebData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASWebDataXMLExportToFile
public void writeASWebDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASWebData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASResourceDataXMLExport
public net.anotheria.util.xml.XMLTree createASResourceDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASResourceData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASResourceDataXMLExportToStream
public void writeASResourceDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASResourceData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASResourceDataXMLExportToFile
public void writeASResourceDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASResourceData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASGenericActionXMLExport
public net.anotheria.util.xml.XMLTree createASGenericActionXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASGenericAction data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASGenericActionXMLExportToStream
public void writeASGenericActionXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASGenericAction as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASGenericActionXMLExportToFile
public void writeASGenericActionXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASGenericAction as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASCustomActionXMLExport
public net.anotheria.util.xml.XMLTree createASCustomActionXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASCustomAction data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASCustomActionXMLExportToStream
public void writeASCustomActionXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASCustomAction as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASCustomActionXMLExportToFile
public void writeASCustomActionXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASCustomAction as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASActionXMLExport
public net.anotheria.util.xml.XMLTree createASActionXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASAction data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASActionXMLExportToStream
public void writeASActionXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASAction as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASActionXMLExportToFile
public void writeASActionXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASAction as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASWizardDataXMLExport
public net.anotheria.util.xml.XMLTree createASWizardDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASWizardData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASWizardDataXMLExportToStream
public void writeASWizardDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASWizardData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASWizardDataXMLExportToFile
public void writeASWizardDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASWizardData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASUserDataXMLExport
public net.anotheria.util.xml.XMLTree createASUserDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASUserData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASUserDataXMLExportToStream
public void writeASUserDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASUserData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASUserDataXMLExportToFile
public void writeASUserDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASUserData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createAnoAccessConfigurationXMLExport
public net.anotheria.util.xml.XMLTree createAnoAccessConfigurationXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from AnoAccessConfiguration data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeAnoAccessConfigurationXMLExportToStream
public void writeAnoAccessConfigurationXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite AnoAccessConfiguration as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeAnoAccessConfigurationXMLExportToFile
public void writeAnoAccessConfigurationXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite AnoAccessConfiguration as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createAnoAccessApplicationDataXMLExport
public net.anotheria.util.xml.XMLTree createAnoAccessApplicationDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from AnoAccessApplicationData data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeAnoAccessApplicationDataXMLExportToStream
public void writeAnoAccessApplicationDataXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite AnoAccessApplicationData as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeAnoAccessApplicationDataXMLExportToFile
public void writeAnoAccessApplicationDataXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite AnoAccessApplicationData as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASFeatureXMLExport
public net.anotheria.util.xml.XMLTree createASFeatureXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASFeature data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASFeatureXMLExportToStream
public void writeASFeatureXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASFeature as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASFeatureXMLExportToFile
public void writeASFeatureXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASFeature as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASExperimentXMLExport
public net.anotheria.util.xml.XMLTree createASExperimentXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASExperiment data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASExperimentXMLExportToStream
public void writeASExperimentXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASExperiment as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASExperimentXMLExportToFile
public void writeASExperimentXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASExperiment as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
createASBrandXMLExport
public net.anotheria.util.xml.XMLTree createASBrandXMLExport() throws net.anotheria.asg.exception.ASGRuntimeExceptionCreate an XML Document (jdom) from ASBrand data for export.- Throws:
net.anotheria.asg.exception.ASGRuntimeException
-
writeASBrandXMLExportToStream
public void writeASBrandXMLExportToStream(java.io.OutputStream target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASBrand as XML into given stream.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASBrandXMLExportToFile
public void writeASBrandXMLExportToFile(java.io.File target) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeExceptionWrite ASBrand as XML into given file.- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
main
public static void main(java.lang.String[] a) throws java.io.IOException, net.anotheria.asg.exception.ASGRuntimeException- Throws:
java.io.IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
-