Class XMLFileSourceNode
- java.lang.Object
-
- org.nuxeo.ecm.platform.importer.source.FileSourceNode
-
- org.nuxeo.ecm.platform.importer.xml.parser.XMLFileSourceNode
-
- All Implemented Interfaces:
SourceNode
public class XMLFileSourceNode extends FileSourceNode
Source Node filtering only Folder, XML and ZIP files.- Since:
- 5.7.3
-
-
Field Summary
Fields Modifier and Type Field Description static Log
log
-
Fields inherited from class org.nuxeo.ecm.platform.importer.source.FileSourceNode
file
-
-
Constructor Summary
Constructors Constructor Description XMLFileSourceNode(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SourceNode>
getChildren()
-
Methods inherited from class org.nuxeo.ecm.platform.importer.source.FileSourceNode
getBlobHolder, getFile, getFileNameNoExt, getName, getSourcePath, isFolderish
-
-
-
-
Field Detail
-
log
public static final Log log
-
-
Constructor Detail
-
XMLFileSourceNode
public XMLFileSourceNode(File file)
-
-
Method Detail
-
getChildren
public List<SourceNode> getChildren()
- Specified by:
getChildren
in interfaceSourceNode
- Overrides:
getChildren
in classFileSourceNode
-
-