Package com.devonfw.cobigen.cli.commands
Class AdaptTemplatesCommand
- java.lang.Object
-
- com.devonfw.cobigen.cli.commands.CommandCommons
-
- com.devonfw.cobigen.cli.commands.AdaptTemplatesCommand
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class AdaptTemplatesCommand extends CommandCommons
This class handles the user defined template directory e.g. determining and obtaining the latest templates jar, unpacking the sources and compiled classes and storing the custom location path in a configuration file
-
-
Constructor Summary
Constructors Constructor Description AdaptTemplatesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegerdoAction()-
Methods inherited from class com.devonfw.cobigen.cli.commands.CommandCommons
call
-
-
-
-
Method Detail
-
doAction
public java.lang.Integer doAction() throws java.lang.Exception- Specified by:
doActionin classCommandCommons- Throws:
java.lang.Exception
-
-