|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vc.util.LogDataFormatter
LogDataFormatter is the utility for formatting the data in a way required by the logger utility
Constructor Summary | |
LogDataFormatter()
|
Method Summary | |
static java.lang.String |
getLogStringForFile(File file)
Gets a log string formatted with the data of a vc.corba.common.data.File object |
static java.lang.String |
getLogStringForFileArray(File[] files)
Gets a log string formatted with the data of multiple vc.corba.common.data.File objects |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogDataFormatter()
Method Detail |
public static java.lang.String getLogStringForFile(File file)
file
- vc.corba.common.data.File object whose data is formatted
into a log stringpublic static java.lang.String getLogStringForFileArray(File[] files)
files
- vc.corba.common.data.File objects whose data is formatted
into a log string
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |