Class TagXMLImporter
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.importexport.AbstractTagImporter
com.inductiveautomation.ignition.common.sqltags.importexport.TagXMLImporter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.inductiveautomation.ignition.common.sqltags.importexport.AbstractTagImporter
AbstractTagImporter.TagPrototype
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.sqltags.importexport.AbstractTagImporter
file, fileLocale, selectedTarget
-
Constructor Summary
ConstructorsConstructorDescriptionTagXMLImporter
(TagPath targetPath) Use if you are parsing directly from a String and not from a File, and you need to specify the target folderTagXMLImporter
(File file, TagPath targetPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
importFromString
(String xml, TaskProgressListener listener) boolean
runImport
(TaskProgressListener progress) void
setIsClientTagImporter
(boolean isClientTagImporter) Methods inherited from class com.inductiveautomation.ignition.common.sqltags.importexport.AbstractTagImporter
getLogger, processTagsElement
-
Constructor Details
-
TagXMLImporter
Use if you are parsing directly from a String and not from a File, and you need to specify the target folder -
TagXMLImporter
-
-
Method Details
-
getLoggerName
- Specified by:
getLoggerName
in classAbstractTagImporter
-
runImport
- Specified by:
runImport
in classAbstractTagImporter
- Throws:
Exception
-
importFromString
public List<TagConfiguration> importFromString(String xml, TaskProgressListener listener) throws Exception - Specified by:
importFromString
in classAbstractTagImporter
- Throws:
Exception
-
isClientTagImporter
public boolean isClientTagImporter()- Overrides:
isClientTagImporter
in classAbstractTagImporter
-
setIsClientTagImporter
public void setIsClientTagImporter(boolean isClientTagImporter)
-