Package cdc.deps.java
Class JavaDeps.MainArgs
- java.lang.Object
-
- cdc.deps.java.JavaDeps.MainArgs
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,String>aliasesList<File>classFilesClass files directly specified on command line.List<File>classPathsClass paths directly specified on command line.EngineengineOptional Java analyzer engine.protected cdc.util.cli.FeatureMask<DJavaAnalyzer.Feature>featuresList<File>jarFilesJar files directly specified on command line.FileoutputOptional output file.
-
Constructor Summary
Constructors Constructor Description MainArgs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled(DJavaAnalyzer.Feature feature)voidsetEnabled(DJavaAnalyzer.Feature feature, boolean enabled)
-
-
-
Field Detail
-
output
public File output
Optional output file.
-
engine
public Engine engine
Optional Java analyzer engine.
-
features
protected final cdc.util.cli.FeatureMask<DJavaAnalyzer.Feature> features
-
-
Method Detail
-
setEnabled
public void setEnabled(DJavaAnalyzer.Feature feature, boolean enabled)
-
isEnabled
public boolean isEnabled(DJavaAnalyzer.Feature feature)
-
-