Uses of Class
org.apache.rat.commandline.ArgumentContext
Packages that use ArgumentContext
Package
Description
The base package for the RAT tool.
Helper classes for command line processing.
-
Uses of ArgumentContext in org.apache.rat
Methods in org.apache.rat that return ArgumentContextModifier and TypeMethodDescriptionOptionCollectionParser.parseCommands(File workingDirectory, String[] args) Parses the standard options to create a ReportConfiguration.Methods in org.apache.rat with parameters of type ArgumentContextModifier and TypeMethodDescriptionstatic ReportConfigurationOptionCollection.createConfiguration(ArgumentContext argumentContext) Create the report configuration. -
Uses of ArgumentContext in org.apache.rat.commandline
Methods in org.apache.rat.commandline with parameters of type ArgumentContextModifier and TypeMethodDescriptionstatic voidArg.processArgs(ArgumentContext context, UIOptionCollection<?> optionCollection) Process the arguments.static voidArg.processLogLevel(ArgumentContext context, UIOptionCollection<?> optionCollection) Process the log level setting.