org.apache.sling.jcr.contentloader.internal.readers
Class XmlReader.NodeDescription

java.lang.Object
  extended by org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
Enclosing class:
XmlReader

protected static final class XmlReader.NodeDescription
extends Object


Field Summary
 List<String> mixinTypes
           
 String name
           
 String primaryNodeType
           
static XmlReader.NodeDescription SHARED
           
 
Constructor Summary
protected XmlReader.NodeDescription()
           
 
Method Summary
 void addMixinType(String v)
           
static XmlReader.NodeDescription create(XmlReader.NodeDescription desc, ContentCreator creator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHARED

public static XmlReader.NodeDescription SHARED

name

public String name

primaryNodeType

public String primaryNodeType

mixinTypes

public List<String> mixinTypes
Constructor Detail

XmlReader.NodeDescription

protected XmlReader.NodeDescription()
Method Detail

create

public static XmlReader.NodeDescription create(XmlReader.NodeDescription desc,
                                               ContentCreator creator)
                                        throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

addMixinType

public void addMixinType(String v)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.