Interface SourceNode
-
- All Known Implementing Classes:
FileSourceNode,FileWithIndividualMetadasSourceNode,FileWithMetadataSourceNode,FileWithNonHeritedIndividalMetaDataSourceNode,RandomTextSourceNode,ScanedFileSourceNode,XMLFileSourceNode
public interface SourceNode
Interface 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
-
getSourcePath
String getSourcePath()
-
-