|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.internal.util.Quote
public class Quote
Utility class for enclosing data in enclosing "quotes" of various types.
| Constructor Summary | |
|---|---|
Quote()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
parens(java.lang.String input)
Enclose input within parentheses. |
static java.lang.String |
single(boolean input)
Enclose input in single quotes. |
static java.lang.String |
single(java.lang.String input)
Enclose input in single quotes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Quote()
| Method Detail |
|---|
public static java.lang.String parens(java.lang.String input)
input within parentheses.
public static java.lang.String single(boolean input)
input in single quotes.
public static java.lang.String single(java.lang.String input)
input in single quotes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||