Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.importer.source
Class FileSourceNode

java.lang.Object
  extended by org.nuxeo.ecm.platform.importer.source.FileSourceNode
All Implemented Interfaces:
SourceNode
Direct Known Subclasses:
CaseItemSourceNode, CaseManagementSourceNode, FileWithIndividualMetadasSourceNode, FileWithMetadataSourceNode, ScanedFileSourceNode

public class FileSourceNode
extends Object
implements SourceNode

Simple Filesystem based SourceNode

Author:
Thierry Delprat

Constructor Summary
FileSourceNode(File file)
           
FileSourceNode(String path)
           
 
Method Summary
 BlobHolder getBlobHolder()
           
 List<SourceNode> getChildren()
           
 File getFile()
           
 String getName()
           
 String getSourcePath()
           
 boolean isFolderish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSourceNode

public FileSourceNode(File file)

FileSourceNode

public FileSourceNode(String path)
Method Detail

getBlobHolder

public BlobHolder getBlobHolder()
Specified by:
getBlobHolder in interface SourceNode

getChildren

public List<SourceNode> getChildren()
Specified by:
getChildren in interface SourceNode

isFolderish

public boolean isFolderish()
Specified by:
isFolderish in interface SourceNode

getName

public String getName()
Specified by:
getName in interface SourceNode

getSourcePath

public String getSourcePath()
Specified by:
getSourcePath in interface SourceNode

getFile

public File getFile()

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.