org.jboss.dna.graph
Interface Workspace


@Immutable
public interface Workspace

The information about a workspace.


Method Summary
 String getName()
          Get the name of the workspace.
 Location getRoot()
          Get the root node of the workspace, which includes the path and any identification properties.
 

Method Detail

getName

String getName()
Get the name of the workspace.

Returns:
the workspace name; never null

getRoot

Location getRoot()
Get the root node of the workspace, which includes the path and any identification properties.

Returns:
the workspace's root node; never null


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.