|
|||||||||
| Home >> All >> com >> flexstor >> flexdbserver >> services >> [ versioncontrol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.flexdbserver.services.versioncontrol
Class WorkspaceFactory

java.lang.Objectcom.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
|
|||||||||
| Home >> All >> com >> flexstor >> flexdbserver >> services >> [ versioncontrol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.flexdbserver.services.versioncontrol.WorkspaceFactory