Uses of Class
org.codehaus.mojo.cobertura.tasks.CommandLineArguments

Packages that use CommandLineArguments
org.codehaus.mojo.cobertura.tasks   
 

Uses of CommandLineArguments in org.codehaus.mojo.cobertura.tasks
 

Fields in org.codehaus.mojo.cobertura.tasks declared as CommandLineArguments
protected  CommandLineArguments AbstractTask.cmdLineArgs
          The shared command line args.
 

Methods in org.codehaus.mojo.cobertura.tasks that return CommandLineArguments
 CommandLineArguments AbstractTask.getCmdLineArgs()
          Return the command line args.
 

Methods in org.codehaus.mojo.cobertura.tasks with parameters of type CommandLineArguments
 void AbstractTask.setCmdLineArgs(CommandLineArguments cmdLineArgs)
          Set the entire command line args.
 



Copyright © 2005-2011 Codehaus. All Rights Reserved.