org.apache.jackrabbit.spi.commons.value
Class QValueFactoryImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.value.AbstractQValueFactory
      extended by org.apache.jackrabbit.spi.commons.value.QValueFactoryImpl
All Implemented Interfaces:
org.apache.jackrabbit.spi.QValueFactory

public class QValueFactoryImpl
extends AbstractQValueFactory

QValueFactoryImpl...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactory
DEFAULT_ENCODING, NAME_FACTORY, PATH_FACTORY
 
Constructor Summary
protected QValueFactoryImpl()
           
 
Method Summary
 org.apache.jackrabbit.spi.QValue create(byte[] value)
           
 org.apache.jackrabbit.spi.QValue create(File value)
           
 org.apache.jackrabbit.spi.QValue create(InputStream value)
           
static org.apache.jackrabbit.spi.QValueFactory getInstance()
           
 
Methods inherited from class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactory
computeAutoValues, create, create, create, create, create, create, create, create, create, createReference, createString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QValueFactoryImpl

protected QValueFactoryImpl()
Method Detail

getInstance

public static org.apache.jackrabbit.spi.QValueFactory getInstance()

create

public org.apache.jackrabbit.spi.QValue create(byte[] value)
See Also:
QValueFactory.create(byte[])

create

public org.apache.jackrabbit.spi.QValue create(InputStream value)
                                        throws IOException
Throws:
IOException
See Also:
QValueFactory.create(InputStream)

create

public org.apache.jackrabbit.spi.QValue create(File value)
                                        throws IOException
Throws:
IOException
See Also:
QValueFactory.create(File)


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.