ModeShape Distribution 3.6.0.Final

org.modeshape.connector.git
Class Values

java.lang.Object
  extended by org.modeshape.connector.git.Values

@Immutable
public class Values
extends Object


Constructor Summary
Values(ValueFactories factories, BinaryStore binaryStore)
           
 
Method Summary
 BinaryValue binaryFor(BinaryKey key, long size)
           
 BinaryValue binaryFrom(InputStream stream)
           
 DateTime dateFrom(int secondsSinceEpoch)
           
 Object referenceTo(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Values

public Values(ValueFactories factories,
              BinaryStore binaryStore)
Method Detail

dateFrom

public DateTime dateFrom(int secondsSinceEpoch)

referenceTo

public Object referenceTo(String id)

binaryFor

public BinaryValue binaryFor(BinaryKey key,
                             long size)

binaryFrom

public BinaryValue binaryFrom(InputStream stream)

ModeShape Distribution 3.6.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.