|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.core.appender.routing.Routes
public final class Routes
Used to contain the individual Route elements.
Method Summary | |
---|---|
static Routes |
createRoutes(String pattern,
Route[] routes)
Create the Routes. |
String |
getPattern()
Return the pattern. |
Route[] |
getRoutes()
Return the array of Route elements. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getPattern()
public Route[] getRoutes()
public String toString()
toString
in class Object
public static Routes createRoutes(String pattern, Route[] routes)
pattern
- The pattern.routes
- An array of Route elements.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |