com.azalient.api.a
Interface ITools

All Known Subinterfaces:
IUtility

public interface ITools

A handle to some tools for logging and reporting


Method Summary
 IPluginController controller()
          Internal method (intentionally undocumented)
 void controllerClose()
          Internal method (intentionally undocumented)
 void pluginControllerFactory(IPluginControllerFactory factory)
          Internal method (intentionally undocumented)
 IRedirector redirector()
          Return a handle to the redirection/logging/reporting interface
 IReporter reporter()
          Return a handle to the reporting interface
 

Method Detail

reporter

IReporter reporter()
Return a handle to the reporting interface


redirector

IRedirector redirector()
Return a handle to the redirection/logging/reporting interface


controller

IPluginController controller()
Internal method (intentionally undocumented)


pluginControllerFactory

void pluginControllerFactory(IPluginControllerFactory factory)
Internal method (intentionally undocumented)


controllerClose

void controllerClose()
Internal method (intentionally undocumented)