|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.webservices.GrouperServiceUtils
public class GrouperServiceUtils
Constructor Summary | |
---|---|
GrouperServiceUtils()
|
Method Summary | |
---|---|
static void |
assertTrue(boolean isTrue,
String reason)
assert like java 1.4 assert |
static String |
dateToString(Date date)
convert a date to a string using the standard web service pattern Note that HH is 0-23 |
static String[][] |
params(String paramName0,
String paramValue0,
String paramName1,
String paramValue1)
validate and organize params |
static String[] |
splitTrim(String string,
String separator)
split a string and trim each |
static Date |
stringToDate(String dateString)
convert a string to a date using the standard web service pattern Note that HH is 0-23 |
static String |
toStringForLog(Object object)
print out various types of objects |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrouperServiceUtils()
Method Detail |
---|
public static String dateToString(Date date)
date
-
public static Date stringToDate(String dateString)
dateString
-
public static void assertTrue(boolean isTrue, String reason)
isTrue
- reason
- public static String toStringForLog(Object object)
object
-
public static String[] splitTrim(String string, String separator)
string
- separator
-
public static String[][] params(String paramName0, String paramValue0, String paramName1, String paramValue1)
paramName0
- paramValue0
- paramName1
- paramValue1
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |