R - the underlying local resource typeC - the underlying local resource client typepublic interface LocalResourceInstance<R,C> extends PropertiesReader
ResourceProvider| Modifier and Type | Method and Description |
|---|---|
Optional<Instance<C>> |
getClient()
Get the client instance associated with the local resource.
|
String |
getFqn()
Get a unique fully qualified name associated with the local resource.
|
LocalResource |
getLocalResource()
Get the local resource annotation associated with the local resource instance.
|
Instance<R> |
getResource()
Get the underlying local resource instance.
|
findCollection, findMap, findProperty, getPropertiesReader, getPropertygetProperties, isEmptyString getFqn()
LocalResource getLocalResource()
Optional<Instance<C>> getClient()
Copyright © 2016–2018 Testify Project. All rights reserved.