|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
public class FileAppenderConfigurationType
Java class for FileAppenderConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileAppenderConfigurationType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}AppenderConfigurationType">
<sequence>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filePattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="maxHistory" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxFileSize" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="append" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
append
|
protected java.lang.String |
fileName
|
protected java.lang.String |
filePattern
|
protected java.lang.String |
maxFileSize
|
protected int |
maxHistory
|
| Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType |
|---|
name, pattern |
| Constructor Summary | |
|---|---|
FileAppenderConfigurationType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
Gets the value of the fileName property. |
java.lang.String |
getFilePattern()
Gets the value of the filePattern property. |
java.lang.String |
getMaxFileSize()
Gets the value of the maxFileSize property. |
int |
getMaxHistory()
Gets the value of the maxHistory property. |
boolean |
isAppend()
Gets the value of the append property. |
void |
setAppend(boolean value)
Sets the value of the append property. |
void |
setFileName(java.lang.String value)
Sets the value of the fileName property. |
void |
setFilePattern(java.lang.String value)
Sets the value of the filePattern property. |
void |
setMaxFileSize(java.lang.String value)
Sets the value of the maxFileSize property. |
void |
setMaxHistory(int value)
Sets the value of the maxHistory property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| 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, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String fileName
protected java.lang.String filePattern
protected int maxHistory
protected java.lang.String maxFileSize
protected boolean append
| Constructor Detail |
|---|
public FileAppenderConfigurationType()
| Method Detail |
|---|
public java.lang.String getFileName()
Stringpublic void setFileName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFilePattern()
Stringpublic void setFilePattern(java.lang.String value)
value - allowed object is
Stringpublic int getMaxHistory()
public void setMaxHistory(int value)
public java.lang.String getMaxFileSize()
Stringpublic void setMaxFileSize(java.lang.String value)
value - allowed object is
Stringpublic boolean isAppend()
public void setAppend(boolean value)
public java.lang.String toString()
toString in class AppenderConfigurationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||