TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.hyades.logging.adapter.ui.internal.views
Class AcadGuiModelManager

java.lang.Object
  extended byorg.eclipse.hyades.logging.adapter.ui.internal.views.AcadGuiModelManager

public class AcadGuiModelManager
extends java.lang.Object


Constructor Summary
AcadGuiModelManager()
           
 
Method Summary
static void disposeModel(org.eclipse.core.resources.IFile file)
           
static AcadGuiModel getCurrentModel()
           
static org.eclipse.hyades.logging.adapter.model.internal.sensor.SensorConfigType getLogForConfiguration(AcadGuiModel model)
          Returns the template log file associated with this adapter model
static AcadGuiModel getModel(org.eclipse.hyades.logging.adapter.model.internal.configuration.ContextInstanceType context)
           
static boolean isCurrentModel(org.eclipse.core.resources.IFile file)
           
static void setCurrentModel(org.eclipse.hyades.logging.adapter.model.internal.configuration.ContextInstanceType context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcadGuiModelManager

public AcadGuiModelManager()
Method Detail

disposeModel

public static final void disposeModel(org.eclipse.core.resources.IFile file)

isCurrentModel

public static boolean isCurrentModel(org.eclipse.core.resources.IFile file)

setCurrentModel

public static final void setCurrentModel(org.eclipse.hyades.logging.adapter.model.internal.configuration.ContextInstanceType context)

getCurrentModel

public static final AcadGuiModel getCurrentModel()

getModel

public static final AcadGuiModel getModel(org.eclipse.hyades.logging.adapter.model.internal.configuration.ContextInstanceType context)

getLogForConfiguration

public static final org.eclipse.hyades.logging.adapter.model.internal.sensor.SensorConfigType getLogForConfiguration(AcadGuiModel model)
Returns the template log file associated with this adapter model

Parameters:
model - - the model for the current adapter configuration
Returns:
template log file associated with the current configuration

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification