Uses of Class
net.ssehub.easy.instantiation.core.model.execution.TracerFactory
-
Packages that use TracerFactory Package Description net.ssehub.easy.instantiation.core.model.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.execution High level execution support.net.ssehub.easy.instantiation.core.model.tracing Common tracing functionality.net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.ui.core.instantiation Classes for connecting instantiation output to the GUI. -
-
Uses of TracerFactory in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common declared as TracerFactory Modifier and Type Field Description private TracerFactoryStreamGobbler. tracers -
Uses of TracerFactory in net.ssehub.easy.instantiation.core.model.execution
Subclasses of TracerFactory in net.ssehub.easy.instantiation.core.model.execution Modifier and Type Class Description static classTracerFactory.DefaultTracerFactoryThe default tracer factory returning tracer instances which do not trace anything (NoTracer).Fields in net.ssehub.easy.instantiation.core.model.execution declared as TracerFactory Modifier and Type Field Description static TracerFactoryTracerFactory. DEFAULTDefines the default tracer.private static TracerFactoryTracerFactory. defaultFactoryFields in net.ssehub.easy.instantiation.core.model.execution with type parameters of type TracerFactory Modifier and Type Field Description private static java.util.Map<java.lang.Long,TracerFactory>TracerFactory. instancesMethods in net.ssehub.easy.instantiation.core.model.execution that return TracerFactory Modifier and Type Method Description static TracerFactoryTracerFactory. getDefaultInstance()Returns the default instance.static TracerFactoryTracerFactory. getInstance()Returns the tracer factory for the current thread.Methods in net.ssehub.easy.instantiation.core.model.execution with parameters of type TracerFactory Modifier and Type Method Description static voidTracerFactory. setDefaultInstance(TracerFactory factory)Defines the default instance.static voidTracerFactory. setInstance(TracerFactory newInstance)Defines a new tracer factory for the current thread. -
Uses of TracerFactory in net.ssehub.easy.instantiation.core.model.tracing
Subclasses of TracerFactory in net.ssehub.easy.instantiation.core.model.tracing Modifier and Type Class Description classConsoleTracerFactoryFactory for the creation of VIL build language tracer and VIL template language tracer.Fields in net.ssehub.easy.instantiation.core.model.tracing declared as TracerFactory Modifier and Type Field Description static TracerFactoryConsoleTracerFactory. INSTANCEThe tracer factory instance. -
Uses of TracerFactory in net.ssehub.easy.producer.core.mgmt
Fields in net.ssehub.easy.producer.core.mgmt declared as TracerFactory Modifier and Type Field Description private TracerFactoryEasyExecutor. tracerFactoryMethods in net.ssehub.easy.producer.core.mgmt with parameters of type TracerFactory Modifier and Type Method Description EasyExecutorEasyExecutor. setTracerFactory(TracerFactory tracerFactory)Sets the tracer factory. -
Uses of TracerFactory in net.ssehub.easy.producer.ui.core.instantiation
Subclasses of TracerFactory in net.ssehub.easy.producer.ui.core.instantiation Modifier and Type Class Description classGuiTracerFactoryFactory for the creation of VIL build language tracer and VIL template language tracer.Fields in net.ssehub.easy.producer.ui.core.instantiation declared as TracerFactory Modifier and Type Field Description static TracerFactoryGuiTracerFactory. INSTANCEThe tracer factory instance.
-