| java.lang.Object org.acm.seguin.pretty.DescriptionPadder
DescriptionPadder | public class DescriptionPadder (Code) | | Description of the Class
author: Chris Seguin |
find | public static String find(FileSettings bundle, String key, String defaultValue)(Code) | | Description of the Method
Parameters: bundle - Description of Parameter Parameters: key - Description of Parameter Parameters: defaultValue - Value to use if the key cannot be found. Value for the key (or defaultValue if the key cannot be found). |
find | public static String find(FileSettings bundle, String key)(Code) | | Description of the Method
Parameters: bundle - Description of Parameter Parameters: key - Description of Parameter alue for the key (or "" if the key cannot be found). |
padBuffer | public static String padBuffer(String message, FileSettings bundle)(Code) | | Pads the buffer
Parameters: message - Description of Parameter Parameters: bundle - Description of Parameter Description of the Returned Value |
|
|