Package org.apache.uima.pear.tools
Class InstallationController.TestStatus
java.lang.Object
org.apache.uima.pear.tools.InstallationController.TestStatus
- Enclosing class:
- InstallationController
The
TestStatus
class encapsulates attributes related to the results of the
'serviceability' verification test.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setMessage
(String message) void
setRetCode
(int retCode)
-
Field Details
-
TEST_SUCCESSFUL
public static final int TEST_SUCCESSFUL- See Also:
-
TEST_NOT_SUCCESSFUL
public static final int TEST_NOT_SUCCESSFUL- See Also:
-
-
Constructor Details
-
TestStatus
public TestStatus()
-
-
Method Details
-
getMessage
- Returns:
- the message
-
setMessage
- Parameters:
message
- the message to set
-
getRetCode
public int getRetCode()- Returns:
- the retCode
-
setRetCode
public void setRetCode(int retCode) - Parameters:
retCode
- the retCode to set
-