iDevelopment.info

info.idevelopment.utils
Class StringUtils

java.lang.Object
  |
  +--info.idevelopment.utils.StringUtils

public class StringUtils
extends java.lang.Object

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

Since:
SDK1.4
Version:
1.0,   07-SEP-2002
Author:
Jeffrey Hunter
, jhunter@iDevelopment.info , www.iDevelopment.info

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

StringUtils

public StringUtils()
Method Detail

prt

public static void prt(java.lang.String s)
Prints the given String object to stdout. This version does not append the new line character to the end.


prtl

public static void prtl(java.lang.String s)
Prints the given String object to stdout. This version appends a new line chracter to the end.


prt

public static void prt()
Prints a new line character.


iDevelopment.info

Developed by www.iDevelopment.info