Package org.jboss.dna.cnd

Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form.

See:
          Description


Class Summary
CndI18n The internationalized string constants for the org.jboss.dna.cnd* packages.
CndImporter A class that imports the node types contained in a JCR Compact Node Definition (CND) file into graph content.
 

Enum Summary
QueryOperator Enumeration of the query operators allowed in a CND file.
 

Package org.jboss.dna.cnd Description

Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. The CND format was originally defined by the Apache Jackrabbit project, which is the reference implementation of the JCR 1.0 specification. However, the format has since been adopted as a repository-neutral format and defined as part of the JCR 2.0 specification.



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