public class LookupResult extends Object
ResourceModel for
a Resource. Provides the found model as an OsgiBeanSource
and the resource type the model was found for. The resource type may be any type within the resource's
resource type or node type hierarchy.| Constructor and Description |
|---|
LookupResult(OsgiBeanSource<?> source,
String resourceType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getResourceType()
The resource type this lookup succeeded for.
|
OsgiBeanSource<?> |
getSource() |
int |
hashCode() |
String |
toString()
Customized toString for better error log information.
|
public LookupResult(OsgiBeanSource<?> source, String resourceType)
public OsgiBeanSource<?> getSource()
public String getResourceType()
MappableTypeHierarchy.null.public String toString()
Copyright © 2014–2015. All rights reserved.