org.eclipse.emf.emfstore.internal.client.model
Class Configuration

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.model.Configuration

public final class Configuration
extends Object

Represents the current Workspace Configuration.

Author:
koegel, wesendon

Method Summary
static Behavior getClientBehavior()
          Get the client behavior configuration.
static FileInfo getFileInfo()
          Get the file configuration.
static VersioningInfo getVersioningInfo()
          Get the version configuration.
static XMLRPC getXMLRPC()
          Get the XML RPC configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClientBehavior

public static Behavior getClientBehavior()
Get the client behavior configuration.

Returns:
the configuration

getFileInfo

public static FileInfo getFileInfo()
Get the file configuration.

Returns:
the configuration

getVersioningInfo

public static VersioningInfo getVersioningInfo()
Get the version configuration.

Returns:
the configuration

getXMLRPC

public static XMLRPC getXMLRPC()
Get the XML RPC configuration.

Returns:
the configuration.


Copyright © 2015. All Rights Reserved.