| |
|
| java.lang.Object org.jboss.services.loggingmonitor.RolloverPeriod
RolloverPeriod | class RolloverPeriod (Code) | | This class encapsulates the specification of a log file's rollover period.
author: James Wilson author: Dimitris Andreadis version: $Revision: 57210 $ |
Method Summary | |
public String | getRolloverFormat() Returns the rollover format specification associated with the rollover
period specification used to construct this class. | public String | toString() Returns the rollover period specification used to construct this class. |
RolloverPeriod | public RolloverPeriod(String rolloverPeriod)(Code) | | Constructor.
Parameters: rolloverPeriod - a rollover period specification. |
getRolloverFormat | public String getRolloverFormat()(Code) | | Returns the rollover format specification associated with the rollover
period specification used to construct this class.
|
toString | public String toString()(Code) | | Returns the rollover period specification used to construct this class.
|
|
|
|