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