Class AbstractSVNLauncher

    • Field Detail

      • ourIsCompleted

        private static volatile boolean ourIsCompleted
      • ourShutdownHook

        private static volatile java.lang.Thread ourShutdownHook
    • Constructor Detail

      • AbstractSVNLauncher

        public AbstractSVNLauncher()
    • Method Detail

      • run

        protected void run​(java.lang.String[] args)
      • needArgs

        protected abstract boolean needArgs()
      • needCommand

        protected abstract boolean needCommand()
      • getProgramName

        protected abstract java.lang.String getProgramName()
      • printBasicUsage

        protected void printBasicUsage()
      • registerCommands

        protected abstract void registerCommands()
      • registerOptions

        protected abstract void registerOptions()
      • failure

        public void failure()
      • success

        public void success()
      • setCompleted

        private void setCompleted()