public class TerracottaInstall extends Object
| Constructor and Description |
|---|
TerracottaInstall(File rootInstallLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addServer(TerracottaServer terracottaServer,
File installLocation,
License license,
Distribution distribution,
Topology topology) |
File |
getInstallLocation(TerracottaServer terracottaServer) |
File |
getLicenseFileLocation(TerracottaServer terracottaServer) |
File |
getRootInstallLocation() |
TerracottaServerInstance |
getTerracottaServerInstance(TerracottaServer terracottaServer) |
boolean |
installed(Distribution distribution) |
File |
installLocation(Distribution distribution) |
int |
removeServer(TerracottaServer terracottaServer) |
int |
terracottaServerInstanceCount() |
public TerracottaInstall(File rootInstallLocation)
public TerracottaServerInstance getTerracottaServerInstance(TerracottaServer terracottaServer)
public File getInstallLocation(TerracottaServer terracottaServer)
public File getLicenseFileLocation(TerracottaServer terracottaServer)
public void addServer(TerracottaServer terracottaServer, File installLocation, License license, Distribution distribution, Topology topology)
public int removeServer(TerracottaServer terracottaServer)
public int terracottaServerInstanceCount()
public boolean installed(Distribution distribution)
public File installLocation(Distribution distribution)
public File getRootInstallLocation()
Copyright © 2020. All rights reserved.