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 IDeepPlugin
BasicAuthProvider. 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 Resource
ISnapshotDecorator. 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 IDeepPlugin
IDeepPlugin. configure(ISettings settings, IReflection reflection)
This allows for the plugin to retain a reference to the settings for Deep and allows access to theIReflection
service to perform reflection operations.Resource
ResourceProvider. createResource(ISettings settings)
boolean
ConditionalResourceProvider. 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.
-