|
||||||||||
| 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.ReaderSource
com.ca.commons.datamodel.DataModelStringSource
public class DataModelStringSource
in memory read-write source from an initial String.
| Field Summary |
|---|
| Fields inherited from class com.ca.commons.datamodel.DataModelSource |
|---|
logger |
| Constructor Summary | |
|---|---|
DataModelStringSource(String name,
String content)
|
|
| Method Summary | |
|---|---|
void |
readComplete()
|
protected Reader |
reader()
|
| Methods inherited from class com.ca.commons.datamodel.ReaderSource |
|---|
readJaxbModelImpl |
| Methods inherited from class com.ca.commons.datamodel.DataModelSource |
|---|
equals, getName, hashCode, invalidate, isChanged, lastModified, override, readJaxbModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataModelStringSource(@NotNull
String name,
@NotNull
String content)
| Method Detail |
|---|
@NotNull
protected Reader reader()
throws IOException
reader in class ReaderSourceIOExceptionpublic void readComplete()
readComplete in class DataModelSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||