Package thredds.server.admin
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDebugCommands.ActionclassDebugCommands.Categorystatic classDebugCommands.Event
-
Constructor Summary
Constructors Constructor Description DebugCommands()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugCommands.CategoryfindCategory(String name)List<DebugCommands.Category>getCategories()protected voidmakeCacheActions()protected voidmakeDebugActions()protected voidmakeGeneralActions()
-
-
-
Method Detail
-
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()
-
-