|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.value.ValueFactoryQImpl
public class ValueFactoryQImpl
This class implements the ValueFactory interface,
wrapping an existing SPI QValueFactory and a
NamePathResolver.
ValueFactory,
QValueFactory| Constructor Summary | |
|---|---|
ValueFactoryQImpl(QValueFactory qfactory,
NamePathResolver resolver)
Constructs a new ValueFactoryQImpl based
on an existing SPI QValueFactory and a
NamePathResolver. |
|
| Method Summary | |
|---|---|
Value |
createValue(boolean value)
|
Value |
createValue(Calendar value)
|
Value |
createValue(double value)
|
Value |
createValue(InputStream value)
|
Value |
createValue(long value)
|
Value |
createValue(Node value)
|
Value |
createValue(QValue qvalue)
Create a new Value based on an existing
QValue |
Value |
createValue(String value)
|
Value |
createValue(String value,
int type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueFactoryQImpl(QValueFactory qfactory,
NamePathResolver resolver)
ValueFactoryQImpl based
on an existing SPI QValueFactory and a
NamePathResolver.
qfactory - wrapped QValueFactoryresolver - wrapped NamePathResolver| Method Detail |
|---|
public Value createValue(QValue qvalue)
Value based on an existing
QValue
qvalue - existing QValue
Value representing the QValuepublic Value createValue(String value)
createValue in interface ValueFactorypublic Value createValue(long value)
createValue in interface ValueFactorypublic Value createValue(double value)
createValue in interface ValueFactorypublic Value createValue(boolean value)
createValue in interface ValueFactorypublic Value createValue(Calendar value)
createValue in interface ValueFactorypublic Value createValue(InputStream value)
createValue in interface ValueFactory
public Value createValue(Node value)
throws RepositoryException
createValue in interface ValueFactoryRepositoryException
public Value createValue(String value,
int type)
throws ValueFormatException
createValue in interface ValueFactoryValueFormatException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||