com.evolveum.midpoint.xml.ns._public.common.common_1
Class RollingFileAppenderConfigurationType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_1.RollingFileAppenderConfigurationType
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NdcRollingFileAppenderConfigurationType
public class RollingFileAppenderConfigurationType
- extends FileAppenderConfigurationType
- implements java.io.Serializable
Java class for RollingFileAppenderConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RollingFileAppenderConfigurationType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}FileAppenderConfigurationType">
<sequence>
<element name="maxFileSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Method Summary |
int |
getMaxFileSize()
Gets the value of the maxFileSize property. |
void |
setMaxFileSize(int value)
Sets the value of the maxFileSize property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxFileSize
protected int maxFileSize
RollingFileAppenderConfigurationType
public RollingFileAppenderConfigurationType()
getMaxFileSize
public int getMaxFileSize()
- Gets the value of the maxFileSize property.
setMaxFileSize
public void setMaxFileSize(int value)
- Sets the value of the maxFileSize property.
Copyright © 2011 evolveum. All Rights Reserved.