| | |
| | | import de.micromata.borgbutler.BorgCommands; |
| | | import de.micromata.borgbutler.config.Configuration; |
| | | import de.micromata.borgbutler.config.ConfigurationHandler; |
| | | import lombok.Getter; |
| | | import org.apache.commons.io.FileUtils; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.apache.http.HttpResponse; |
| | |
| | | return instance; |
| | | } |
| | | |
| | | @Getter |
| | | private BorgVersion borgVersion = new BorgVersion(); |
| | | |
| | | public void initialize() { |
| | |
| | | |
| | | private BorgInstallation() { |
| | | } |
| | | |
| | | public BorgVersion getBorgVersion() { |
| | | return this.borgVersion; |
| | | } |
| | | } |