public final class DropScript extends DnDScript
| Constructor and Description |
|---|
DropScript(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ResourceKey> |
getResources()
Returns a list of resources contained in this resource library
|
appendScript, appendScriptToStringBuilder, equals, getBaseResources, hashCode, toScriptpublic DropScript(String name)
public Iterable<ResourceKey> getResources()
ResourceLibraryReturns a list of resources contained in this resource library
The result does not have to be stable; i.e. the returned list of resources may differ for each execution based on context, configuration, time, etc.
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.