public interface DependencyProcessor
Modifier and Type | Field and Description |
---|---|
static DependencyProcessor |
NULL_PROCESSOR
dummy processor to create M2 repositories when metadata processing is not required
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactMetadata> |
getDependencies(ArtifactMetadata bmd,
MetadataReader mdReader,
Map<String,String> env,
Map<?,?> sysProps) |
static final DependencyProcessor NULL_PROCESSOR
List<ArtifactMetadata> getDependencies(ArtifactMetadata bmd, MetadataReader mdReader, Map<String,String> env, Map<?,?> sysProps) throws MetadataReaderException, DependencyProcessorException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.