Package org.apache.karaf.util
Class CommandUtils
- java.lang.Object
-
- org.apache.karaf.util.CommandUtils
-
public class CommandUtils extends Object
Contains various methods for helping with layout no commands
-
-
Constructor Summary
Constructors Constructor Description CommandUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtrimToSize(String message, int length)The message is either enlarged or trimmed to the given size.
-