Package classycle.dependency
Class TextResult
java.lang.Object
classycle.dependency.TextResult
- All Implemented Interfaces:
Result
Result as a text.
- Author:
- Franz-Josef Elmer
-
Constructor Summary
ConstructorsConstructorDescriptionTextResult
(String text) Creates an instance with specified text which is ok.TextResult
(String text, boolean ok) Creates an instance with specified text and specified OK flag. -
Method Summary
-
Constructor Details
-
TextResult
Creates an instance with specified text which is ok. -
TextResult
Creates an instance with specified text and specified OK flag.
-
-
Method Details