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 Type Method Description InputStream
getSourceCode()
Get input stream containing source code.
-
Method Details
-
getSourceCode
Get input stream containing source code.- Returns:
- source code as
InputStream
- Throws:
Exception
- when inputStream cannot be created
-