Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer doAction()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdaptTemplatesCommand

        public AdaptTemplatesCommand()
    • Method Detail

      • doAction

        public java.lang.Integer doAction()
                                   throws java.lang.Exception
        Specified by:
        doAction in class CommandCommons
        Throws:
        java.lang.Exception