public interface PluginCache
| Modifier and Type | Method and Description |
|---|---|
void |
addScanner(com.dtolabs.rundeck.core.plugins.PluginScanner scanner)
Add a new scanner
|
com.dtolabs.rundeck.core.plugins.ProviderLoader |
getLoaderForIdent(ProviderIdent ident)
Get the loader for the provider
|
java.util.List<ProviderIdent> |
listProviders() |
void addScanner(com.dtolabs.rundeck.core.plugins.PluginScanner scanner)
scanner - scannercom.dtolabs.rundeck.core.plugins.ProviderLoader getLoaderForIdent(ProviderIdent ident) throws ProviderLoaderException
ident - provider identProviderLoaderException - on loading errorjava.util.List<ProviderIdent> listProviders()