Interface SourceNode
-
- All Known Implementing Classes:
FileSourceNode,FileWithIndividualMetadasSourceNode,FileWithMetadataSourceNode,FileWithNonHeritedIndividalMetaDataSourceNode,RandomTextSourceNode,ScanedFileSourceNode,XMLFileSourceNode
public interface SourceNodeInterface for Source Nodes for the importer- Author:
- Thierry Delprat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobHoldergetBlobHolder()List<SourceNode>getChildren()StringgetName()StringgetSourcePath()booleanisFolderish()
-
-
-
Method Detail
-
isFolderish
boolean isFolderish()
-
getBlobHolder
BlobHolder getBlobHolder() throws IOException
- Throws:
IOException
-
getChildren
List<SourceNode> getChildren() throws IOException
- Throws:
IOException
-
getName
String getName()
-
getSourcePath
String getSourcePath()
-
-