public class ResolvableLink<T extends AbstractResource> extends Link<T>
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLookup<T> |
provider |
| Constructor and Description |
|---|
ResolvableLink(String id,
String name,
ResourceLookup<T> provider) |
protected final ResourceLookup<T extends AbstractResource> provider
public ResolvableLink(String id, String name, ResourceLookup<T> provider)
public T resolve()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.