|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.plugins.BaseProviderRegistryService<T>
com.dtolabs.rundeck.core.plugins.PluggableProviderRegistryService<T>
public abstract class PluggableProviderRegistryService<T>
Extends BaseProviderRegistryService to support loading providers via plugins if not found in the registry.
Field Summary |
---|
Fields inherited from class com.dtolabs.rundeck.core.plugins.BaseProviderRegistryService |
---|
framework, instanceregistry, registry |
Constructor Summary | |
---|---|
protected |
PluggableProviderRegistryService(Framework framework)
|
Method Summary | |
---|---|
java.util.List<ProviderIdent> |
listProviders()
|
T |
providerOfType(java.lang.String providerName)
Return the provider instance of the given name. |
Methods inherited from class com.dtolabs.rundeck.core.plugins.BaseProviderRegistryService |
---|
createProviderInstanceFromType, hasValidProviderSignature, registerClass, registerInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.dtolabs.rundeck.core.plugins.PluggableService |
---|
createProviderInstance, createScriptProviderInstance, isScriptPluggable, isValidProviderClass |
Methods inherited from interface com.dtolabs.rundeck.core.common.FrameworkSupportService |
---|
getName |
Constructor Detail |
---|
protected PluggableProviderRegistryService(Framework framework)
Method Detail |
---|
public T providerOfType(java.lang.String providerName) throws ExecutionServiceException
BaseProviderRegistryService
providerOfType
in interface ProviderService<T>
providerOfType
in class BaseProviderRegistryService<T>
ExecutionServiceException
public java.util.List<ProviderIdent> listProviders()
listProviders
in interface ProviderService<T>
listProviders
in class BaseProviderRegistryService<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |