|
Logback API Version 0.9.8 |
|||||||||
| 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
| Constructor Summary | |
|---|---|
Pattern()
|
|
Pattern(String p)
Build a pattern from a string. |
|
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
equals(Object o)
|
String |
get(int i)
|
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()
|
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(String p)
| Method Detail |
|---|
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 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
|
Logback API Version 0.9.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||