vc.util
Class LogDataFormatter

java.lang.Object
  |
  +--vc.util.LogDataFormatter

public class LogDataFormatter
extends java.lang.Object

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

LogDataFormatter

public LogDataFormatter()
Method Detail

getLogStringForFile

public static java.lang.String getLogStringForFile(File file)
Gets a log string formatted with the data of a vc.corba.common.data.File object
Parameters:
file - vc.corba.common.data.File object whose data is formatted into a log string
Returns:
Returns a log string formatted with the data of a vc.corba.common.data.File object

getLogStringForFileArray

public static java.lang.String getLogStringForFileArray(File[] files)
Gets a log string formatted with the data of multiple vc.corba.common.data.File objects
Parameters:
files - vc.corba.common.data.File objects whose data is formatted into a log string
Returns:
Returns a log string formatted with the data of a vc.corba.common.data.File objects