org.eclipse.hyades.logging.adapter.ui.internal.views
Class AcadGuiModelManager
java.lang.Object
org.eclipse.hyades.logging.adapter.ui.internal.views.AcadGuiModelManager
- public class AcadGuiModelManager
- extends java.lang.Object
|
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 |
AcadGuiModelManager
public AcadGuiModelManager()
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