org.codehaus.mojo.freeform
Class FreeformConstants

java.lang.Object
  extended by 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

Field Summary
static String COMPILE_SELECTED_FILES_IN_MAIN
           
static String COMPILE_SELECTED_FILES_IN_TEST
           
static String CUSTOM_BUILD_SCRIPT
          The file name that stores the custom IDE actions' ant targets.
static String CUSTOM_SCRIPT
          The Ant scripting variable name of the build file that contains the custom IDE actions.
static String DEBUG_SELECTED_FILES_IN_MAIN
           
static String DEBUG_SELECTED_FILES_IN_TEST
           
static String RUN_SELECTED_FILES_IN_MAIN
           
static String RUN_SELECTED_FILES_IN_TEST
           
 
Constructor Summary
FreeformConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

FreeformConstants

public FreeformConstants()


Copyright © 2005-2011 Codehaus. All Rights Reserved.