public final class VerifyCommand extends ca.eandb.util.args.AbstractCommand<Configuration>
Command that reports differences between the classes on the
server and the classes in the specified directory tree.| Constructor and Description |
|---|
VerifyCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
run(String[] args,
Configuration conf) |
void |
verify(String pkg,
File path,
Configuration conf)
Reports classes in the specified directory tree which differ from those
on the server or which do not exist on the server.
|
protected void run(String[] args, Configuration conf)
run in class ca.eandb.util.args.AbstractCommand<Configuration>public void verify(String pkg, File path, Configuration conf)
pkg - The package name associated with the root of the directory
tree.path - The File indicating the root of the directory
tree.conf - The application command line options.Copyright © 2017. All rights reserved.