Package com.benjholla.wbp.preferences
Class WBPPreferences
- java.lang.Object
-
- org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
-
- com.benjholla.wbp.preferences.WBPPreferences
-
public class WBPPreferences extends org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANT_PRECOMPILE_JSP_BUILD_TASK_PATH
Defines the path to the ant task to precompile the JSPstatic java.lang.String
ANT_PRECOMPILE_JSP_BUILD_TASK_PATH_DEFAULT
static java.lang.String
COPY_TRANSLATOR_RUNTIME_JARS
Enable/disable copying translator runtime jarsstatic java.lang.Boolean
COPY_TRANSLATOR_RUNTIME_JARS_DEFAULT
static java.lang.String
PHANTOM_REFERENCES
Enable/disable decompiling with phantom references runtime jarsstatic java.lang.Boolean
PHANTOM_REFERENCES_DEFAULT
static java.lang.String
TRANSLATOR_PATH
Defines the path to the JSP translatorstatic java.lang.String
TRANSLATOR_PATH_DEFAULT
-
Constructor Summary
Constructors Constructor Description WBPPreferences()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getAntPrecompileJSPBuildTaskPath()
static java.lang.String
getTranslatorPath()
void
initializeDefaultPreferences()
static boolean
isCopyTranslatorRuntimeJarsEnabled()
static boolean
isPhantomReferencesEnabled()
static void
loadPreferences()
Loads or refreshes current preference values
-
-
-
Field Detail
-
TRANSLATOR_PATH
public static final java.lang.String TRANSLATOR_PATH
Defines the path to the JSP translator- See Also:
- Constant Field Values
-
TRANSLATOR_PATH_DEFAULT
public static final java.lang.String TRANSLATOR_PATH_DEFAULT
- See Also:
- Constant Field Values
-
ANT_PRECOMPILE_JSP_BUILD_TASK_PATH
public static final java.lang.String ANT_PRECOMPILE_JSP_BUILD_TASK_PATH
Defines the path to the ant task to precompile the JSP- See Also:
- Constant Field Values
-
ANT_PRECOMPILE_JSP_BUILD_TASK_PATH_DEFAULT
public static final java.lang.String ANT_PRECOMPILE_JSP_BUILD_TASK_PATH_DEFAULT
- See Also:
- Constant Field Values
-
PHANTOM_REFERENCES
public static final java.lang.String PHANTOM_REFERENCES
Enable/disable decompiling with phantom references runtime jars- See Also:
- Constant Field Values
-
PHANTOM_REFERENCES_DEFAULT
public static final java.lang.Boolean PHANTOM_REFERENCES_DEFAULT
-
COPY_TRANSLATOR_RUNTIME_JARS
public static final java.lang.String COPY_TRANSLATOR_RUNTIME_JARS
Enable/disable copying translator runtime jars- See Also:
- Constant Field Values
-
COPY_TRANSLATOR_RUNTIME_JARS_DEFAULT
public static final java.lang.Boolean COPY_TRANSLATOR_RUNTIME_JARS_DEFAULT
-
-
Method Detail
-
getTranslatorPath
public static java.lang.String getTranslatorPath()
-
getAntPrecompileJSPBuildTaskPath
public static java.lang.String getAntPrecompileJSPBuildTaskPath()
-
isPhantomReferencesEnabled
public static boolean isPhantomReferencesEnabled()
-
isCopyTranslatorRuntimeJarsEnabled
public static boolean isCopyTranslatorRuntimeJarsEnabled()
-
initializeDefaultPreferences
public void initializeDefaultPreferences()
- Specified by:
initializeDefaultPreferences
in classorg.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
-
loadPreferences
public static void loadPreferences()
Loads or refreshes current preference values
-
-