JavaAppExecutableResource Constructors
ClassConstructors2 members
A resource that represents a Java application.
Constructor(string, string)Section titled Constructor(string, string) Initializes a new instance of the
JavaAppExecutableResource class. public class JavaAppExecutableResource{ public JavaAppExecutableResource( string name, string workingDirectory) { // ... }}Parameters
namestringThe name of the resource.workingDirectorystringThe working directory to use for the command.Constructor(string, string, string)Section titled Constructor(string, string, string) Initializes a new instance of the
JavaAppExecutableResource class. public class JavaAppExecutableResource{ public JavaAppExecutableResource( string name, string command, string workingDirectory) { // ... }}Parameters
namestringThe name of the resource.commandstringThe command to execute.workingDirectorystringThe working directory to use for the command.