Class VfLanguageProperties

  • All Implemented Interfaces:
    net.sourceforge.pmd.properties.PropertySource

    public class VfLanguageProperties
    extends net.sourceforge.pmd.lang.LanguagePropertyBundle
    Author:
    Clément Fournier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static net.sourceforge.pmd.properties.PropertyDescriptor<List<String>> APEX_DIRECTORIES_DESCRIPTOR
      Directory that contains Apex classes that may be referenced from a Visualforce page.
      static net.sourceforge.pmd.properties.PropertyDescriptor<List<String>> OBJECTS_DIRECTORIES_DESCRIPTOR
      Directory that contains Object definitions that may be referenced from a Visualforce page.
      • Fields inherited from class net.sourceforge.pmd.lang.LanguagePropertyBundle

        LANGUAGE_VERSION, SUPPRESS_MARKER
    • Method Summary

      • Methods inherited from class net.sourceforge.pmd.lang.LanguagePropertyBundle

        getLanguage, getLanguageVersion, getName, getPropertySourceType, getSuppressMarker, setLanguageVersion
      • Methods inherited from class net.sourceforge.pmd.properties.AbstractPropertySource

        definePropertyDescriptor, equals, getOverriddenPropertiesByPropertyDescriptor, getOverriddenPropertyDescriptors, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, hashCode, isPropertyOverridden, setProperty
      • Methods inherited from interface net.sourceforge.pmd.properties.PropertySource

        dysfunctionReason
    • Field Detail

      • APEX_DIRECTORIES_DESCRIPTOR

        public static final net.sourceforge.pmd.properties.PropertyDescriptor<List<String>> APEX_DIRECTORIES_DESCRIPTOR
        Directory that contains Apex classes that may be referenced from a Visualforce page.

        Env variable is PMD_VF_APEX_DIRECTORIES.

      • OBJECTS_DIRECTORIES_DESCRIPTOR

        public static final net.sourceforge.pmd.properties.PropertyDescriptor<List<String>> OBJECTS_DIRECTORIES_DESCRIPTOR
        Directory that contains Object definitions that may be referenced from a Visualforce page.

        Env variable is PMD_VF_OBJECTS_DIRECTORIES.

    • Constructor Detail

      • VfLanguageProperties

        public VfLanguageProperties()