|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.emailext.Util
public class Util
Utility class for internal use.
| Nested Class Summary | |
|---|---|
static interface |
Util.PrintfSpec
An interface for use with Util.printf to specialize behavior. |
| Method Summary | |
|---|---|
static void |
printf(java.lang.StringBuffer buf,
java.lang.String formatString,
Util.PrintfSpec printfSpec)
Formats a string and puts the result into a StringBuffer. |
static java.lang.String |
unescapeString(java.lang.String escapedString)
Replaces all the printf-style escape sequences in a string with the appropriate characters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String unescapeString(java.lang.String escapedString)
escapedString - the string containing escapes
public static void printf(java.lang.StringBuffer buf,
java.lang.String formatString,
Util.PrintfSpec printfSpec)
buf - the buffer to append the result toformatString - the string to formatprintfSpec - the specialization for printf
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||