org.codehaus.gmaven.feature
Interface ProviderSelector
- All Known Implementing Classes:
- DefaultProviderSelector
public interface ProviderSelector
Provides provider selection based on a selection expression.
- Version:
- $Id: ProviderSelector.java 9 2009-07-16 09:22:08Z user57 $
- Author:
- Jason Dillon
SELECT_ANY
static final String SELECT_ANY
- See Also:
- Constant Field Values
SELECT_DEFAULT
static final String SELECT_DEFAULT
- See Also:
- Constant Field Values
select
Provider select(ProviderRegistry registry,
String selection)
throws Exception
- Throws:
Exception
Copyright © 2006-2012 Codehaus. All Rights Reserved.