public class ChangeCase
extends java.lang.Object
Usage: java com.bbn.openmap.layer.rpf.ChangeCase [-u|-l] (dir path 1)(dir path 2) ...
Constructor and Description |
---|
ChangeCase() |
Modifier and Type | Method and Description |
---|---|
static void |
handleEntry(java.io.File file,
boolean toUpper)
Given a file, change it's name, and everything below it (if it's
a directory) to the case specified by toUpper.
|
static void |
main(java.lang.String[] argv)
Given a set of files or directories, parade through them to
change their case.
|
public static void handleEntry(java.io.File file, boolean toUpper)
file
- file to start at.toUpper
- file will change to upper case if true, lower
case if false.public static void main(java.lang.String[] argv)
argv
- paths to files or directories, use -h to get a
usage statement.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details