classycle.dependency
Class TextResult

java.lang.Object
  extended byclassycle.dependency.TextResult
All Implemented Interfaces:
Result

public class TextResult
extends java.lang.Object
implements Result

Author:
Franz-Josef Elmer

Constructor Summary
TextResult(java.lang.String text)
           
TextResult(java.lang.String text, boolean ok)
           
 
Method Summary
 boolean isOk()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextResult

public TextResult(java.lang.String text)

TextResult

public TextResult(java.lang.String text,
                  boolean ok)
Method Detail

isOk

public boolean isOk()
Specified by:
isOk in interface Result

toString

public java.lang.String toString()