Class WBPPreferences


  • public class WBPPreferences
    extends org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
    • 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
    • Constructor Detail

      • WBPPreferences

        public WBPPreferences()
    • 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 class org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
      • loadPreferences

        public static void loadPreferences()
        Loads or refreshes current preference values