public class SimpleValueFactory extends AbstractValueFactory
| Constructor and Description |
|---|
SimpleValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkNameFormat(String nameValue)
Checks the format of the given string representing a name value.
|
protected void |
checkPathFormat(String pathValue)
Checks the format of the given string representing a path value.
|
createBinary, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValueprotected void checkPathFormat(String pathValue) throws javax.jcr.ValueFormatException
AbstractValueFactorycheckPathFormat in class AbstractValueFactoryjavax.jcr.ValueFormatException - If the given pathValue
isn't a valid jcr path.protected void checkNameFormat(String nameValue) throws javax.jcr.ValueFormatException
AbstractValueFactorycheckNameFormat in class AbstractValueFactoryjavax.jcr.ValueFormatException - If the given pathValue
isn't a valid jcr name.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.