ExeHostEntryPointDescription Class
- java.
lang. Object - EntryPointDescription
- system.
fabric. description. ExeHostEntryPointDescription
- system.
public class ExeHostEntryPointDescription extends EntryPointDescription
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getArguments()
Gets the arguments passed to the executable as specified in the service manifest. |
long |
getConsoleRedirectionFileMaxSizeInKb()
Gets the maximum size in KB for console redirection file. |
long |
getConsoleRedirectionFileRetentionCount()
Gets the maximum number of files used for console redirection before overwriting content in circular way. |
long |
getPeriodicInterval()
Gets the time period, if executable needs to be activated periodically. |
String |
getProgram()
Gets the executable name as specified in the service manifest. |
Exe |
getWorkingFolder()
Gets the working folder for the executable as specified in the service manifest. |
boolean |
isConsoleRedirectedEnabled()
Gets a value that indicates whether to enable or disable console redirection for executables. Default is false. |
String | toString() |
Inherited Members
Method Details
getArguments
public String getArguments()
Gets the arguments passed to the executable as specified in the service manifest.
Returns:
getConsoleRedirectionFileMaxSizeInKb
public long getConsoleRedirectionFileMaxSizeInKb()
Gets the maximum size in KB for console redirection file.
Returns:
getConsoleRedirectionFileRetentionCount
public long getConsoleRedirectionFileRetentionCount()
Gets the maximum number of files used for console redirection before overwriting content in circular way.
Returns:
getPeriodicInterval
public long getPeriodicInterval()
Gets the time period, if executable needs to be activated periodically.
Returns:
getProgram
public String getProgram()
Gets the executable name as specified in the service manifest.
Returns:
getWorkingFolder
public ExeHostWorkingFolder getWorkingFolder()
Gets the working folder for the executable as specified in the service manifest.
Returns:
isConsoleRedirectedEnabled
public boolean isConsoleRedirectedEnabled()
Gets a value that indicates whether to enable or disable console redirection for executables. Default is false.
Returns:
toString
public String toString()
Applies to
Azure SDK for Java