org.codehaus.mojo.freeform
Class FreeformConstants
java.lang.Object
org.codehaus.mojo.freeform.FreeformConstants
public abstract class FreeformConstants
- extends Object
This abstract class contains the all the constants for the classes
defined in the Netbeans Freeform plugin.
- Author:
- Rapha��l Pi��roni
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUSTOM_SCRIPT
public static final String CUSTOM_SCRIPT
- The Ant scripting variable name of the build file that contains the custom
IDE actions.
- See Also:
- Constant Field Values
DEBUG_SELECTED_FILES_IN_MAIN
public static final String DEBUG_SELECTED_FILES_IN_MAIN
- See Also:
- Constant Field Values
DEBUG_SELECTED_FILES_IN_TEST
public static final String DEBUG_SELECTED_FILES_IN_TEST
- See Also:
- Constant Field Values
RUN_SELECTED_FILES_IN_MAIN
public static final String RUN_SELECTED_FILES_IN_MAIN
- See Also:
- Constant Field Values
RUN_SELECTED_FILES_IN_TEST
public static final String RUN_SELECTED_FILES_IN_TEST
- See Also:
- Constant Field Values
COMPILE_SELECTED_FILES_IN_MAIN
public static final String COMPILE_SELECTED_FILES_IN_MAIN
- See Also:
- Constant Field Values
COMPILE_SELECTED_FILES_IN_TEST
public static final String COMPILE_SELECTED_FILES_IN_TEST
- See Also:
- Constant Field Values
CUSTOM_BUILD_SCRIPT
public static final String CUSTOM_BUILD_SCRIPT
- The file name that stores the custom IDE actions' ant targets.
- See Also:
- Constant Field Values
FreeformConstants
public FreeformConstants()
Copyright © 2005-2011 Codehaus. All Rights Reserved.