org.globus.cog.karajan.workflow.nodes.restartLog
Class LogEntry

java.lang.Object
  extended by org.globus.cog.karajan.workflow.nodes.restartLog.LogEntry

public class LogEntry
extends Object


Constructor Summary
LogEntry()
           
 
Method Summary
static LogEntry build(String key)
           
static LogEntry build(VariableStack stack, FlowElement fe)
           
 boolean equals(Object obj)
           
 String getValue()
           
 int hashCode()
           
static LogEntry parse(String line)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry()
Method Detail

parse

public static LogEntry parse(String line)

build

public static LogEntry build(VariableStack stack,
                             FlowElement fe)
                      throws ExecutionException
Throws:
ExecutionException

build

public static LogEntry build(String key)
                      throws ExecutionException
Throws:
ExecutionException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getValue

public String getValue()