net.sourceforge.pmd.cpd
Class CPDCommandLineInterface

java.lang.Object
  extended by net.sourceforge.pmd.cpd.CPDCommandLineInterface

public class CPDCommandLineInterface
extends Object


Field Summary
static String NO_EXIT_AFTER_RUN
           
static String STATUS_CODE_PROPERTY
           
 
Constructor Summary
CPDCommandLineInterface()
           
 
Method Summary
static String buildUsageText()
           
static void main(String[] args)
           
static void setStatusCodeOrExit(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CPDCommandLineInterface

public CPDCommandLineInterface()
Method Detail

setStatusCodeOrExit

public static void setStatusCodeOrExit(int status)

main

public static void main(String[] args)

buildUsageText

public static String buildUsageText()


Copyright © 2002-2015 InfoEther. All Rights Reserved.