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