Package com.redwood.agent.api.java.scripting
-
Interface Summary Interface Description NativeJavaJob Interface implemented by generated stubs for native java jobs.NativeJavaJobContext Native java job context.NativeJavaJobParameterContext Context used to get/set the in and out values for parameters for the Native Java Job.NativeJavaResource Represents a resource, this can originate from a file or any other means as long as it returns an InputStream.NativeJavaResourceIn Supports writing from a resource (in).NativeJavaResourceInOut Supports both reading and writing from/to a resource.NativeJavaResourceOut Supports writing to a resource (out). -
Enum Summary Enum Description WriteMode The write mode forNativeJavaResourceInOut
andNativeJavaResourceOut
.