Package com.biglybt.ui.console
Class ConsoleConfigSections
- java.lang.Object
-
- com.biglybt.ui.console.ConsoleConfigSections
-
public class ConsoleConfigSections extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConsoleConfigSections.ParameterWithConfigSection
-
Field Summary
Fields Modifier and Type Field Description private static ConsoleConfigSections
instance
private BaseConfigSection[]
internalSections
-
Constructor Summary
Constructors Constructor Description ConsoleConfigSections()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BaseConfigSection>
getAllConfigSections(boolean sort)
static ConsoleConfigSections
getInstance()
ConsoleConfigSections.ParameterWithConfigSection
getParameter(java.lang.String configKey)
-
-
-
Field Detail
-
instance
private static ConsoleConfigSections instance
-
internalSections
private final BaseConfigSection[] internalSections
-
-
Method Detail
-
getInstance
public static ConsoleConfigSections getInstance()
-
getAllConfigSections
public java.util.List<BaseConfigSection> getAllConfigSections(boolean sort)
-
getParameter
public ConsoleConfigSections.ParameterWithConfigSection getParameter(java.lang.String configKey)
-
-