T - the type of such a processed resourcepublic interface ResourceTypePackage<T> extends Iterable<T>, Serializable
KieAssemblerService.
Resources are expected to be able to be looked up by a "name" or identifier.
Each ResourceTypePackage is identified by a namespace.| Modifier and Type | Method and Description |
|---|---|
void |
add(T element) |
ResourceType |
getResourceType() |
default boolean |
removeResource(Resource resource)
Remove artifacts inside this ResourceTypePackage which belong to the resource passed as parameter.
|
forEach, iterator, spliteratorResourceType getResourceType()
default boolean removeResource(Resource resource)
resource - void add(T element)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.