|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.processor.ProcessorUtil
public class ProcessorUtil
Utilities methods.
| Constructor Summary | |
|---|---|
ProcessorUtil()
|
|
| Method Summary | |
|---|---|
static Filter[] |
getFilters(java.lang.String filters,
java.lang.String separator)
Instanciate a array of filters given by thier FQN separated by the given separator. |
static Processor |
newProcessor(java.lang.String filters,
java.lang.String separator)
Instanciate a new Processor given an array of filters given by
their FQN separated by the given separator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessorUtil()
| Method Detail |
|---|
public static Processor newProcessor(java.lang.String filters,
java.lang.String separator)
throws java.lang.Exception
Processor given an array of filters given by
their FQN separated by the given separator.
filters - the string representionf of the filtersseparator - the separator of filter
java.lang.Exception - if any pb
public static Filter[] getFilters(java.lang.String filters,
java.lang.String separator)
throws java.lang.Exception
filters - the list of filters separated by the given separatorseparator - filter separator
java.lang.Exception - if any pb
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||