|
|||||||||
| Home >> All >> iiuf >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
iiuf.util
Class DirTree

java.lang.Objectiiuf.util.DirTree
- public class DirTree
- extends java.lang.Object
| Field Summary | |
(package private) static java.util.Vector |
_exclude
|
(package private) static java.util.Vector |
_include
|
(package private) static java.util.Vector |
_replace
|
(package private) static java.lang.String[] |
exclude
|
(package private) static java.util.Vector |
files
|
(package private) static java.lang.String[] |
include
|
(package private) static java.lang.String[] |
replace
|
| Constructor Summary | |
DirTree()
|
|
| Method Summary | |
(package private) static Node |
buildTree(java.lang.String path)
|
(package private) static boolean |
exclude(java.lang.String name)
|
(package private) static boolean |
include(java.lang.String name)
|
static void |
main(java.lang.String[] argv)
|
(package private) static java.lang.String |
replace(java.lang.String string)
|
(package private) static void |
usage()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_include
static java.util.Vector _include
_exclude
static java.util.Vector _exclude
files
static java.util.Vector files
_replace
static java.util.Vector _replace
include
static java.lang.String[] include
exclude
static java.lang.String[] exclude
replace
static java.lang.String[] replace
| Constructor Detail |
DirTree
public DirTree()
| Method Detail |
main
public static void main(java.lang.String[] argv)
usage
static void usage()
buildTree
static Node buildTree(java.lang.String path)
exclude
static boolean exclude(java.lang.String name)
include
static boolean include(java.lang.String name)
replace
static java.lang.String replace(java.lang.String string)
|
|||||||||
| Home >> All >> iiuf >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
iiuf.util.DirTree