public interface ArtifactListProcessor
Modifier and Type | Field and Description |
---|---|
static String |
FUNCTION_TP |
static String[] |
FUNCTIONS
named functions - used to help processing in various parts of the system
|
Modifier and Type | Method and Description |
---|---|
void |
configure(Object config)
configure it if required
|
void |
init(Map<String,String> env)
initialize it if required
|
List<ArtifactMetadata> |
process(List<ArtifactMetadata> artifacts)
actually do that
|
static final String[] FUNCTIONS
static final String FUNCTION_TP
void init(Map<String,String> env) throws ArtifactListProcessorException
ArtifactListProcessorException
void configure(Object config) throws ArtifactListProcessorException
ArtifactListProcessorException
List<ArtifactMetadata> process(List<ArtifactMetadata> artifacts) throws ArtifactListProcessorException
ArtifactListProcessorException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.