public class ComponentLocationVisitor extends Object implements Consumer<ComponentModel>
DefaultComponentLocation for all mule components in the artifact configuration.| Constructor and Description |
|---|
ComponentLocationVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ComponentModel componentModel)
For every
ComponentModel in the configuration, sets the DefaultComponentLocation associated within an
annotation under the key AbstractAnnotatedObject.LOCATION_KEY. |
public void accept(ComponentModel componentModel)
ComponentModel in the configuration, sets the DefaultComponentLocation associated within an
annotation under the key AbstractAnnotatedObject.LOCATION_KEY.accept in interface Consumer<ComponentModel>componentModel - the component model that will be assign it's DefaultComponentLocation.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.