Skip to content

Commit

Permalink
0004482: getter for config of service
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jul 20, 2020
1 parent a67fdfe commit 3c2b108
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -67,6 +67,10 @@ public void loadConfig(String applHomeDir, String configFile, String jarFile) th
config = new WrapperConfig(applHomeDir, configFile, jarFile);
setWorkingDirectory(config.getWorkingDirectory().getAbsolutePath());
}

public WrapperConfig getConfig() {
return config;
}

public void start() {
if (isRunning()) {
Expand Down

0 comments on commit 3c2b108

Please sign in to comment.