Class URLTextSource
java.lang.Object
org.eclipse.m2m.atl.dsls.textsource.TextSource
org.eclipse.m2m.atl.dsls.textsource.URLTextSource
Manages a text source by url.
-
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
-
URLTextSource
Constructor.- Parameters:
url
- the text source url
-
URLTextSource
Constructor.- Parameters:
url
- the text source url, in a String form- Throws:
MalformedURLException
-
-
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:
-