@groovy.transform.CompileStatic class ClasspathCommandResourceResolver extends java.lang.Object implements CommandResourceResolver
A CommandResourceResolver that resolves commands from the classpath under the directory META-INF/commands
Type | Name and description |
---|---|
java.lang.ClassLoader |
classLoader |
java.util.Collection<java.lang.String> |
matchingFileExtensions |
Constructor and description |
---|
ClasspathCommandResourceResolver
(java.util.Collection<java.lang.String> matchingFileExtensions) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Collection<Resource> |
findCommandResources(Profile profile) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation