Class VfLanguageProperties
- java.lang.Object
-
- net.sourceforge.pmd.properties.AbstractPropertySource
-
- net.sourceforge.pmd.lang.LanguagePropertyBundle
-
- net.sourceforge.pmd.lang.visualforce.VfLanguageProperties
-
- All Implemented Interfaces:
PropertySource
public class VfLanguageProperties extends LanguagePropertyBundle
- Author:
- Clément Fournier
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDescriptor<List<String>>
APEX_DIRECTORIES_DESCRIPTOR
Directory that contains Apex classes that may be referenced from a Visualforce page.static 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
-
-
Constructor Summary
Constructors Constructor Description VfLanguageProperties()
-
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.properties.PropertySource
dysfunctionReason
-
-
-
-
Field Detail
-
APEX_DIRECTORIES_DESCRIPTOR
public static final 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 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
.
-
-