com.sun.tools.ws.processor.model.jaxb
Class Util
java.lang.Object
com.sun.tools.ws.processor.model.jaxb.Util
class Util
- extends Object
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAGIC
static final String MAGIC
- See Also:
- Constant Field Values
MAGIC0
static final String MAGIC0
- See Also:
- Constant Field Values
MAGIC1
static final String MAGIC1
- See Also:
- Constant Field Values
MAGIC2
static final String MAGIC2
- See Also:
- Constant Field Values
Util
Util()
replace
static String replace(String macro,
String... args)
- Replaces the marcros in the first string by the actual given arguments.
createMacroTemplate
static String createMacroTemplate(String s)
- Creates a macro tempate so that it can be later used with
replace(String, String[])
.