mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 03:21:29 +01:00
added a reset() method as part of resolution for issue #173
Former-commit-id: b07e6a477ebd1b008f9be6f249a531fcb911865a
This commit is contained in:
@@ -31,4 +31,9 @@ public interface FileTypeAnalyzer extends Analyzer {
|
|||||||
* @return whether or not the specified file extension is supported by this analyzer.
|
* @return whether or not the specified file extension is supported by this analyzer.
|
||||||
*/
|
*/
|
||||||
boolean supportsExtension(String extension);
|
boolean supportsExtension(String extension);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Resets the analyzers state.
|
||||||
|
*/
|
||||||
|
void reset();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user