Uses of Interface
org.openscience.cdk.tools.ILoggingTool
Packages that use ILoggingTool
Package
Description
-
Uses of ILoggingTool in org.openscience.cdk.config
Fields in org.openscience.cdk.config declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.io
Constructors in org.openscience.cdk.io with parameters of type ILoggingToolModifierConstructorDescriptionConstructs a new instance using the provided logging tool. -
Uses of ILoggingTool in org.openscience.cdk.io.cml
Fields in org.openscience.cdk.io.cml declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.io.iterator.event
Fields in org.openscience.cdk.io.iterator.event declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.io.random
Fields in org.openscience.cdk.io.random declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.stereo
Fields in org.openscience.cdk.stereo declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.tools
Classes in org.openscience.cdk.tools that implement ILoggingToolModifier and TypeClassDescriptionclassDeprecated.should not be used directlyFields in org.openscience.cdk.tools declared as ILoggingToolMethods in org.openscience.cdk.tools that return ILoggingToolModifier and TypeMethodDescriptionstatic ILoggingToolDeprecated.Creates a newSystemOutLoggingToolfor the given class.static ILoggingToolLoggingToolFactory.createLoggingTool(Class<?> sourceClass) Dynamically create aILoggingToolfor the givensourceClass.Methods in org.openscience.cdk.tools that return types with arguments of type ILoggingToolModifier and TypeMethodDescriptionstatic Class<? extends ILoggingTool>LoggingToolFactory.getLoggingToolClass()Gets the currently usedILoggingToolimplementation.Method parameters in org.openscience.cdk.tools with type arguments of type ILoggingToolModifier and TypeMethodDescriptionstatic voidLoggingToolFactory.setLoggingToolClass(Class<? extends ILoggingTool> loggingTool) Sets theILoggingToolimplementation to be used.