|
iDevelopment.info | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--info.idevelopment.utils.StringUtils
Contains several static methods used to handle printing of Strings. This class also implements many of the conventions used in the "Java Coding and Documenting Conventions" guide within the DBA Documentation Library.
For more information on the different features of Javadoc, visit Javadoc Tool Home Page
Constructor Summary | |
StringUtils()
|
Method Summary | |
static void |
prt()
Prints a new line character. |
static void |
prt(java.lang.String s)
Prints the given String object to stdout. |
static void |
prtl(java.lang.String s)
Prints the given String object to stdout. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringUtils()
Method Detail |
public static void prt(java.lang.String s)
public static void prtl(java.lang.String s)
public static void prt()
|
iDevelopment.info | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |