Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.versioncontrol
Class WorkspaceFactory  view WorkspaceFactory download WorkspaceFactory.java

java.lang.Object
  extended bycom.flexstor.flexdbserver.services.versioncontrol.WorkspaceFactory

public abstract class WorkspaceFactory
extends java.lang.Object

A factory class to decide what type of Workspace to return, depending on the argument passed


Constructor Summary
WorkspaceFactory()
           
 
Method Summary
static Workspace getWorkspace(com.flexstor.common.data.ActionData data)
          Returns a workspace instance depending on the type passed in the argument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceFactory

public WorkspaceFactory()
Method Detail

getWorkspace

public static Workspace getWorkspace(com.flexstor.common.data.ActionData data)
Returns a workspace instance depending on the type passed in the argument