org.gcube.data.trees.io
Class BinderLoader

java.lang.Object
  extended by org.gcube.data.trees.io.BinderLoader
All Implemented Interfaces:
BinderHome

public class BinderLoader
extends Object
implements BinderHome

Simple implementation of BinderHome based on a ServiceLoader.

Author:
Fabio Simeoni

Constructor Summary
BinderLoader()
           
 
Method Summary
 Map<String,TreeBinder<?>> binders()
          Returns the binders available on the classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinderLoader

public BinderLoader()
Method Detail

binders

public Map<String,TreeBinder<?>> binders()
Returns the binders available on the classpath.

Specified by:
binders in interface BinderHome
Returns:
the binders.


Copyright © 2013. All Rights Reserved.