net.sourceforge.pmd.cli
Class PMDCommandLineInterface
java.lang.Object
   net.sourceforge.pmd.cli.PMDCommandLineInterface
net.sourceforge.pmd.cli.PMDCommandLineInterface
- public class PMDCommandLineInterface 
- extends Object
- Author:
- Romain Pelisse 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PROG_NAME
public static final String PROG_NAME
- See Also:
- Constant Field Values
NO_EXIT_AFTER_RUN
public static final String NO_EXIT_AFTER_RUN
- See Also:
- Constant Field Values
STATUS_CODE_PROPERTY
public static final String STATUS_CODE_PROPERTY
- See Also:
- Constant Field Values
ERROR_STATUS
public static final int ERROR_STATUS
- See Also:
- Constant Field Values
VIOLATIONS_FOUND
public static final int VIOLATIONS_FOUND
- See Also:
- Constant Field Values
PMDCommandLineInterface
public PMDCommandLineInterface()
extractParameters
public static PMDParameters extractParameters(PMDParameters arguments,
                                              String[] args,
                                              String progName)
- 
 
buildUsageText
public static String buildUsageText()
- 
 
buildUsageText
public static String buildUsageText(com.beust.jcommander.JCommander jcommander)
- 
 
main
public static void main(String[] args)
- For testing purpose only...
 
- 
- Parameters:
- args-
 
jarName
public static String jarName()
- 
 
run
public static void run(String[] args)
- 
 
setStatusCodeOrExit
public static void setStatusCodeOrExit(int status)
- 
 
Copyright © 2002-2015 InfoEther. All Rights Reserved.