Uses of Interface
com.intergral.deep.agent.api.settings.ISettings
-
Packages that use ISettings Package Description com.intergral.deep.agent.api.auth com.intergral.deep.agent.api.plugin com.intergral.deep.agent.api.spi -
-
Uses of ISettings in com.intergral.deep.agent.api.auth
Methods in com.intergral.deep.agent.api.auth with parameters of type ISettings Modifier and Type Method Description IDeepPluginBasicAuthProvider. configure(ISettings settings, IReflection reflection) -
Uses of ISettings in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin with parameters of type ISettings Modifier and Type Method Description ResourceISnapshotDecorator. decorate(ISettings settings, ISnapshotContext snapshot)This method is called by Deep after a snapshot is created. -
Uses of ISettings in com.intergral.deep.agent.api.spi
Methods in com.intergral.deep.agent.api.spi with parameters of type ISettings Modifier and Type Method Description default IDeepPluginIDeepPlugin. configure(ISettings settings, IReflection reflection)This allows for the plugin to retain a reference to the settings for Deep and allows access to theIReflectionservice to perform reflection operations.ResourceResourceProvider. createResource(ISettings settings)booleanConditionalResourceProvider. shouldApply(ISettings settings, Resource existing)If an implementation needs to apply only under certain conditions related to the config or the existing state of the Resource being built, they can choose to override this default.
-