public interface LogRotationPolicyCfgClient extends ConfigurationClient
Log Rotation Policies are used to specify when log files should be rotated.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LogRotationPolicyCfgClient,? extends LogRotationPolicyCfg> |
definition()
Get the configuration definition associated with this Log Rotation Policy.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends LogRotationPolicyCfgClient,? extends LogRotationPolicyCfg> definition()
definition
in interface ConfigurationClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Log Rotation Policy implementation.
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Log Rotation Policy implementation.
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.