|
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
public abstract class ArchiveRule
This interface defines the API for archive rule.
| Constructor Summary | |
|---|---|
ArchiveRule()
|
|
| Method Summary | |
|---|---|
static ArchiveRule |
createArchiveRule(Element rules)
Create an archive rule object from its XML definition. |
abstract String |
getArchiveRuleString()
Get the formatted string representation. |
abstract void |
process(ReportArchive archive,
String path)
Process this archive rule. |
abstract void |
writeXML(PrintWriter writer)
Write itself as XML stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchiveRule()
| Method Detail |
|---|
public abstract void writeXML(PrintWriter writer)
public abstract void process(ReportArchive archive,
String path)
throws ArchiveException
archive - report archive.path - report path.
ArchiveExceptionpublic abstract String getArchiveRuleString()
public static ArchiveRule createArchiveRule(Element rules)
throws ArchiveException
ArchiveException
|
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 | ||||||||