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 ValueFormatException
AbstractValueFactorycheckPathFormat in class AbstractValueFactoryValueFormatException - If the given pathValue
isn't a valid jcr path.protected void checkNameFormat(String nameValue) throws ValueFormatException
AbstractValueFactorycheckNameFormat in class AbstractValueFactoryValueFormatException - If the given pathValue
isn't a valid jcr name.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.