public interface Resource extends Adaptable, Attachable
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CAPABILITY |
static String |
KEY_IDENTITY |
static String |
KEY_REQUIREMENT |
| Modifier and Type | Method and Description |
|---|---|
List<Capability> |
getCapabilities(String namespace) |
ResourceIdentity |
getIdentity() |
Capability |
getIdentityCapability() |
List<Requirement> |
getRequirements(String namespace) |
getAttachment, hasAttachment, putAttachment, removeAttachmentstatic final String KEY_CAPABILITY
static final String KEY_REQUIREMENT
static final String KEY_IDENTITY
ResourceIdentity getIdentity()
Capability getIdentityCapability()
List<Capability> getCapabilities(String namespace)
List<Requirement> getRequirements(String namespace)
Copyright © 2014 JBoss by Red Hat. All rights reserved.