Package org.eclipse.ease
Interface IScriptable
public interface IScriptable
Generic interface for a scriptable object. Allows to provide adapters for any kind of object.
-
Method Summary
Modifier and TypeMethodDescriptionGet input stream containing source code.
-
Method Details
-
getSourceCode
Get input stream containing source code.- Returns:
- source code as
InputStream
- Throws:
IOException
- when inputStream cannot be created
-