|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.config.transfer.templatestream.Wrapper
public final class Wrapper
Provides information to wrap an instance of output.
Constructor Summary | |
---|---|
Wrapper() |
Method Summary | |
---|---|
String |
getExtro() Returns the text to write after the output. |
String |
getIntro() Returns the text to write before the output. |
void |
setExtro(String extro) Sets the text to write after the output. |
void |
setIntro(String intro) Sets the text to write before the output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Wrapper()
Method Detail |
---|
public String getIntro()
null
.
public String getExtro()
null
.
public void setIntro(String intro)
null
.
intro
- the text to write before the output. May be
null
.
public void setExtro(String extro)
null
.
extro
- the text to write after the output. May be
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |