Class StringTextSource
java.lang.Object
org.eclipse.m2m.atl.dsls.textsource.TextSource
org.eclipse.m2m.atl.dsls.textsource.StringTextSource
Manages a text source in a string.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns an input stream of the text source.Methods inherited from class org.eclipse.m2m.atl.dsls.textsource.TextSource
openBufferedReader
-
Constructor Details
-
StringTextSource
Constructor.- Parameters:
string
- the string text
-
-
Method Details
-
openStream
Returns an input stream of the text source.- Specified by:
openStream
in classTextSource
- Returns:
- an input stream of the text source
- Throws:
IOException
- See Also:
-