Interface ProjectProperties

All Superinterfaces:
Serializable

public interface ProjectProperties extends Serializable
Interface representing the properties of a project in the office import module.
Since:
4.2.38
  • Field Details

    • PROJECT_PROPERTIES_EXTEND_GLOBAL_RULESET

      static final String PROJECT_PROPERTIES_EXTEND_GLOBAL_RULESET
      Since:
      4.2.38
      See Also:
  • Method Details

    • init

      void init()
      Since:
      4.2.38
    • getProjectProperties

      Properties getProjectProperties()
      Since:
      4.2.38
    • setProjectProperties

      void setProjectProperties(Properties properties)
      Since:
      4.2.38
    • getParameterNames

      Set<String> getParameterNames()
      Since:
      4.2.38
    • getParameter

      String getParameter(String name)
      Since:
      4.2.38
    • isExtendGlobalRulesets

      boolean isExtendGlobalRulesets()
      Since:
      4.2.38
    • setExtendGlobalRulesets

      void setExtendGlobalRulesets(boolean extendGlobalRulesets)
      Since:
      4.2.38
    • putAll

      void putAll(Properties properties)
      Since:
      4.2.38
    • put

      Object put(Object key, Object value)
      Since:
      4.2.38
    • hasProjectConfiguration

      boolean hasProjectConfiguration()
      Since:
      4.2.38