public class TarFileTree extends Object implements MinimalFileTree, FileSystemMirroringFileTree
| Constructor and Description |
|---|
TarFileTree(ReadableResource resource,
File tmpDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
DirectoryFileTree |
getMirror()
Returns the directory tree that will contain the copy of this file tree, after all elements of this tree have been visited.
|
void |
visit(FileVisitor visitor)
Visits the elements of this tree, in breadth-wise order.
|
public TarFileTree(ReadableResource resource, File tmpDir)
public String getDisplayName()
getDisplayName in interface MinimalFileCollectionpublic DirectoryFileTree getMirror()
FileSystemMirroringFileTreegetMirror in interface FileSystemMirroringFileTreepublic void visit(FileVisitor visitor)
MinimalFileTreevisit in interface MinimalFileTreeCopyright © 2013. All rights reserved