|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dutils.digger.Digger | +--dutils.digger.ArchiveDigger
Implements a search operation whithin an archive.
The operation is implemented as a class to ease the handling of nested archives.
Constructor Summary | |
ArchiveDigger(java.io.File archive,
dutils.digger.SearchData searchData)
Constructs a new Archivedigger . |
Method Summary | |
java.lang.String[] |
dig()
performs a dig (search) operation and returns results as a String array where each String describes an absolute
location of a matching result.In the context of files, an absolute result is a file's full path. |
java.lang.String[] |
digRelative()
performs a dig (search) operation and returns results as a String array where each String describes a relative
location of a matching result (relative to this digger search
start point).In the context of files, a relative result is a file's relative path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArchiveDigger(java.io.File archive, dutils.digger.SearchData searchData)
Archivedigger
.
archive
- Method Detail |
public java.lang.String[] dig()
Digger
String
array where each String describes an absolute
location of a matching result.
dig
in class Digger
public java.lang.String[] digRelative()
Digger
String
array where each String describes a relative
location of a matching result (relative to this digger search
start point).
digRelative
in class Digger
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |