public abstract class DetailedResourceTraversal extends Object implements ResourceTraversal
Constructor and Description |
---|
DetailedResourceTraversal() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
enterDirectory(String relativePath) |
protected abstract boolean |
exitDirectory(String relativePath) |
void |
finish() |
boolean |
traverse(PackagerResource rootResource,
File file,
String relativePath) |
protected abstract boolean |
traverseFile(PackagerResource rootResource,
File file,
String relativePath) |
public final boolean traverse(PackagerResource rootResource, File file, String relativePath)
traverse
in interface ResourceTraversal
public final void finish()
protected abstract boolean enterDirectory(String relativePath)
protected abstract boolean exitDirectory(String relativePath)
protected abstract boolean traverseFile(PackagerResource rootResource, File file, String relativePath)
Copyright © 2020. All rights reserved.