|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.store.ArchiveRule
inetsoft.sree.store.AgeArchiveRule
public class AgeArchiveRule
This class defines the archive rule:: delete report older than specified age.
| Constructor Summary | |
|---|---|
AgeArchiveRule(int year,
int month,
int day)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getArchiveRuleString()
Get the formatted string representation. |
int |
getDays()
Get the days. |
int |
getMonths()
Get the months. |
int |
getYears()
Get the years. |
void |
process(ReportArchive archive,
String path)
Process this archive rule. |
String |
toString()
Get the string representation. |
void |
writeXML(PrintWriter writer)
Write itself as XML stream. |
| Methods inherited from class inetsoft.sree.store.ArchiveRule |
|---|
createArchiveRule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AgeArchiveRule(int year,
int month,
int day)
year - the number of year.month - the number of month.day - the number of day.| Method Detail |
|---|
public int getYears()
public int getMonths()
public int getDays()
public void process(ReportArchive archive,
String path)
throws ArchiveException
process in class ArchiveRulearchive - report archive.path - report path.
ArchiveExceptionpublic void writeXML(PrintWriter writer)
writeXML in class ArchiveRulepublic String getArchiveRuleString()
getArchiveRuleString in class ArchiveRulepublic String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||