Class XmlReader.PropertyDescription
- java.lang.Object
-
- org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isMultiValue
String
name
static XmlReader.PropertyDescription
SHARED
String
type
List<String>
values
-
Constructor Summary
Constructors Modifier Constructor Description protected
PropertyDescription()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(String v)
static XmlReader.PropertyDescription
create(XmlReader.PropertyDescription desc, ContentCreator creator)
-
-
-
Field Detail
-
SHARED
public static XmlReader.PropertyDescription SHARED
-
name
public String name
-
type
public String type
-
isMultiValue
public boolean isMultiValue
-
-
Method Detail
-
create
public static XmlReader.PropertyDescription create(XmlReader.PropertyDescription desc, ContentCreator creator) throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
-
addValue
public void addValue(String v)
-
-