org.apache.jackrabbit.core.value
Class InternalValueFactory
java.lang.Object
org.apache.jackrabbit.spi.commons.value.AbstractQValueFactory
org.apache.jackrabbit.core.value.InternalValueFactory
- All Implemented Interfaces:
- QValueFactory
public final class InternalValueFactory
- extends AbstractQValueFactory
InternalValueFactory implements a QValueFactory that
creates InternalValue instances for binary values.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static QValueFactory getInstance()
create
public QValue create(Calendar value)
throws RepositoryException
- Specified by:
create in interface QValueFactory- Overrides:
create in class AbstractQValueFactory
- Throws:
RepositoryException
create
public QValue create(double value)
throws RepositoryException
- Specified by:
create in interface QValueFactory- Overrides:
create in class AbstractQValueFactory
- Throws:
RepositoryException
create
public QValue create(long value)
throws RepositoryException
- Specified by:
create in interface QValueFactory- Overrides:
create in class AbstractQValueFactory
- Throws:
RepositoryException
create
public QValue create(boolean value)
throws RepositoryException
- Specified by:
create in interface QValueFactory- Overrides:
create in class AbstractQValueFactory
- Throws:
RepositoryException
create
public QValue create(Name value)
throws RepositoryException
- Specified by:
create in interface QValueFactory- Overrides:
create in class AbstractQValueFactory
- Throws:
RepositoryException
create
public QValue create(Path value)
throws RepositoryException
- Specified by:
create in interface QValueFactory- Overrides:
create in class AbstractQValueFactory
- Throws:
RepositoryException
create
public QValue create(URI value)
throws RepositoryException
- Specified by:
create in interface QValueFactory- Overrides:
create in class AbstractQValueFactory
- Throws:
RepositoryException
create
public QValue create(BigDecimal value)
throws RepositoryException
- Specified by:
create in interface QValueFactory- Overrides:
create in class AbstractQValueFactory
- Throws:
RepositoryException
create
public QValue create(byte[] value)
throws RepositoryException
- Throws:
RepositoryException
create
public QValue create(InputStream value)
throws RepositoryException,
IOException
- Throws:
RepositoryException
IOException
create
public QValue create(File value)
throws RepositoryException,
IOException
- Throws:
RepositoryException
IOException
createReference
protected QValue createReference(String ref,
boolean weak)
- Overrides:
createReference in class AbstractQValueFactory
createString
protected QValue createString(String value)
- Overrides:
createString in class AbstractQValueFactory
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.