Class PluginUriScannerPlugin
java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<URI,URIDescriptor>
com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractUriScannerPlugin<URL>
com.buschmais.jqassistant.plugin.common.impl.scanner.PluginUriScannerPlugin
- All Implemented Interfaces:
ScannerPlugin<URI,,URIDescriptor> com.buschmais.jqassistant.core.shared.lifecycle.ContextualConfigurableLifecycleAware<ScannerContext,,Map<String, Object>> com.buschmais.jqassistant.core.shared.lifecycle.LifecycleAware
Scanner plugin which handles jQAssistant plugin URIs.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.buschmais.jqassistant.core.scanner.api.ScannerPlugin
ScannerPlugin.Requires -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractUriScannerPlugin
getDescriptorType, getType, resolve, scanMethods inherited from class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
configure, equals, getBooleanProperty, getDirectoryPath, getName, getProperties, getProperty, getScannerContext, getStringProperty, getTypeParameter, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.buschmais.jqassistant.core.scanner.api.ScannerPlugin
destroy, initialize
-
Field Details
-
JQASSISTANT_PLUGIN
- See Also:
-
PROPERTY_IGNORE_NON_EXISTING_RESOURCES
- See Also:
-
-
Constructor Details
-
PluginUriScannerPlugin
public PluginUriScannerPlugin()
-
-
Method Details
-
configure
protected void configure()Description copied from class:AbstractScannerPluginConvenience method which might be overridden by sub-classes.- Overrides:
configurein classAbstractScannerPlugin<URI,URIDescriptor>
-
accepts
- Throws:
IOException
-
getResource
Description copied from class:AbstractUriScannerPluginGet the resource identified by theURI.- Specified by:
getResourcein classAbstractUriScannerPlugin<URL>- Parameters:
uri- TheURIcontext- TheScannerContext.- Returns:
- The resource.
-