|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.sling.installer.provider.jcr.impl.JcrUtil
public abstract class JcrUtil
The JcrUtil class provides helper methods used
throughout this bundle.
| Constructor Summary | |
|---|---|
JcrUtil()
|
|
| Method Summary | |
|---|---|
static javax.jcr.Node |
createPath(javax.jcr.Session session,
java.lang.String absolutePath,
java.lang.String nodeType)
Creates or gets the Node at the given Path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JcrUtil()
| Method Detail |
|---|
public static javax.jcr.Node createPath(javax.jcr.Session session,
java.lang.String absolutePath,
java.lang.String nodeType)
throws javax.jcr.RepositoryException
Node at the given Path.
session - The session to use for node creationabsolutePath - absolute node pathnodeType - to use for creation of the final node
javax.jcr.RepositoryException - in case of exception accessing the Repository
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||