|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
CommandFilter | Interface for objects that can filter event output. |
Class Summary | |
CommandFilterFactory | Factory/registry for CommandFilter objects. |
FilterUtils | Provides utilities for use by CommandFilter implementations. |
GrepFilter | Matches lines against a particular string, and discards lines that don't match the string. |
HeadFilter | Implements the "head" command: pass a numeric arg, such as "-20", to see that many lines of the output. |
SortFilter | Matches lines against a particular string, and discards lines that don't match the string. |
TailFilter | Implements the "tail" command: pass a numeric arg, such as "-20", to see that many lines of the end of the output. |
UniqFilter | Discards duplicate lines from the output. |
WCFilter | Word count. |
Provides implementations for some Unix-like command filters, such as sort, grep, and wc.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |