|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.logging.processor.util.Strings
public class Strings
Date: 19.09.2011
Method Summary | |
---|---|
static String |
fill(char filler,
int len)
Creates a string filled with the with the value of the filler parameter with a length defined by the
len parameter. |
static String |
fill(CharSequence filler,
int len)
Creates a string filled with the with the value of the filler parameter with a length defined by the
len parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String fill(char filler, int len)
filler
parameter with a length defined by the
len
parameter.
filler
- the filler character.len
- the length to fill.
public static String fill(CharSequence filler, int len)
filler
parameter with a length defined by the
len
parameter.
filler
- the filler sequence.len
- the length to fill.
|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |