org.modeshape.jcr.query
Class Visitors
java.lang.Object
org.modeshape.graph.query.model.Visitors
org.modeshape.jcr.query.Visitors
public class Visitors
- extends Visitors
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPEN_SQUARE
protected static final char OPEN_SQUARE
- See Also:
- Constant Field Values
CLOSE_SQUARE
protected static final char CLOSE_SQUARE
- See Also:
- Constant Field Values
DOUBLE_QUOTE
protected static final char DOUBLE_QUOTE
- See Also:
- Constant Field Values
SINGLE_QUOTE
protected static final char SINGLE_QUOTE
- See Also:
- Constant Field Values
Visitors
public Visitors()
readable
public static String readable(Visitable visitable)
- Using a visitor, obtain the readable string representation of the supplied
object
- Parameters:
visitable
- the visitable
- Returns:
- the string representation
readable
public static String readable(Visitable visitable,
ExecutionContext context)
- Using a visitor, obtain the readable string representation of the supplied
object
- Parameters:
visitable
- the visitablecontext
- the execution context in which the visitable should be converted to a string
- Returns:
- the string representation
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.