public class AutoConfigurationImportEvent extends EventObject
source| Constructor and Description | 
|---|
AutoConfigurationImportEvent(Object source,
                            List<String> candidateConfigurations,
                            Set<String> exclusions)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getCandidateConfigurations()
Return the auto-configuration candidate configurations that are going to be
 imported. 
 | 
Set<String> | 
getExclusions()
Return the exclusions that were applied. 
 | 
getSource, toStringCopyright © 2018 Pivotal Software, Inc.. All rights reserved.