public class SingletonQueryGroupProvider extends SingletonInstanceProvider<IQueryGroup> implements IQueryGroupProvider
IProvider.ProvidedValueFunction
Constructor and Description |
---|
SingletonQueryGroupProvider(IQueryGroup instance) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getQuerySpecificationFQNs()
Note that the provider should load the query group class only if the FQNs can not be computed in other ways.
|
java.util.Set<IQuerySpecificationProvider> |
getQuerySpecificationProviders()
Note that the provider should load the query group class only if the FQNs can not be computed in other ways.
|
get
public SingletonQueryGroupProvider(IQueryGroup instance)
instance
- the instance to wrappublic java.util.Set<java.lang.String> getQuerySpecificationFQNs()
IQueryGroupProvider
getQuerySpecificationFQNs
in interface IQueryGroupProvider
public java.util.Set<IQuerySpecificationProvider> getQuerySpecificationProviders()
IQueryGroupProvider
getQuerySpecificationProviders
in interface IQueryGroupProvider