org.codehaus.gmaven.feature
Interface ProviderSelector


public interface ProviderSelector

Provides provider selection based on a selection expression.

Version:
$Id$
Author:
Jason Dillon

Field Summary
static String SELECT_ANY
           
static String SELECT_DEFAULT
           
 
Method Summary
 Provider select(ProviderRegistry registry, String selection)
           
 

Field Detail

SELECT_ANY

static final String SELECT_ANY
See Also:
Constant Field Values

SELECT_DEFAULT

static final String SELECT_DEFAULT
See Also:
Constant Field Values
Method Detail

select

Provider select(ProviderRegistry registry,
                String selection)
                throws Exception
Throws:
Exception


Copyright © 2006-2012 Codehaus. All Rights Reserved.