Modifier and Type | Interface and Description |
---|---|
interface |
FileMatchContentsProcessor
The method to run when a file with a matching path is found on the classpath.
|
interface |
FileMatchContentsProcessorWithContext
The method to run when a file with a matching path is found on the classpath.
|
interface |
FileMatchProcessor
The method to run when a file with a matching path is found on the classpath.
|
interface |
FileMatchProcessorWithContext
The method to run when a file with a matching path is found on the classpath.
|
interface |
FilenameMatchProcessor
The method to run when a file with a matching path is found on the classpath.
|
Modifier and Type | Method and Description |
---|---|
void |
ScanSpec.matchFilenameExtension(String extensionToMatch,
FileMatchProcessorAny fileMatchProcessor)
Calls the given FileMatchProcessor if files are found on the classpath that have the given file extension.
|
void |
ScanSpec.matchFilenamePath(String relativePathToMatch,
FileMatchProcessorAny fileMatchProcessor)
Calls the given FileMatchProcessor if files are found on the classpath that exactly match the given relative
path.
|
void |
ScanSpec.matchFilenamePathLeaf(String pathLeafToMatch,
FileMatchProcessorAny fileMatchProcessor)
Calls the given FileMatchProcessor if files are found on the classpath that exactly match the given path
leafname.
|
void |
ScanSpec.matchFilenamePattern(String pathRegexp,
FileMatchProcessorAny fileMatchProcessor)
Calls the given FileMatchProcessor if files are found on the classpath with the given regexp pattern in their
path.
|
void |
ClasspathResource.processFileMatch(FileMatchProcessorAny fileMatchProcessor,
LogNode log) |
Constructor and Description |
---|
FileMatchProcessorWrapper(FileMatchProcessorWrapper.FilePathTester filePathTester,
FileMatchProcessorAny fileMatchProcessor) |
Copyright © 2018. All rights reserved.