Package org.jboss.as.service.descriptor
Class ParseResult<T>
java.lang.Object
org.jboss.as.service.descriptor.ParseResult<T>
- Type Parameters:
T- the parse result type
The result of a parsing operation.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParseResult
public ParseResult()
-
-
Method Details
-
setResult
Set the result.- Parameters:
result- the parsing result
-
getResult
Get the result.- Returns:
- the parsing result
-