Class AbstractAnypointMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.aeontronix.enhancedmule.tools.AbstractAnypointMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AbstractOrganizationalMojo,ProvisionOrgMojo
public abstract class AbstractAnypointMojo
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractAnypointMojo() -
Method Summary
Modifier and Type Method Description protected abstract voiddoExecute()voidexecute()AnypointClientgetClient()
-
Field Details
-
username
Anypoint username -
password
Anypoint password -
clientId
Anypoint username -
clientSecret
Anypoint password -
bearer
Anypoint bearer token
-
-
Constructor Details
-
AbstractAnypointMojo
public AbstractAnypointMojo()
-
-
Method Details