Class InitFlags


  • public class InitFlags
    extends Object
    Global variables used by the 'init' command.
    • Field Detail

      • deleteOnFailure

        public boolean deleteOnFailure
        Recursively delete the site path if initialization fails.
      • isNew

        public boolean isNew
        Site is being newly created
      • autoStart

        public boolean autoStart
        Run the daemon (and open the web UI in a browser) after initialization.
      • skipPlugins

        public boolean skipPlugins
        Skip plugins
      • deleteCaches

        public boolean deleteCaches
        Delete all cache files
      • dev

        public boolean dev
        Dev mode
      • cfg

        public final org.eclipse.jgit.storage.file.FileBasedConfig cfg
      • installPlugins

        public final List<String> installPlugins
      • installAllPlugins

        public final boolean installAllPlugins