Interface ProjectProperties
- All Superinterfaces:
Serializable
Interface representing the properties of a project in the office import module.
- Since:
- 4.2.38
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetParameter(String name) booleanvoidinit()booleanvoidputAll(Properties properties) voidsetExtendGlobalRulesets(boolean extendGlobalRulesets) voidsetProjectProperties(Properties properties)
-
Field Details
-
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
- Since:
- 4.2.38
-
getParameterNames
- Since:
- 4.2.38
-
getParameter
- Since:
- 4.2.38
-
isExtendGlobalRulesets
boolean isExtendGlobalRulesets()- Since:
- 4.2.38
-
setExtendGlobalRulesets
void setExtendGlobalRulesets(boolean extendGlobalRulesets) - Since:
- 4.2.38
-
putAll
- Since:
- 4.2.38
-
put
- Since:
- 4.2.38
-
hasProjectConfiguration
boolean hasProjectConfiguration()- Since:
- 4.2.38
-