ModeShape Distribution 3.2.0.Final

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.2.0.Final

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