Class AnositeXMLImporter
- java.lang.Object
-
- net.anotheria.anosite.gen.shared.service.AnositeXMLImporter
-
public class AnositeXMLImporter extends Object
-
-
Constructor Summary
Constructors Constructor Description AnositeXMLImporter()
-
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(String[] a)static org.jdom2.DocumentparseDocument(String content)voidwriteAnoAccessApplicationDataXMLExportToFile(File target)Write AnoAccessApplicationData as XML into given file.voidwriteAnoAccessApplicationDataXMLExportToStream(OutputStream target)Write AnoAccessApplicationData as XML into given stream.voidwriteAnoAccessConfigurationXMLExportToFile(File target)Write AnoAccessConfiguration as XML into given file.voidwriteAnoAccessConfigurationXMLExportToStream(OutputStream target)Write AnoAccessConfiguration as XML into given stream.voidwriteASActionXMLExportToFile(File target)Write ASAction as XML into given file.voidwriteASActionXMLExportToStream(OutputStream target)Write ASAction as XML into given stream.voidwriteASBrandXMLExportToFile(File target)Write ASBrand as XML into given file.voidwriteASBrandXMLExportToStream(OutputStream target)Write ASBrand as XML into given stream.voidwriteASCustomActionXMLExportToFile(File target)Write ASCustomAction as XML into given file.voidwriteASCustomActionXMLExportToStream(OutputStream target)Write ASCustomAction as XML into given stream.voidwriteASCustomDataXMLExportToFile(File target)Write ASCustomData as XML into given file.voidwriteASCustomDataXMLExportToStream(OutputStream target)Write ASCustomData as XML into given stream.voidwriteASExperimentXMLExportToFile(File target)Write ASExperiment as XML into given file.voidwriteASExperimentXMLExportToStream(OutputStream target)Write ASExperiment as XML into given stream.voidwriteASFeatureXMLExportToFile(File target)Write ASFeature as XML into given file.voidwriteASFeatureXMLExportToStream(OutputStream target)Write ASFeature as XML into given stream.voidwriteASFederatedDataXMLExportToFile(File target)Write ASFederatedData as XML into given file.voidwriteASFederatedDataXMLExportToStream(OutputStream target)Write ASFederatedData as XML into given stream.voidwriteASGenericActionXMLExportToFile(File target)Write ASGenericAction as XML into given file.voidwriteASGenericActionXMLExportToStream(OutputStream target)Write ASGenericAction as XML into given stream.voidwriteASGenericDataXMLExportToFile(File target)Write ASGenericData as XML into given file.voidwriteASGenericDataXMLExportToStream(OutputStream target)Write ASGenericData as XML into given stream.voidwriteASLayoutDataXMLExportToFile(File target)Write ASLayoutData as XML into given file.voidwriteASLayoutDataXMLExportToStream(OutputStream target)Write ASLayoutData as XML into given stream.voidwriteASResourceDataXMLExportToFile(File target)Write ASResourceData as XML into given file.voidwriteASResourceDataXMLExportToStream(OutputStream target)Write ASResourceData as XML into given stream.voidwriteASSiteConfigXMLExportToFile(File target)Write ASSiteConfig as XML into given file.voidwriteASSiteConfigXMLExportToStream(OutputStream target)Write ASSiteConfig as XML into given stream.voidwriteASSiteDataXMLExportToFile(File target)Write ASSiteData as XML into given file.voidwriteASSiteDataXMLExportToStream(OutputStream target)Write ASSiteData as XML into given stream.voidwriteASUserDataXMLExportToFile(File target)Write ASUserData as XML into given file.voidwriteASUserDataXMLExportToStream(OutputStream target)Write ASUserData as XML into given stream.voidwriteASWebDataXMLExportToFile(File target)Write ASWebData as XML into given file.voidwriteASWebDataXMLExportToStream(OutputStream target)Write ASWebData as XML into given stream.voidwriteASWizardDataXMLExportToFile(File target)Write ASWizardData as XML into given file.voidwriteASWizardDataXMLExportToStream(OutputStream target)Write ASWizardData as XML into given stream.voidwriteCompleteXMLExportToFile(File target)Write XML data from all modules into given file.voidwriteCompleteXMLExportToStream(OutputStream target)Write XML data from all modules into given stream.voidwriteImagesXMLExportToFile(File target)Write Images as XML into given file.voidwriteImagesXMLExportToStream(OutputStream target)Write Images as XML into given stream.
-
-
-
Method Detail
-
parseDocument
public static org.jdom2.Document parseDocument(String content) throws org.jdom2.JDOMException, IOException
- Throws:
org.jdom2.JDOMExceptionIOException
-
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write XML data from all modules into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeCompleteXMLExportToFile
public void writeCompleteXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write XML data from all modules into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASGenericData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASGenericDataXMLExportToFile
public void writeASGenericDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASGenericData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASCustomData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASCustomDataXMLExportToFile
public void writeASCustomDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASCustomData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASFederatedData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASFederatedDataXMLExportToFile
public void writeASFederatedDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASFederatedData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write Images as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeImagesXMLExportToFile
public void writeImagesXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write Images as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASLayoutData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASLayoutDataXMLExportToFile
public void writeASLayoutDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASLayoutData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASSiteData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASSiteDataXMLExportToFile
public void writeASSiteDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASSiteData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASSiteConfig as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASSiteConfigXMLExportToFile
public void writeASSiteConfigXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASSiteConfig as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASWebData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASWebDataXMLExportToFile
public void writeASWebDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASWebData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASResourceData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASResourceDataXMLExportToFile
public void writeASResourceDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASResourceData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASGenericAction as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASGenericActionXMLExportToFile
public void writeASGenericActionXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASGenericAction as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASCustomAction as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASCustomActionXMLExportToFile
public void writeASCustomActionXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASCustomAction as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASAction as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASActionXMLExportToFile
public void writeASActionXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASAction as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASWizardData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASWizardDataXMLExportToFile
public void writeASWizardDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASWizardData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASUserData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASUserDataXMLExportToFile
public void writeASUserDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASUserData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write AnoAccessConfiguration as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeAnoAccessConfigurationXMLExportToFile
public void writeAnoAccessConfigurationXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write AnoAccessConfiguration as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write AnoAccessApplicationData as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeAnoAccessApplicationDataXMLExportToFile
public void writeAnoAccessApplicationDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write AnoAccessApplicationData as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASFeature as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASFeatureXMLExportToFile
public void writeASFeatureXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASFeature as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASExperiment as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASExperimentXMLExportToFile
public void writeASExperimentXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASExperiment as XML into given file.- Throws:
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(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASBrand as XML into given stream.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
writeASBrandXMLExportToFile
public void writeASBrandXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
Write ASBrand as XML into given file.- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
main
public static void main(String[] a) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
- Throws:
IOExceptionnet.anotheria.asg.exception.ASGRuntimeException
-
-