JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.epages.commons.builder
Interface ResourceBuilder<K,V>
All Known Implementing Classes:
SearchConfigImpl.SearchQueryFieldsBuilder
,
SearchConfigImpl.SuggestQueryFieldsBuilder
,
SolrServerReaderBuilder
,
SolrServerWriterBuilder
,
TomcatJdbcDataSourceBuilder
public interface
ResourceBuilder<K,V>
Method Summary
Methods
Modifier and Type
Method and Description
V
build
(
K
param)
Method Detail
build
V
build(
K
param)
Parameters:
param
- K param needed to build the resource. Usually it is a key value mapping to the dependencies of the new resource to be build
Returns:
a new instance of type V
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method