| Package | Description |
|---|---|
| org.cthul.resolve | |
| org.cthul.resolve.results |
| Modifier and Type | Method and Description |
|---|---|
abstract RResult.ResultType |
RResult.getResultType()
Indicates the native format of this result.
|
static RResult.ResultType |
RResult.ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RResult.ResultType[] |
RResult.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RResult.ResultType |
URLResult.getResultType() |
RResult.ResultType |
StringResult.getResultType() |
RResult.ResultType |
InputStreamResult.getResultType() |
RResult.ResultType |
FileResult.getResultType() |
RResult.ResultType |
BytesResult.getResultType() |
Copyright © 2015. All rights reserved.