@groovy.transform.CompileStatic class FileSystemCommandResourceResolver extends java.lang.Object implements CommandResourceResolver
A CommandResourceResolver that resolves from the file system
Type | Name and description |
---|---|
java.util.Collection<java.lang.String> |
matchingFileExtensions |
Constructor and description |
---|
FileSystemCommandResourceResolver
(java.util.Collection<java.lang.String> matchingFileExtensions) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Collection<Resource> |
findCommandResources(Profile profile) |
|
protected org.springframework.core.io.Resource |
getCommandsDirectory(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