Uses of Interface
org.jboss.dna.graph.property.BinaryFactory

Packages that use BinaryFactory
org.jboss.dna.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.jboss.dna.graph.property.basic A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property
 

Uses of BinaryFactory in org.jboss.dna.graph.property
 

Methods in org.jboss.dna.graph.property that return BinaryFactory
 BinaryFactory ValueFactories.getBinaryFactory()
          Get the value factory for binary properties.
 

Uses of BinaryFactory in org.jboss.dna.graph.property.basic
 

Classes in org.jboss.dna.graph.property.basic that implement BinaryFactory
 class AbstractBinaryValueFactory
          An abstract BinaryFactory implementation that contains many general methods that are likely to be appropriate for many concrete implementations.
 class InMemoryBinaryValueFactory
          The ValueFactory for in-memory PropertyType.BINARY values.
 

Methods in org.jboss.dna.graph.property.basic that return BinaryFactory
 BinaryFactory StandardValueFactories.getBinaryFactory()
          Get the value factory for binary properties.
 BinaryFactory DelegatingValueFactories.getBinaryFactory()
           
 



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