com.bea.portal.tools.content
Class NodePath

java.lang.Object
  extended by com.bea.portal.tools.content.NodePath
All Implemented Interfaces
Serializable

public final class NodePath
extends Object
implements Serializable

Encapsulates a node path.

See Also
Serialized Form

Constructor Summary
NodePath(String path)
          Constructor.
 
Method Summary
 String getPath()
          Get the node path.
 String getRepositoryName()
          Get the name of the repository.
 String toString()
          Get a string representation of this NodePath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodePath

public NodePath(String path)
Constructor.

Parameters
path - the node path
Method Detail

getRepositoryName

public String getRepositoryName()
Get the name of the repository.

Returns
the name of the repository

getPath

public String getPath()
Get the node path.

Returns
the node path

toString

public String toString()
Get a string representation of this NodePath.

This method returns the node path.

Overrides:
toString in class Object
Returns
a string representation of this NodePath


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.