Package com.intergral.deep.agent.api.spi
Interface IConditional
-
public interface IConditional
This interface allows an instance ofIDeepPlugin
to only be loaded based on a condition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isActive()
Should determine if the plugin is active.
-