|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.processor.Processor
org.nuiton.processor.LogsProcessor
public class LogsProcessor
| Nested Class Summary | |
|---|---|
protected static class |
LogsProcessor.Action
Type of actions |
| Field Summary | |
|---|---|
static LogsProcessor.Action |
Logs
Active logs in output. |
static LogsProcessor.Action |
NoAction
Do nothing |
static LogsProcessor.Action |
NoLogsCode
Remove logs in output |
| Fields inherited from class org.nuiton.processor.Processor |
|---|
inputFilter, outputFilter |
| Constructor Summary | |
|---|---|
LogsProcessor(LogsProcessor.Action action)
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class org.nuiton.processor.Processor |
|---|
getReader, process, setInputFilter, setInputFilter, setOutputFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final LogsProcessor.Action NoAction
public static final LogsProcessor.Action Logs
public static final LogsProcessor.Action NoLogsCode
| Constructor Detail |
|---|
public LogsProcessor(LogsProcessor.Action action)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||