Spring for Apache Hadoop

org.springframework.data.hadoop.config.common.annotation.configurers
Interface ResourceConfigurer<I>

Type Parameters:
I - The type of an interface of B
All Superinterfaces:
AnnotationConfigurerBuilder<I>
All Known Implementing Classes:
DefaultResourceConfigurer

public interface ResourceConfigurer<I>
extends AnnotationConfigurerBuilder<I>

Interface for DefaultResourceConfigurer which act as intermediate gatekeeper between a user and an AnnotationConfigurer.

Author:
Janne Valkealahti

Method Summary
 ResourceConfigurer<I> resource(org.springframework.core.io.Resource resource)
           
 ResourceConfigurer<I> resource(java.util.Set<org.springframework.core.io.Resource> resources)
           
 ResourceConfigurer<I> resource(java.lang.String resource)
           
 
Methods inherited from interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder
and
 

Method Detail

resource

ResourceConfigurer<I> resource(java.util.Set<org.springframework.core.io.Resource> resources)

resource

ResourceConfigurer<I> resource(org.springframework.core.io.Resource resource)

resource

ResourceConfigurer<I> resource(java.lang.String resource)

Spring for Apache Hadoop