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 ResourceTraversalpublic 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 © 2025. All rights reserved.