@ProviderType public interface Resource extends RegisteredResource
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key)
Get the value of an attribute.
|
String |
getError()
In case the resource was not successfully processed this might expose the related error description
|
long |
getLastChange()
When did the last change happen?
|
ResourceState |
getState()
Get the current state of the resource.
|
org.osgi.framework.Version |
getVersion()
Return the version of the artifact.
|
getDictionary, getDigest, getEntityId, getInputStream, getPriority, getScheme, getType, getURLResourceState getState()
@CheckForNull String getError()
null@CheckForNull org.osgi.framework.Version getVersion()
nulllong getLastChange()
@CheckForNull Object getAttribute(String key)
ResourceTransformer or a InstallTask for
processing.key - The name of the attributenullCopyright © 2017 The Apache Software Foundation. All rights reserved.