Interface Update
- All Known Implementing Classes:
CamelQuarkusUpdate,CamelUpdate
Interface defining the contract for generating the command to update Camel artifacts. This interface provides common
methods to Camel, Camel Spring Boot and Camel Quarkus applications.
- See Also:
-
Method Summary
-
Method Details
-
debug
String debug() -
runMode
String runMode() -
command
Returns the command to execute that updates Apache Camel.- Returns:
- a list of strings representing the command to execute.
- Throws:
CamelUpdateException- if an error occurs while generating the command.
-
getArtifactCoordinates
String getArtifactCoordinates() -
mvnProgramCall
-