Show / Hide Table of Contents

Class Workspace

The VISAB workspace, from which config and database management can be done. It is the central point for modifying settings and deleting, adding, and renaming VISAB files. For consistency reasons, the only Manager instances should be the ones in the Workspace singelton instance.

Inheritance
java.lang.Object
Workspace
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Namespace:
Assembly: .dll
Syntax
public class Workspace

Fields

WORKSPACE_PATH

Declaration
protected static final String WORKSPACE_PATH
Field Value
Type Description
java.lang.String

Methods

getConfigManager()

The ConfigManager instance.

Declaration
public ConfigManager getConfigManager()
Returns
Type Description
ConfigManager

getDatabaseManager()

The DatabaseManager instance.

Declaration
public DatabaseManager getDatabaseManager()
Returns
Type Description
DatabaseManager

getInstance()

Gets the singelton instance

Declaration
public static Workspace getInstance()
Returns
Type Description

The singelton instance

In This Article
Back to top Generated by DocFX