public class InstallInfoImpl extends java.lang.Object implements InstallInfo
| Modifier and Type | Field and Description |
|---|---|
boolean |
finalAppServerExists |
boolean |
finalCollectionLexiconOn |
boolean |
finalDbExists |
boolean |
finalForestsExist |
boolean |
finalTripleIndexOn |
boolean |
jobAppServerExists |
boolean |
jobDbExists |
boolean |
jobForestsExist |
boolean |
modulesDbExists |
boolean |
stagingAppServerExists |
boolean |
stagingCollectionLexiconOn |
boolean |
stagingDbExists |
boolean |
stagingForestsExist |
boolean |
stagingSchemasDbExists |
boolean |
stagingTriggersDbExists |
boolean |
stagingTripleIndexOn |
| Constructor and Description |
|---|
InstallInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areForestsExistent(DatabaseKind kind)
Checks to see if the forests are present and accessible
|
boolean |
isAppServerExistent(DatabaseKind kind)
Checks to see if the App Server is present and accessible
|
boolean |
isCollectionLexiconOn(DatabaseKind kind)
Checks to see if the lexicon collection is set and on
|
boolean |
isDbExistent(DatabaseKind kind)
Checks to see if the Database is present and accessible
|
boolean |
isInstalled()
Checks if DHF has been installed
|
boolean |
isPartiallyInstalled()
Returns if an install has been performed, but not complete
|
boolean |
isTripleIndexOn(DatabaseKind kind)
Checks to see if the triple index is set and on
|
void |
setAppServerExistent(DatabaseKind kind,
boolean exists)
Sets the boolean property if the app server exists for the databasekind
|
void |
setCollectionLexiconOn(DatabaseKind kind,
boolean collectionLexiconOn)
Sets if the collection lexicon is on or not
|
void |
setDbExistent(DatabaseKind kind,
boolean exists)
Sets the boolean property if the database exists for the databasekind
|
void |
setForestsExistent(DatabaseKind kind,
boolean forestsExistent)
Sets the boolean property if the forests exist for the databasekind
|
void |
setTripleIndexOn(DatabaseKind kind,
boolean tripleIndexOn)
Sets if the triple index is on or off by boolean
|
java.lang.String |
toString()
Returns the entire object as a string
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreatepublic boolean stagingAppServerExists
public boolean finalAppServerExists
public boolean jobAppServerExists
public boolean stagingDbExists
public boolean finalDbExists
public boolean jobDbExists
public boolean modulesDbExists
public boolean stagingSchemasDbExists
public boolean stagingTriggersDbExists
public boolean stagingTripleIndexOn
public boolean stagingCollectionLexiconOn
public boolean finalTripleIndexOn
public boolean finalCollectionLexiconOn
public boolean stagingForestsExist
public boolean finalForestsExist
public boolean jobForestsExist
public boolean isPartiallyInstalled()
InstallInfoisPartiallyInstalled in interface InstallInfopublic boolean isInstalled()
InstallInfoisInstalled in interface InstallInfopublic java.lang.String toString()
InstallInfotoString in interface InstallInfotoString in class java.lang.Objectpublic boolean isAppServerExistent(DatabaseKind kind)
InstallInfoisAppServerExistent in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBpublic void setAppServerExistent(DatabaseKind kind, boolean exists)
InstallInfosetAppServerExistent in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBexists - - true if it exists, false if it doesn'tpublic boolean isDbExistent(DatabaseKind kind)
InstallInfoisDbExistent in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBpublic void setDbExistent(DatabaseKind kind, boolean exists)
InstallInfosetDbExistent in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBexists - - true if it exists, false if it doesn'tpublic boolean isTripleIndexOn(DatabaseKind kind)
InstallInfoisTripleIndexOn in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBpublic void setTripleIndexOn(DatabaseKind kind, boolean tripleIndexOn)
InstallInfosetTripleIndexOn in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBtripleIndexOn - - true if the triple index is on, false if it is notpublic boolean isCollectionLexiconOn(DatabaseKind kind)
InstallInfoisCollectionLexiconOn in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBpublic void setCollectionLexiconOn(DatabaseKind kind, boolean collectionLexiconOn)
InstallInfosetCollectionLexiconOn in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBcollectionLexiconOn - - true if it's on, false if it's notpublic boolean areForestsExistent(DatabaseKind kind)
InstallInfoareForestsExistent in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBpublic void setForestsExistent(DatabaseKind kind, boolean forestsExistent)
InstallInfosetForestsExistent in interface InstallInfokind - - DatabaseKind enum, eg: STAGING or JOBforestsExistent - - true if it exists, false if it doesn't