public class AbstractBootstrapProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactType |
artifactType |
protected Boolean |
optional |
protected BootstrapService |
service |
| Constructor and Description |
|---|
AbstractBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional)
Creates a bootstrap property
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
getArtifactType() |
Boolean |
getOptional() |
BootstrapService |
getService() |
protected final BootstrapService service
protected final Boolean optional
protected final ArtifactType artifactType
public AbstractBootstrapProperty(BootstrapService service, ArtifactType artifactType, Boolean optional)
service - service that provides the property. Not null.artifactType - defines what is the artifact this bootstrap object applies tooptional - indicates whether or not the bootstrapped transformer is optional. When a bootstrap object is optional, any
error creating it will be ignored.public BootstrapService getService()
public Boolean getOptional()
public ArtifactType getArtifactType()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.