| java.lang.Object org.apache.geronimo.deployment.plugin.ConfigIDExtractor org.apache.geronimo.deployment.cli.DeployUtils
DeployUtils | public class DeployUtils extends ConfigIDExtractor (Code) | | Various helpers for deployment.
version: $Rev: 597481 $ $Date: 2007-11-22 11:25:03 -0800 (Thu, 22 Nov 2007) $ |
Method Summary | |
public static void | printTo(String string, int col, ConsoleReader consoleReader) | public static void | println(String line, int indent, ConsoleReader consoleReader) | public static String | reformat(String source, int indent, int endCol) Split up an output line so it indents at beginning and end (to fit in a
typical terminal) and doesn't break in the middle of a word. |
reformat | public static String reformat(String source, int indent, int endCol)(Code) | | Split up an output line so it indents at beginning and end (to fit in a
typical terminal) and doesn't break in the middle of a word.
Parameters: source - The unformatted String Parameters: indent - The number of characters to indent on the left Parameters: endCol - The maximum width of the entire line in characters,including indent (indent 10 with endCol 70 resultsin 60 "usable" characters). |
|
|