public class TerracottaInstall extends Object
| Constructor and Description |
|---|
TerracottaInstall(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) |
TerracottaServerInstance |
getTerracottaServerInstance(TerracottaServer terracottaServer) |
boolean |
installed(Distribution distribution) |
File |
kitLocation(Distribution distribution) |
int |
removeServer(TerracottaServer terracottaServer) |
int |
terracottaServerInstanceCount() |
public TerracottaInstall(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 kitLocation(Distribution distribution)
Copyright © 2021. All rights reserved.