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
- Author:
- Clément Fournier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyDescriptor<List<String>>Directory that contains Apex classes that may be referenced from a Visualforce page.static final PropertyDescriptor<List<String>>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 -
Method Summary
Methods inherited from class net.sourceforge.pmd.lang.LanguagePropertyBundle
getLanguage, getLanguageVersion, getName, getPropertySourceType, getSuppressMarker, setLanguageVersionMethods inherited from class net.sourceforge.pmd.properties.AbstractPropertySource
definePropertyDescriptor, equals, getOverriddenPropertiesByPropertyDescriptor, getOverriddenPropertyDescriptors, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, hashCode, isPropertyOverridden, setPropertyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.pmd.properties.PropertySource
dysfunctionReason
-
Field Details
-
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
Directory that contains Object definitions that may be referenced from a Visualforce page.Env variable is
PMD_VF_OBJECTS_DIRECTORIES.
-
-
Constructor Details
-
VfLanguageProperties
public VfLanguageProperties()
-