ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.value
Interface Location


public interface Location


Method Summary
 Path getPath()
          Get the path that (at least in part) defines this location.
 boolean hasPath()
          Return whether this location is defined (at least in part) by a path.
 

Method Detail

getPath

Path getPath()
Get the path that (at least in part) defines this location.

Returns:
the path, or null if this location is not defined with a path

hasPath

boolean hasPath()
Return whether this location is defined (at least in part) by a path.

Returns:
true if a path helps define this location

ModeShape Distribution 3.0.0.Beta4

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