Uses of Interface
org.apache.any23.cli.Tool
-
Packages that use Tool Package Description org.apache.any23.plugin This package provides Plugin Management support for Any23. -
-
Uses of Tool in org.apache.any23.plugin
Methods in org.apache.any23.plugin that return types with arguments of type Tool Modifier and Type Method Description Iterator<Tool>
Any23PluginManager. getApplicableTools(File... pluginLocations)
Returns anIterator
of tools that have been detected within the given list of locations.Iterator<Tool>
Any23PluginManager. getTools()
Returns the list of all theTool
classes declared within the classpath.
-