|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.rest.reporting.ReportFormatHelper
public class ReportFormatHelper
Formatting tools for rest reporting.
| Method Summary | |
|---|---|
static String |
cleanForCSV(String input)
Strip out any invalid characters from CSV data. |
static String |
formatDate(long epochMillis)
Standard Date/time format for CSV files |
static String |
formatDateTime(long epochMillis)
Standard Date/time format for CSV files |
static String |
parseAncestry(String ancestry)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String cleanForCSV(String input)
input -
public static String formatDateTime(long epochMillis)
epochMillis -
public static String formatDate(long epochMillis)
epochMillis -
public static String parseAncestry(String ancestry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||