org.codehaus.mojo.freeform
Class FreeformConstants

java.lang.Object
  extended by org.codehaus.mojo.freeform.FreeformConstants

public abstract class FreeformConstants
extends java.lang.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 java.lang.String COMPILE_SELECTED_FILES_IN_MAIN
           
static java.lang.String COMPILE_SELECTED_FILES_IN_TEST
           
static java.lang.String CUSTOM_BUILD_SCRIPT
          The file name that stores the custom IDE actions' ant targets.
static java.lang.String CUSTOM_SCRIPT
          The Ant scripting variable name of the build file that contains the custom IDE actions.
static java.lang.String DEBUG_SELECTED_FILES_IN_MAIN
           
static java.lang.String DEBUG_SELECTED_FILES_IN_TEST
           
static java.lang.String RUN_SELECTED_FILES_IN_MAIN
           
static java.lang.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 java.lang.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 java.lang.String DEBUG_SELECTED_FILES_IN_MAIN
See Also:
Constant Field Values

DEBUG_SELECTED_FILES_IN_TEST

public static final java.lang.String DEBUG_SELECTED_FILES_IN_TEST
See Also:
Constant Field Values

RUN_SELECTED_FILES_IN_MAIN

public static final java.lang.String RUN_SELECTED_FILES_IN_MAIN
See Also:
Constant Field Values

RUN_SELECTED_FILES_IN_TEST

public static final java.lang.String RUN_SELECTED_FILES_IN_TEST
See Also:
Constant Field Values

COMPILE_SELECTED_FILES_IN_MAIN

public static final java.lang.String COMPILE_SELECTED_FILES_IN_MAIN
See Also:
Constant Field Values

COMPILE_SELECTED_FILES_IN_TEST

public static final java.lang.String COMPILE_SELECTED_FILES_IN_TEST
See Also:
Constant Field Values

CUSTOM_BUILD_SCRIPT

public static final java.lang.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-2010. All Rights Reserved.