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:
getAppHomein interfacecom.jetbrains.launcher.AppFixedFiles
-
getBackupFolder
@NotNull public File getBackupFolder()
- Specified by:
getBackupFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
getBackupFiles
@NotNull public com.jetbrains.launcher.AppFiles getBackupFiles()
- Specified by:
getBackupFilesin interfacecom.jetbrains.launcher.AppConfigFiles- Specified by:
getBackupFilesin interfacecom.jetbrains.launcher.AppFiles- Specified by:
getBackupFilesin interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppBinFolder
@NotNull public File getAppBinFolder()
- Specified by:
getAppBinFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppConfFolder
@NotNull public File getAppConfFolder()
- Specified by:
getAppConfFolderin interfacecom.jetbrains.launcher.AppConfigFiles
-
getAppLibFolder
@NotNull public File getAppLibFolder()
- Specified by:
getAppLibFolderin interfacecom.jetbrains.launcher.AppFiles
-
getAppLogsFolder
@NotNull public File getAppLogsFolder()
- Specified by:
getAppLogsFolderin interfacecom.jetbrains.launcher.AppFiles
-
getLauncherFolder
@NotNull public File getLauncherFolder()
- Specified by:
getLauncherFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherBinFolder
@NotNull public File getLauncherBinFolder()
- Specified by:
getLauncherBinFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherConfFolder
@NotNull public File getLauncherConfFolder()
- Specified by:
getLauncherConfFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherLibFolder
@NotNull public File getLauncherLibFolder()
- Specified by:
getLauncherLibFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherLogsFolder
@NotNull public File getLauncherLogsFolder()
- Specified by:
getLauncherLogsFolderin interfacecom.jetbrains.launcher.AppFiles
-
getUpdateFolder
@NotNull public File getUpdateFolder()
- Specified by:
getUpdateFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
getUpgradeFiltersFile
@NotNull public File getUpgradeFiltersFile()
- Specified by:
getUpgradeFiltersFilein interfacecom.jetbrains.launcher.AppFixedFiles
-
getUpgradeErrorLogFile
@NotNull public File getUpgradeErrorLogFile()
- Specified by:
getUpgradeErrorLogFilein interfacecom.jetbrains.launcher.AppFiles
-
getJavaHintFile
@NotNull public File getJavaHintFile()
- Specified by:
getJavaHintFilein interfacecom.jetbrains.launcher.AppConfigFiles
-
getUpdateFiles
@NotNull public com.jetbrains.launcher.AppFiles getUpdateFiles()
- Specified by:
getUpdateFilesin interfacecom.jetbrains.launcher.AppConfigFiles- Specified by:
getUpdateFilesin interfacecom.jetbrains.launcher.AppFiles- Specified by:
getUpdateFilesin interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppFileName
@NotNull public String getAppFileName()
- Specified by:
getAppFileNamein interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppWrapperLibFolder
@NotNull public File getAppWrapperLibFolder()
- Specified by:
getAppWrapperLibFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
resolvePath
@NotNull public File resolvePath(@NotNull String path)
- Specified by:
resolvePathin interfacecom.jetbrains.launcher.AppFixedFiles
-
resolvePath
@NotNull public File resolvePath(@Nullable String path, @NotNull String defaultPath)
- Specified by:
resolvePathin interfacecom.jetbrains.launcher.AppFixedFiles
-
resolvePath
@NotNull public File resolvePath(@NotNull File baseDir, @NotNull String path)
- Specified by:
resolvePathin interfacecom.jetbrains.launcher.AppFixedFiles
-
resolvePath
@NotNull public File resolvePath(@NotNull File baseDir, @Nullable String path, @NotNull String defaultPath)
- Specified by:
resolvePathin interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherScriptName
@NotNull public String getLauncherScriptName()
- Specified by:
getLauncherScriptNamein interfacecom.jetbrains.launcher.AppFixedFiles
-
getLauncherScriptFile
@NotNull public File getLauncherScriptFile()
- Specified by:
getLauncherScriptFilein interfacecom.jetbrains.launcher.AppFixedFiles
-
getJetServiceFileName
@NotNull public String getJetServiceFileName()
- Specified by:
getJetServiceFileNamein interfacecom.jetbrains.launcher.AppFixedFiles
-
getJetServiceFile
@NotNull public File getJetServiceFile()
- Specified by:
getJetServiceFilein interfacecom.jetbrains.launcher.AppFixedFiles
-
getAppInternalConfFolder
@NotNull public File getAppInternalConfFolder()
- Specified by:
getAppInternalConfFolderin interfacecom.jetbrains.launcher.AppConfigFiles
-
getJetServiceConfigFile
@NotNull public File getJetServiceConfigFile()
- Specified by:
getJetServiceConfigFilein interfacecom.jetbrains.launcher.AppConfigFiles
-
getBaseFolder
@NotNull public File getBaseFolder()
- Specified by:
getBaseFolderin interfacecom.jetbrains.launcher.AppFiles
-
getBaseFiles
@NotNull public com.jetbrains.launcher.AppFiles getBaseFiles()
- Specified by:
getBaseFilesin interfacecom.jetbrains.launcher.AppFiles
-
getLauncherPluginsFolder
@NotNull public File getLauncherPluginsFolder()
- Specified by:
getLauncherPluginsFolderin interfacecom.jetbrains.launcher.AppFixedFiles
-
-