net.sf.eos.config
Interface ConfigurableSupplier<T>

Type Parameters:
T - the provided type
All Superinterfaces:
Configurable, Supplier<T>
All Known Subinterfaces:
EosLookupProvider
All Known Implementing Classes:
DirectorySupplier, LocalFsDirectorySupplier

@Experimental
public interface ConfigurableSupplier<T>
extends Supplier<T>, Configurable

Instances supply objects of a single type which are configurable.

Since:
0.1.0
Author:
Sascha Kohlmann
See Also:
Unsupported

Method Summary
 
Methods inherited from interface net.sf.eos.Supplier
get
 
Methods inherited from interface net.sf.eos.config.Configurable
configure
 



Copyright © 2008. All Rights Reserved.