public class AppDetectionSetting extends Object
| コンストラクタと説明 |
|---|
AppDetectionSetting(String appName,
String script,
boolean onLinux,
boolean onOsx,
boolean onWindows,
String homeDirVarName)
Construct an AppDetectionSetting Object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getAppName() |
String |
getHomeDirVarName() |
boolean |
getOnLinux() |
boolean |
getOnOsx() |
boolean |
getOnWindows() |
String |
getScript() |
public AppDetectionSetting(String appName, String script, boolean onLinux, boolean onOsx, boolean onWindows, String homeDirVarName)
appName - Application name to be detected.script - Groovy script used to detect applications.onLinux - Whether to perform detection on Linux.onOsx - Whether to perform detection on Mac.onWindows - Whether to perform detection on Windows.homeDirVarName - Environment variable name to bind the application's home directory.Copyright © 2016–2022. All rights reserved.