Class DebugCommands

java.lang.Object
thredds.server.admin.DebugCommands

@Component public class DebugCommands extends Object
A Singleton class instantiated by Spring, to populate the Debug methods in the DebugHandler class.
Since:
Jan 15, 2009
  • Constructor Details

    • DebugCommands

      public DebugCommands()
  • Method Details

    • getCategories

      public List<DebugCommands.Category> getCategories()
    • findCategory

      public DebugCommands.Category findCategory(String name)
    • makeCacheActions

      protected void makeCacheActions()
    • makeDebugActions

      protected void makeDebugActions()
    • makeGeneralActions

      protected void makeGeneralActions()