Class VfLanguageProperties

All Implemented Interfaces:
PropertySource

public class VfLanguageProperties extends LanguagePropertyBundle
Author:
Clément Fournier
  • Field Details

    • 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.

  • Constructor Details

    • VfLanguageProperties

      public VfLanguageProperties()