public class InstallInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
finalAppServerExists |
boolean |
finalCollectionLexiconOn |
boolean |
finalDbExists |
boolean |
finalForestsExist |
boolean |
finalTripleIndexOn |
boolean |
jobAppServerExists |
boolean |
jobDbExists |
boolean |
jobForestsExist |
boolean |
stagingAppServerExists |
boolean |
stagingCollectionLexiconOn |
boolean |
stagingDbExists |
boolean |
stagingForestsExist |
boolean |
stagingTripleIndexOn |
boolean |
traceAppServerExists |
boolean |
traceDbExists |
boolean |
traceForestsExist |
| Constructor and Description |
|---|
InstallInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInstalled() |
boolean |
isPartiallyInstalled() |
java.lang.String |
toString() |
public boolean stagingAppServerExists
public boolean finalAppServerExists
public boolean traceAppServerExists
public boolean jobAppServerExists
public boolean stagingDbExists
public boolean finalDbExists
public boolean traceDbExists
public boolean jobDbExists
public boolean stagingTripleIndexOn
public boolean stagingCollectionLexiconOn
public boolean finalTripleIndexOn
public boolean finalCollectionLexiconOn
public boolean stagingForestsExist
public boolean finalForestsExist
public boolean traceForestsExist
public boolean jobForestsExist