Uses of Class
com.redwood.agent.api.java.scripting.WriteMode
-
Packages that use WriteMode Package Description com.redwood.agent.api.java.scripting -
-
Uses of WriteMode in com.redwood.agent.api.java.scripting
Methods in com.redwood.agent.api.java.scripting that return WriteMode Modifier and Type Method Description static WriteMode
WriteMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static WriteMode[]
WriteMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redwood.agent.api.java.scripting with parameters of type WriteMode Modifier and Type Method Description OutputStream
NativeJavaResourceOut. getOutputStream(WriteMode writeMode)
Similar toNativeJavaResourceOut.getOutputStream()
except that it allows you to specify the WriteMode.OutputStream
NativeJavaResourceOut. getOutputStream(WriteMode writeMode, String fileExtension)
Similar toNativeJavaResourceOut.getOutputStream(String)
except that it allows you to specify the WriteMode.
-