public class FileSourceNode extends Object implements SourceNode
SourceNode
Constructor and Description |
---|
FileSourceNode(File file) |
FileSourceNode(String path) |
Modifier and Type | Method and Description |
---|---|
BlobHolder |
getBlobHolder() |
List<SourceNode> |
getChildren() |
File |
getFile() |
String |
getName() |
String |
getSourcePath() |
boolean |
isFolderish() |
public FileSourceNode(File file)
public FileSourceNode(String path)
public BlobHolder getBlobHolder()
getBlobHolder
in interface SourceNode
public List<SourceNode> getChildren()
getChildren
in interface SourceNode
public boolean isFolderish()
isFolderish
in interface SourceNode
public String getName()
getName
in interface SourceNode
public String getSourcePath()
getSourcePath
in interface SourceNode
public File getFile()
Copyright © 2013 Nuxeo SA. All Rights Reserved.