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> T
adapt(Class<T> typeof)
<T> T
handleof(InputStream input, Class<T> typeof)
Object
run(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)
-
-