|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.webdav.Policy
public class Policy
Constructor Summary | |
---|---|
Policy()
|
Method Summary | |
---|---|
static String |
bind(String id)
Lookup the message with the given ID in this catalog |
static String |
bind(String id,
String binding)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string. |
static String |
bind(String id,
String[] bindings)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values. |
static String |
bind(String id,
String binding1,
String binding2)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Policy()
Method Detail |
---|
public static String bind(String id)
public static String bind(String id, String binding)
public static String bind(String id, String binding1, String binding2)
public static String bind(String id, String[] bindings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |