Package de.hsh.graja.common
Class SystemProperties
java.lang.Object
de.hsh.graja.common.SystemProperties
This class defines constants with all system properties
that are specific to Graja.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
System property key for the minimum level of result documents that will be generated by Graja. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEY_MIN_RD_LEVEL
System property key for the minimum level of result documents that will be generated by Graja. Possible values are defined byLevel.parse(java.lang.String)
.- See Also:
-
-
Constructor Details
-
SystemProperties
public SystemProperties()
-