|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.qos.logback.core.joran.spi.Pattern
public class Pattern
A pattern is used to designate XML elements in a document.
For more information see http://logback.qos.ch/manual/onJoran.html#pattern
| Constructor Summary | |
|---|---|
Pattern()
|
|
Pattern(List<String> list)
|
|
Pattern(String p)
Build a pattern from a string. |
|
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
equals(Object o)
|
String |
get(int i)
|
List<String> |
getCopyOfPartList()
|
int |
getPrefixMatchLength(Pattern p)
Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter. |
int |
getTailMatchLength(Pattern p)
Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter. |
int |
hashCode()
|
boolean |
isContained(Pattern p)
|
String |
peekLast()
|
void |
pop()
|
void |
push(String s)
|
int |
size()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Pattern()
public Pattern(List<String> list)
public Pattern(String p)
| Method Detail |
|---|
public List<String> getCopyOfPartList()
public Object clone()
clone in class Objectpublic void push(String s)
public int size()
public String get(int i)
public void pop()
public String peekLast()
public int getTailMatchLength(Pattern p)
public boolean isContained(Pattern p)
public int getPrefixMatchLength(Pattern p)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||