org.openstreetmap.osmosis.core.container.v0_6
Class BoundContainerFactory

java.lang.Object
  extended by org.openstreetmap.osmosis.core.container.v0_6.BoundContainerFactory
All Implemented Interfaces:
EntityContainerFactory<Bound>

public class BoundContainerFactory
extends java.lang.Object
implements EntityContainerFactory<Bound>

A container factory for bound objects.


Constructor Summary
BoundContainerFactory()
           
 
Method Summary
 EntityContainer createContainer(Bound entity)
          Wraps the entity in a container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundContainerFactory

public BoundContainerFactory()
Method Detail

createContainer

public EntityContainer createContainer(Bound entity)
Wraps the entity in a container.

Specified by:
createContainer in interface EntityContainerFactory<Bound>
Parameters:
entity - The entity to be wrapped.
Returns:
The entity container.