public class EmptyFileTree extends Object implements MinimalFileTree, Buildable, LocalFileTree
| Constructor and Description |
|---|
EmptyFileTree(TaskDependency buildDependencies) |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
getBuildDependencies()
Returns a dependency which contains the tasks which build this artifact.
|
String |
getDisplayName() |
Collection<DirectoryFileTree> |
getLocalContents() |
void |
visit(FileVisitor visitor)
Visits the elements of this tree, in breadth-wise order.
|
public EmptyFileTree(TaskDependency buildDependencies)
public TaskDependency getBuildDependencies()
BuildableBuildable implementations
must ensure that the returned dependency object is live, so that it tracks changes to the dependencies of this
buildable.getBuildDependencies in interface Buildablepublic String getDisplayName()
getDisplayName in interface MinimalFileCollectionpublic Collection<DirectoryFileTree> getLocalContents()
getLocalContents in interface LocalFileTreepublic void visit(FileVisitor visitor)
MinimalFileTreevisit in interface MinimalFileTreeCopyright © 2013. All rights reserved