public class URIResolveResult extends Object implements ResolvedVariables
| Modifier and Type | Class and Description |
|---|---|
static class |
URIResolveResult.Status
The possible status of a resolve result.
|
| Constructor and Description |
|---|
URIResolveResult() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name)
Returns the object corresponding to the specified variable name.
|
URIResolveResult.Status |
getStatus()
Returns the status of this result.
|
Set<String> |
names()
Returns the names of the variables which have been resolved.
|
void |
put(String name,
Object o)
Puts the object corresponding to the specified variable name in the results.
|
void |
setStatus(URIResolveResult.Status status)
Sets the status of this result.
|
public Set<String> names()
names in interface ResolvedVariablespublic Object get(String name)
get in interface ResolvedVariablesname - The name of the variable.null.public URIResolveResult.Status getStatus()
public void put(String name, Object o)
name - The name of the variable.o - The corresponding object.public void setStatus(URIResolveResult.Status status)
status - The status of the result.Copyright © 2025. All rights reserved.