com.evolveum.midpoint.xml.ns._public.common.common_1
Class RollingFileAppenderConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
          extended by 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

Field Summary
protected  int maxFileSize
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
append, filePath
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
name, pattern
 
Constructor Summary
RollingFileAppenderConfigurationType()
           
 
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 com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
getFilePath, isAppend, setAppend, setFilePath
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
getName, getPattern, setName, setPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxFileSize

protected int maxFileSize
Constructor Detail

RollingFileAppenderConfigurationType

public RollingFileAppenderConfigurationType()
Method Detail

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.