Class AdditionalIndexImporterNode
java.lang.Object
com._1c.g5.v8.dt.import_.xml.hierarchy.node.AbstractHierarchyImporterNode
com._1c.g5.v8.dt.import_.xml.hierarchy.node.ExecutableHierarchyImporterNode
com.e1c.g5.v8.dt.internal.md.aindex.import_.xml.hierarchy.node.AdditionalIndexImporterNode
- All Implemented Interfaces:
IHierarchyImporterNode
Node for import additional index xml file
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.import_.xml.hierarchy.node.AbstractHierarchyImporterNode
debug
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalIndexImporterNode
(IHierarchyImporterContext importerContext, Path source) Create new node for import additional index xml file -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.import_.xml.hierarchy.node.ExecutableHierarchyImporterNode
createAndSaveResource, createAndSaveResource, error, executeImport
Methods inherited from class com._1c.g5.v8.dt.import_.xml.hierarchy.node.AbstractHierarchyImporterNode
addChildNode, addIndependentChildNode, clear, getChildrenNodes, getImporterContext, getIndependentChildrenNodes, getParentNode, getParentNodeByProvidedObjectType, getSource, removeChildNode, rootRelativePath, setParentNode
-
Constructor Details
-
AdditionalIndexImporterNode
Create new node for import additional index xml file- Parameters:
importerContext
- the importer context info (notnull
)source
- the path to importing file (notnull
)
-
-
Method Details
-
doImport
public org.eclipse.core.runtime.IStatus doImport()Description copied from class:ExecutableHierarchyImporterNode
Do import work- Overrides:
doImport
in classExecutableHierarchyImporterNode
- Returns:
- the result status of import work
-