com.sap.tc.logging
Class HelperLib

java.lang.Object
  |
  +--com.sap.tc.logging.HelperLib

public final class HelperLib
extends java.lang.Object


Field Summary
static java.lang.String EMPTY_STRING
           
static java.lang.String NULL_STRING
           
 
Constructor Summary
HelperLib()
           
 
Method Summary
static boolean compareTwoDates(int operator, java.util.Date dateA, java.util.Date dateB)
           
static java.lang.String expandPattern(java.lang.String filePattern, int fileCount, boolean isRotate, boolean onlyNewFormat)
           
static int parseOperator(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_STRING

public static final java.lang.String NULL_STRING

EMPTY_STRING

public static final java.lang.String EMPTY_STRING
Constructor Detail

HelperLib

public HelperLib()
Method Detail

parseOperator

public static int parseOperator(java.lang.String value)

compareTwoDates

public static boolean compareTwoDates(int operator,
                                      java.util.Date dateA,
                                      java.util.Date dateB)

expandPattern

public static java.lang.String expandPattern(java.lang.String filePattern,
                                             int fileCount,
                                             boolean isRotate,
                                             boolean onlyNewFormat)