Class AbstractAddonCommand
- java.lang.Object
-
- org.jboss.windup.bootstrap.commands.addons.AbstractAddonCommand
-
- All Implemented Interfaces:
Command,FurnaceDependent
- Direct Known Subclasses:
InstallAddonCommand,RemoveAddonCommand
public abstract class AbstractAddonCommand extends Object implements Command, FurnaceDependent
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringartifactPatternprotected static StringartifactWithCommaVersionPattern
-
Constructor Summary
Constructors Constructor Description AbstractAddonCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static StringconvertColonVersionToComma(String coordinates)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.windup.bootstrap.commands.FurnaceDependent
setFurnace
-
-
-
-
Field Detail
-
artifactWithCommaVersionPattern
protected static final String artifactWithCommaVersionPattern
- See Also:
- Constant Field Values
-
artifactPattern
protected static final String artifactPattern
- See Also:
- Constant Field Values
-
-