|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.commons.datamodel.DataModelSource
com.ca.commons.datamodel.DataModelWritableSource
com.ca.commons.datamodel.ReaderWriterSource
com.ca.commons.datamodel.DataModelWritableStringSource
public class DataModelWritableStringSource
| Field Summary |
|---|
| Fields inherited from class com.ca.commons.datamodel.DataModelSource |
|---|
logger |
| Constructor Summary | |
|---|---|
DataModelWritableStringSource(String name,
String content)
|
|
| Method Summary | |
|---|---|
String |
getContent()
|
protected Reader |
reader()
|
void |
writeComplete()
|
protected Writer |
writer()
|
| Methods inherited from class com.ca.commons.datamodel.ReaderWriterSource |
|---|
readJaxbModelImpl, writeJaxbModelImpl |
| Methods inherited from class com.ca.commons.datamodel.DataModelWritableSource |
|---|
newMarshaller, writeJaxbModel |
| Methods inherited from class com.ca.commons.datamodel.DataModelSource |
|---|
equals, getName, hashCode, invalidate, isChanged, lastModified, override, readComplete, readJaxbModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataModelWritableStringSource(@NotNull
String name,
@NotNull
String content)
| Method Detail |
|---|
@NotNull
protected Reader reader()
throws IOException
reader in class ReaderWriterSourceIOException
@NotNull
protected Writer writer()
throws IOException
writer in class ReaderWriterSourceIOExceptionpublic void writeComplete()
writeComplete in class DataModelWritableSourcepublic String getContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||