Class AbstractTagImporter
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.importexport.AbstractTagImporter
- Direct Known Subclasses:
TagCSVImporter
,TagXMLImporter
Created by colby.clegg on 12/24/2014.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract String
abstract List<TagConfiguration>
importFromString
(String importStr, TaskProgressListener listener) protected boolean
protected List<TagConfiguration>
processTagsElement
(List<AbstractTagImporter.TagPrototype> tags, TaskProgressListener progress) This takes the imported data and loads it into the objects in the super type that will then be used to build the final results.abstract List<TagConfiguration>
runImport
(TaskProgressListener progress)
-
Field Details
-
selectedTarget
-
file
-
fileLocale
-
-
Constructor Details
-
AbstractTagImporter
-
-
Method Details
-
runImport
- Throws:
Exception
-
getLoggerName
-
getLogger
-
importFromString
public abstract List<TagConfiguration> importFromString(String importStr, TaskProgressListener listener) throws Exception - Throws:
Exception
-
isClientTagImporter
protected boolean isClientTagImporter() -
processTagsElement
protected List<TagConfiguration> processTagsElement(List<AbstractTagImporter.TagPrototype> tags, TaskProgressListener progress) This takes the imported data and loads it into the objects in the super type that will then be used to build the final results.
-