public abstract class WorkSpaceManager
extends java.lang.Object
Constructor and Description |
---|
WorkSpaceManager() |
Modifier and Type | Method and Description |
---|---|
static WorkSpace |
getCurrentWorkSpace()
Return the current WorkSpace, or null if no current WorkSpace has been set.
|
static WorkSpace |
getWorkSpace(URL url)
Return the WorkSpace with the given name.
|
static void |
main(java.lang.String[] args)
For debugging and testing.
|
static boolean |
registerWorkSpace(WorkSpace ws)
Enter the given WorkSpace into the WorkSpaceManager's internal data structures.
|
static boolean |
setCurrentWorkSpace(java.lang.String wsName)
Set the current WorkSpace to the WorkSpace with the given name.
|
static void |
setCurrentWorkSpace(WorkSpace ws)
Set the current WorkSpace to the given WorkSpace.
|
public static boolean setCurrentWorkSpace(java.lang.String wsName)
public static void setCurrentWorkSpace(WorkSpace ws)
public static WorkSpace getCurrentWorkSpace()
public static WorkSpace getWorkSpace(URL url) throws java.lang.Exception
java.lang.Exception
public static boolean registerWorkSpace(WorkSpace ws)
public static void main(java.lang.String[] args)