public interface ResourceService
Modifier and Type | Method and Description |
---|---|
ResourceKeys |
findFiles(ApplicationKey key,
java.lang.String pattern) |
Resource |
getResource(ResourceKey resourceKey) |
<K,V> V |
processResource(ResourceProcessor<K,V> processor) |
Resource getResource(ResourceKey resourceKey)
ResourceKeys findFiles(ApplicationKey key, java.lang.String pattern)
<K,V> V processResource(ResourceProcessor<K,V> processor)