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 BlobHolder
getBlobHolder()
List<SourceNode>
getChildren()
String
getName()
String
getSourcePath()
boolean
isFolderish()
-
-
-
Method Detail
-
isFolderish
boolean isFolderish()
-
getBlobHolder
BlobHolder getBlobHolder() throws IOException
- Throws:
IOException
-
getChildren
List<SourceNode> getChildren() throws IOException
- Throws:
IOException
-
getSourcePath
String getSourcePath()
-
-