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