Class FinkPropertiesProcessor
- java.lang.Object
-
- com.Lomikel.WebService.PropertiesProcessor
-
- com.astrolabsoftware.FinkBrowser.WebService.FinkPropertiesProcessor
-
public class FinkPropertiesProcessor extends PropertiesProcessor
FinkPropertiesProcessor
extracts X-axes from rows for graphs.- Author:
- J.Hrivnac
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
log
Logging .
-
Constructor Summary
Constructors Constructor Description FinkPropertiesProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDate(java.lang.String jd)
Give the date corresponding to a timestamp.java.lang.String
getTimestamp(java.lang.String entry)
Give the timestamp corresponding to a timestamp.
-
-
-
Field Detail
-
log
private static org.apache.logging.log4j.Logger log
Logging .
-
-
Constructor Detail
-
FinkPropertiesProcessor
public FinkPropertiesProcessor()
-
-
Method Detail
-
getTimestamp
public java.lang.String getTimestamp(java.lang.String entry)
Description copied from class:PropertiesProcessor
Give the timestamp corresponding to a timestamp.- Overrides:
getTimestamp
in classPropertiesProcessor
- Parameters:
entry
- One row of the table.- Returns:
- The corresponding timestamp.
-
getDate
public java.lang.String getDate(java.lang.String jd)
Description copied from class:PropertiesProcessor
Give the date corresponding to a timestamp.- Overrides:
getDate
in classPropertiesProcessor
- Returns:
- The corresponding date.
-
-