@ProviderType
public interface HandlerContext
| Modifier and Type | Method and Description |
|---|---|
ArtifactProvider |
getArtifactProvider()
Provide the optional artifact provider.
|
Map<String,String> |
getConfiguration()
Configuration for the handler
|
boolean |
isInitialMerge()
Is this the first feature being merged in?
|
boolean |
isPrototypeMerge()
Is this merging a prototype into the defining feature?
|
ArtifactProvider getArtifactProvider()
nullMap<String,String> getConfiguration()
null.boolean isPrototypeMerge()
true if it is prototype processingboolean isInitialMerge()
true if it is the first featureCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.