public class CheckDeps_Old
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CheckDeps_Old.Args |
private static class |
CheckDeps_Old.Cmdline
Inner Class to handle the command line invocation and the outputs to console.
|
Modifier and Type | Field and Description |
---|---|
private CheckDeps_Old.Args |
args
Aggregation to arguments.
|
(package private) CfgData |
cfgData
Data from the config file.
|
(package private) CheckData |
checkData
Data from arguments -src=SRCPATH.
|
(package private) CheckDependencyFile |
checkerDependencyFile |
private Report |
console
Aggregation to any console or log output.
|
(package private) java.util.List<java.io.File> |
listFilesSrcAll
List of all source files.
|
static int |
version
Version, history and license.
|
Constructor and Description |
---|
CheckDeps_Old(Report console,
CheckDeps_Old.Args args)
Constructor of this class.
|
Modifier and Type | Method and Description |
---|---|
private void |
execute()
Main execution routine of this class.
|
private int |
gatherSrcFiles(InputSrc srcDir)
Gather all source files.
|
static void |
main(java.lang.String[] argsP)
The main routine invoke-able from command line.
|
private void |
processSrcTree()
It processes all given source files of one argument -src=SRCPATH.
|
(package private) void |
stop() |
public static final int version
java.util.List<java.io.File> listFilesSrcAll
final CfgData cfgData
final CheckData checkData
private final CheckDeps_Old.Args args
private final Report console
final CheckDependencyFile checkerDependencyFile
public CheckDeps_Old(Report console, CheckDeps_Old.Args args)
public static void main(java.lang.String[] argsP)
argsP
- The command line argumentsprivate void execute()
private int gatherSrcFiles(InputSrc srcDir)
srcDir
- private void processSrcTree() throws java.io.FileNotFoundException
java.io.FileNotFoundException
void stop()