|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.log4jdbc.Utilities
public class Utilities
Static utility methods for use throughout the project.
Constructor Summary | |
---|---|
Utilities()
|
Method Summary | |
---|---|
static java.lang.String |
rightJustify(int fieldSize,
java.lang.String field)
Right justify a field within a certain number of spaces. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utilities()
Method Detail |
---|
public static java.lang.String rightJustify(int fieldSize, java.lang.String field)
fieldSize
- field size to right justify field within.field
- contents to right justify within field.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |