public class RotateLog
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_OTHER_LOGS |
static boolean |
DEFAULT_STD_LOG |
boolean |
otherLogs |
boolean |
stdLog |
Constructor and Description |
---|
RotateLog() |
RotateLog(RotateLog o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this RotateLog.
|
static RotateLog |
fromString(java.lang.String s)
String representation of this RotateLog.
|
boolean |
isOtherLogs()
-
|
boolean |
isStdLog()
-
|
RotateLog |
makeCopy()
Creates and returns a deep copy of this RotateLog.
|
static RotateLog |
readFrom(java.io.InputStream is)
Read this RotateLog from an XML fragment.
|
void |
setOtherLogs(boolean otherLogs)
-
|
void |
setStdLog(boolean stdLog)
-
|
java.lang.String |
toString()
String representation of this RotateLog.
|
RotateLog |
withOtherLogs(boolean otherLogs) |
RotateLog |
withOtherLogs(java.lang.Boolean otherLogs) |
RotateLog |
withStdLog(boolean stdLog) |
RotateLog |
withStdLog(java.lang.Boolean stdLog) |
void |
writeTo(java.io.OutputStream os)
Write this RotateLog as an XML fragment
|
public boolean stdLog
public static final boolean DEFAULT_STD_LOG
public boolean otherLogs
public static final boolean DEFAULT_OTHER_LOGS
public RotateLog()
public RotateLog(RotateLog o)
public void setStdLog(boolean stdLog)
public boolean isStdLog()
public RotateLog withStdLog(boolean stdLog)
public RotateLog withStdLog(java.lang.Boolean stdLog)
public void setOtherLogs(boolean otherLogs)
public boolean isOtherLogs()
public RotateLog withOtherLogs(boolean otherLogs)
public RotateLog withOtherLogs(java.lang.Boolean otherLogs)
public RotateLog makeCopy()
public static RotateLog readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static RotateLog fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.