| Interface | Description |
|---|---|
| FileVisitor |
A callback interface that is used with
FileUtil.forEachFile(java.io.File, FileVisitor)
to iterate over files in a directory tree. |
| Class | Description |
|---|---|
| ContentFileInfo |
Subclasses are responsible for examining a file to determine information
about its content - like its version string and a description of the content.
|
| ContentFileInfoFactory | |
| FileReverter |
This will slurp in the original content of a file and store it in memory.
|
| FileUtil | |
| GenericContentFileInfo |
Handles any generic file.
|
| JarContentFileInfo |
Return the version of the jar file by inspecting the Manifest.
|
| PathFilter |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.