Package de.hsh.graja.comment
Class Settings
java.lang.Object
de.hsh.graja.comment.Settings
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidset the minimum comment level from the system propertymin.rd.level.static voidsetMinRDLevel(Level minRDLevel) Sets he system wide absolute minimum level for comments.
- 
Constructor Details- 
Settingspublic Settings()
 
- 
- 
Method Details- 
setMinRDLevelSets he system wide absolute minimum level for comments. This method could be called by a starting method that unpacks a request and knows, which level of comments is requested by a client.- Parameters:
- minRDLevel- the value to be set as the new minimum level of comments.
- Throws:
- IllegalArgumentExceptions- if the parameter is null.
- IllegalArgumentException
 
- 
resetMinRDLevelpublic static void resetMinRDLevel()set the minimum comment level from the system propertymin.rd.level.
 
-