@CompileStatic class ClasspathCommandResourceResolver extends Object implements CommandResourceResolver
A CommandResourceResolver that resolves commands from the classpath under the directory META-INF/commands
Type | Name and description |
---|---|
ClassLoader |
classLoader |
Collection<String> |
matchingFileExtensions |
Constructor and description |
---|
ClasspathCommandResourceResolver(Collection<String> matchingFileExtensions) |