|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.util.PatternFormat
public class PatternFormat
This pattern works with DOS like patterns.
| Constructor Summary | |
|---|---|
PatternFormat(String pattern)
Initialization |
|
| Method Summary | |
|---|---|
boolean |
accept(String path)
Utility method |
boolean |
equals(Object obj)
|
String |
format(Object... params)
Utility method |
int |
hashCode()
|
Object[] |
parse(String path)
Parse the path |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PatternFormat(String pattern)
pattern - Pattern to use| Method Detail |
|---|
public String format(Object... params)
params - Parameters to fill the message
public boolean accept(String path)
path - String to check
public Object[] parse(String path)
throws ParseException
path - String to parse
ParseException - If the parsing cannot be donepublic String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||