A C D G J M O P R S T

A

addMatchingNode(String) - Method in class org.springbyexample.jcr.JcrRecurser
Add matching node.

C

contentRecurser - Variable in class org.springbyexample.jcr.JcrContentExporter
 

D

doInJcrNode(Session, Node) - Method in interface org.springbyexample.jcr.JcrNodeCallback
Called by JcrRecurser.recurse(org.springbyexample.jcr.JcrNodeCallback) within an active JCR javax.jcr.JCRSession.

G

getMatchingNodeSet() - Method in class org.springbyexample.jcr.JcrRecurser
Gets matching names.
getPath() - Method in class org.springbyexample.jcr.JcrRecurser
Gets relative path from root to start recursing.
getPathDelim() - Method in class org.springbyexample.jcr.JcrRecurser
Gets path delimiter.
getStartNode(Node) - Method in class org.springbyexample.jcr.JcrRecurser
Gets start node.
getTemplate() - Method in class org.springbyexample.jcr.JcrRecurser
Gets JCR template.

J

JcrContentExporter - Class in org.springbyexample.jcr
Processes JCR content repository and writes out all files into a root directory in the same hierarchical structure they were found in.
JcrContentExporter() - Constructor for class org.springbyexample.jcr.JcrContentExporter
 
JcrContentRecurser - Class in org.springbyexample.jcr
Recurses the repository for content nodes and can.
JcrContentRecurser() - Constructor for class org.springbyexample.jcr.JcrContentRecurser
Constructor
JcrNodeCallback - Interface in org.springbyexample.jcr
Used to process a node.
JcrRecurser - Class in org.springbyexample.jcr
Used for recursing through the repository.
JcrRecurser() - Constructor for class org.springbyexample.jcr.JcrRecurser
Constructor.
JcrRecurser(String) - Constructor for class org.springbyexample.jcr.JcrRecurser
Constructor.
JcrRecurser(Set<String>) - Constructor for class org.springbyexample.jcr.JcrRecurser
Constructor.
JcrRecurser(String, Set<String>) - Constructor for class org.springbyexample.jcr.JcrRecurser
Constructor.

M

matchingNodes - Variable in class org.springbyexample.jcr.JcrRecurser
 

O

org.springbyexample.jcr - package org.springbyexample.jcr
 

P

path - Variable in class org.springbyexample.jcr.JcrRecurser
 
pathDelim - Variable in class org.springbyexample.jcr.JcrRecurser
 
process() - Method in class org.springbyexample.jcr.JcrContentExporter
Process content nodes.

R

recurse(JcrNodeCallback) - Method in class org.springbyexample.jcr.JcrRecurser
Recurses through all nodes processing the callback when a matching node is found.
recurseNodes(Session, JcrConstants, Node, JcrNodeCallback) - Method in class org.springbyexample.jcr.JcrRecurser
Recurse nodes.
rootFolder - Variable in class org.springbyexample.jcr.JcrContentExporter
 

S

setContentRecurser(JcrContentRecurser) - Method in class org.springbyexample.jcr.JcrContentExporter
Sets JCR content recurser.
setMatchingNodeSet(Set<String>) - Method in class org.springbyexample.jcr.JcrRecurser
Sets matching names.
setPath(String) - Method in class org.springbyexample.jcr.JcrRecurser
Sets relative path from root to start recursing.
setPathDelim(String) - Method in class org.springbyexample.jcr.JcrRecurser
Sets path delimiter.
setRootFolder(String) - Method in class org.springbyexample.jcr.JcrContentExporter
Sets root folder where repository content will be copied.
setTemplate(JcrTemplate) - Method in class org.springbyexample.jcr.JcrRecurser
Sets JCR template.

T

template - Variable in class org.springbyexample.jcr.JcrRecurser
 

A C D G J M O P R S T

Copyright © 2008-2012 Spring by Example. All Rights Reserved.