|
|||||||||
| Home >> All >> org >> cantaloop >> [ tools overview ] | PREV NEXT | ||||||||
B
- BugException - exception org.cantaloop.tools.BugException.
- BugException(String) - Constructor for class org.cantaloop.tools.BugException
- BugException() - Constructor for class org.cantaloop.tools.BugException
- BugException(String, Exception) - Constructor for class org.cantaloop.tools.BugException
C
- Configuration - class org.cantaloop.tools.Configuration.
- This class reads the main configuration file
cantaloop.propertiesand resolves the properties found in this configuration file. - Configuration() - Constructor for class org.cantaloop.tools.Configuration
F
- findConfigFile(File) - Method in class org.cantaloop.tools.Configuration
G
- getBoolean(Class, String) - Method in class org.cantaloop.tools.Configuration
- Shorthand for
getBoolean(clazz, id, false). - getBoolean(Class, String, boolean) - Method in class org.cantaloop.tools.Configuration
- Returns the value of a property as a boolean.
- getInstance() - Static method in class org.cantaloop.tools.Configuration
- Returns the sole instance of this class.
- getInt(Class, String) - Method in class org.cantaloop.tools.Configuration
- Shorthand for
getInt(clazz, id, 0). - getInt(Class, String, int) - Method in class org.cantaloop.tools.Configuration
- Returns the value of a property as a int.
- getNestedException() - Method in class org.cantaloop.tools.BugException
- getString(Class, String) - Method in class org.cantaloop.tools.Configuration
- Shorthand for
getString(clazz, id, null). - getString(Class, String, String) - Method in class org.cantaloop.tools.Configuration
- Returns the value of a property as a string.
I
- internGet(Class, String) - Method in class org.cantaloop.tools.Configuration
- isRoot(File) - Method in class org.cantaloop.tools.Configuration
L
- LINE_LENGTH_DEVIATION - Static variable in class org.cantaloop.tools.PrettyPrinter
- The default line length deviation.
M
- m_configFileName - Variable in class org.cantaloop.tools.Configuration
- m_nested - Variable in class org.cantaloop.tools.BugException
- m_properties - Variable in class org.cantaloop.tools.Configuration
O
- org.cantaloop.tools - package org.cantaloop.tools
P
- PREFERRED_LINE_LENGTH - Static variable in class org.cantaloop.tools.PrettyPrinter
- The default preferred line length.
- PrettyPrinter - class org.cantaloop.tools.PrettyPrinter.
- Entry point for pretty printing a file.
- PrettyPrinter() - Constructor for class org.cantaloop.tools.PrettyPrinter
- Creates a new
PrettyPrinterinstance. - prettyPrint(File) - Method in class org.cantaloop.tools.PrettyPrinter
- Pretty print the file
f.
S
- SPACE_INDENTATION - Static variable in class org.cantaloop.tools.PrettyPrinter
- The default space indentation.
- s_bugMsg - Static variable in class org.cantaloop.tools.BugException
- s_configFile - Static variable in class org.cantaloop.tools.Configuration
- s_instance - Static variable in class org.cantaloop.tools.Configuration
- setConfigurationFile(File) - Static method in class org.cantaloop.tools.Configuration
- Sets the configuration file directly.
- setConfigurationFile(File) - Method in class org.cantaloop.tools.PrettyPrinter
- Set the configuration file for the pretty printer.
- setNestedException(Exception) - Method in class org.cantaloop.tools.BugException
- setup() - Method in class org.cantaloop.tools.Configuration
- Searches for the configuration file and rereads the properties.
B C F G I L M O P S
|
|||||||||
| Home >> All >> org >> cantaloop >> [ tools overview ] | PREV NEXT | ||||||||