es.udc.gii.common.eaf.log
Class FEsBestMeanLogTool

java.lang.Object
  extended by es.udc.gii.common.eaf.log.LogTool
      extended by es.udc.gii.common.eaf.log.FEsBestMeanLogTool
All Implemented Interfaces:
Configurable, java.util.Observer

public class FEsBestMeanLogTool
extends LogTool

Author:
pilar

Field Summary
 
Fields inherited from class es.udc.gii.common.eaf.log.LogTool
fileExtension, name, oldFolder, oldName
 
Constructor Summary
FEsBestMeanLogTool()
          Creates a new instance of BestMeanLogTool
 
Method Summary
 void configure(org.apache.commons.configuration.Configuration conf)
           
 java.lang.String getLogID()
           
 void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class es.udc.gii.common.eaf.log.LogTool
finalize, getLog, getNodeID, setFile
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FEsBestMeanLogTool

public FEsBestMeanLogTool()
Creates a new instance of BestMeanLogTool

Method Detail

setParameters

public void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)

configure

public void configure(org.apache.commons.configuration.Configuration conf)
Specified by:
configure in interface Configurable
Overrides:
configure in class LogTool

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer
Overrides:
update in class LogTool

getLogID

public java.lang.String getLogID()
Overrides:
getLogID in class LogTool