Interface AutomationScriptingService.Session
-
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- AutomationScriptingService
public static interface AutomationScriptingService.Session extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tadapt(Class<T> typeof)<T> Thandleof(InputStream input, Class<T> typeof)Objectrun(InputStream input)-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
run
Object run(InputStream input)
-
handleof
<T> T handleof(InputStream input, Class<T> typeof)
-
adapt
<T> T adapt(Class<T> typeof)
-
-