Package jetbrains.buildServer.agent
Class AgentFiles
- java.lang.Object
-
- jetbrains.buildServer.agent.AgentFiles
-
- All Implemented Interfaces:
com.jetbrains.launcher.AppConfigFiles
,com.jetbrains.launcher.AppFiles
,com.jetbrains.launcher.AppFixedFiles
public class AgentFiles extends Object implements com.jetbrains.launcher.AppFiles
- Author:
- Maxim.Manuylov Date: 04.03.14
-
-
Constructor Summary
Constructors Constructor Description AgentFiles(com.jetbrains.launcher.AppFiles appFiles)
-
Method Summary
-
-
-
Method Detail
-
getBinFolder
@NotNull public File getBinFolder()
-
resolveConfigFile
@NotNull public File resolveConfigFile()
-
getConfigDistFile
@NotNull public File getConfigDistFile()
-
getAgentPluginsFolder
@NotNull public File getAgentPluginsFolder()
-
getAgentToolsFolder
@NotNull public File getAgentToolsFolder()
-
getAgentJavaHintFile
@NotNull public File getAgentJavaHintFile()
-
getAppHome
@NotNull public File getAppHome()
- Specified by:
getAppHome
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getBackupFolder
@NotNull public File getBackupFolder()
- Specified by:
getBackupFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getBackupFiles
@NotNull public com.jetbrains.launcher.AppFiles getBackupFiles()
- Specified by:
getBackupFiles
in interfacecom.jetbrains.launcher.AppConfigFiles
- Specified by:
getBackupFiles
in interfacecom.jetbrains.launcher.AppFiles
- Specified by:
getBackupFiles
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppBinFolder
@NotNull public File getAppBinFolder()
- Specified by:
getAppBinFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppConfFolder
@NotNull public File getAppConfFolder()
- Specified by:
getAppConfFolder
in interfacecom.jetbrains.launcher.AppConfigFiles
-
getAppLibFolder
@NotNull public File getAppLibFolder()
- Specified by:
getAppLibFolder
in interfacecom.jetbrains.launcher.AppFiles
-
getAppLogsFolder
@NotNull public File getAppLogsFolder()
- Specified by:
getAppLogsFolder
in interfacecom.jetbrains.launcher.AppFiles
-
getLauncherFolder
@NotNull public File getLauncherFolder()
- Specified by:
getLauncherFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherBinFolder
@NotNull public File getLauncherBinFolder()
- Specified by:
getLauncherBinFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherConfFolder
@NotNull public File getLauncherConfFolder()
- Specified by:
getLauncherConfFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherLibFolder
@NotNull public File getLauncherLibFolder()
- Specified by:
getLauncherLibFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherLogsFolder
@NotNull public File getLauncherLogsFolder()
- Specified by:
getLauncherLogsFolder
in interfacecom.jetbrains.launcher.AppFiles
-
getUpdateFolder
@NotNull public File getUpdateFolder()
- Specified by:
getUpdateFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getUpgradeFiltersFile
@NotNull public File getUpgradeFiltersFile()
- Specified by:
getUpgradeFiltersFile
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getUpgradeErrorLogFile
@NotNull public File getUpgradeErrorLogFile()
- Specified by:
getUpgradeErrorLogFile
in interfacecom.jetbrains.launcher.AppFiles
-
getJavaHintFile
@NotNull public File getJavaHintFile()
- Specified by:
getJavaHintFile
in interfacecom.jetbrains.launcher.AppConfigFiles
-
getUpdateFiles
@NotNull public com.jetbrains.launcher.AppFiles getUpdateFiles()
- Specified by:
getUpdateFiles
in interfacecom.jetbrains.launcher.AppConfigFiles
- Specified by:
getUpdateFiles
in interfacecom.jetbrains.launcher.AppFiles
- Specified by:
getUpdateFiles
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppFileName
@NotNull public String getAppFileName()
- Specified by:
getAppFileName
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppWrapperLibFolder
@NotNull public File getAppWrapperLibFolder()
- Specified by:
getAppWrapperLibFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
resolvePath
@NotNull public File resolvePath(@NotNull String path)
- Specified by:
resolvePath
in interfacecom.jetbrains.launcher.AppFixedFiles
-
resolvePath
@NotNull public File resolvePath(@Nullable String path, @NotNull String defaultPath)
- Specified by:
resolvePath
in interfacecom.jetbrains.launcher.AppFixedFiles
-
resolvePath
@NotNull public File resolvePath(@NotNull File baseDir, @NotNull String path)
- Specified by:
resolvePath
in interfacecom.jetbrains.launcher.AppFixedFiles
-
resolvePath
@NotNull public File resolvePath(@NotNull File baseDir, @Nullable String path, @NotNull String defaultPath)
- Specified by:
resolvePath
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherScriptName
@NotNull public String getLauncherScriptName()
- Specified by:
getLauncherScriptName
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherScriptFile
@NotNull public File getLauncherScriptFile()
- Specified by:
getLauncherScriptFile
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getJetServiceFileName
@NotNull public String getJetServiceFileName()
- Specified by:
getJetServiceFileName
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getJetServiceFile
@NotNull public File getJetServiceFile()
- Specified by:
getJetServiceFile
in interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppInternalConfFolder
@NotNull public File getAppInternalConfFolder()
- Specified by:
getAppInternalConfFolder
in interfacecom.jetbrains.launcher.AppConfigFiles
-
getJetServiceConfigFile
@NotNull public File getJetServiceConfigFile()
- Specified by:
getJetServiceConfigFile
in interfacecom.jetbrains.launcher.AppConfigFiles
-
getBaseFolder
@NotNull public File getBaseFolder()
- Specified by:
getBaseFolder
in interfacecom.jetbrains.launcher.AppFiles
-
getBaseFiles
@NotNull public com.jetbrains.launcher.AppFiles getBaseFiles()
- Specified by:
getBaseFiles
in interfacecom.jetbrains.launcher.AppFiles
-
getLauncherPluginsFolder
@NotNull public File getLauncherPluginsFolder()
- Specified by:
getLauncherPluginsFolder
in interfacecom.jetbrains.launcher.AppFixedFiles
-
-