Package org.modeshape.jcr.value.basic

Examples of org.modeshape.jcr.value.basic.BasicPathSegment


    public ChildReference( NodeKey key,
                           Name name,
                           int snsIndex ) {
        this.key = key;
        this.segment = new BasicPathSegment(name, snsIndex);
    }
View Full Code Here

TOP

Related Classes of org.modeshape.jcr.value.basic.BasicPathSegment

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.