Searched refs:InstallState (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateDriver.java96 // Save the InstallState.
102 if (InstallState.isFreshInstall()) {
109 public void checkInstanceConfiguration(InstallState installState)
113 "InstallState: is " + installState);
H A DUninstallDriver.java66 // 3. Save the InstallState. The InstallState will automatically remove
112 if (InstallState.getInstanceCount() == 1) {
120 * Check if InstallState associated with the instance is configured or not
125 public void checkInstanceConfiguration(InstallState installState)
H A DInstFinderInteractionsRunner.java60 // Determine the Server Home directory & Create InstallState only when
70 (InstallState.getInstanceCount() == 0))
82 && (!InstallState.isFreshInstall())) {
H A DDriver.java50 public abstract void checkInstanceConfiguration(InstallState state)
58 // After identifying the instance, the InstallState.getStateAccess()
60 // modified/updated in the Interactions & the Driver. The InstallState
62 // point call to InstallState.getStateAccess() gets handle to that
102 setInstallState(new InstallState(iFinderData, useKeys));
107 // present Set the StateAccess using the InstallState for iRunner.
203 public void updateStateAccess(InstallState installState,
345 public InstallState getInstallState() {
357 public void setInstallState(InstallState installState) {
391 private InstallState _installStat
[all...]
H A DMultipleMigrateDriver.java153 InstallState installState = new InstallState(
181 InstallState installState) {
234 InstallState installState,
H A DCustomInstallDriver.java101 // 3. Save the InstallState.
108 if (InstallState.isFreshInstall()) {
190 public void checkInstanceConfiguration(InstallState installState)
192 Debug.log("InstallState: is " + installState);
H A DInstallDriver.java102 // 3. Save the InstallState.
109 if (InstallState.isFreshInstall()) {
191 public void checkInstanceConfiguration(InstallState installState)
193 Debug.log("InstallState: is " + installState);
H A DInstallState.java25 * $Id: InstallState.java,v 1.3 2008/06/25 05:51:21 qcheng Exp $
44 public class InstallState implements InstallConstants { class in inherits:InstallConstants
70 * Creates a new InstallState object. One of the following cases may
73 * then an InstallState object containing the input instance
76 * InstallState object containing the corresponding instance data and
78 * to the given keyValuePairs then an InstallState object with just the
87 public InstallState(Map keyValuePairs, ArrayList keysToUse) method in class:InstallState
89 Debug.log("InstallState : initalizing the state");
103 Debug.log("InstallState(): No existing data store was found. "
108 Debug.log("InstallState()
[all...]
H A DInteractionsRunner.java96 if (InstallState.isFreshInstall()) {
H A DTaskRunner.java153 if ((isInstallMode() && InstallState.isFreshInstall())
154 || (!isInstallMode() && InstallState.getInstanceCount() == 1))
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateDriver.java96 // Save the InstallState.
102 if (InstallState.isFreshInstall()) {
109 public void checkInstanceConfiguration(InstallState installState)
113 "InstallState: is " + installState);
H A DUninstallDriver.java66 // 3. Save the InstallState. The InstallState will automatically remove
112 if (InstallState.getInstanceCount() == 1) {
120 * Check if InstallState associated with the instance is configured or not
125 public void checkInstanceConfiguration(InstallState installState)
H A DInstFinderInteractionsRunner.java60 // Determine the Server Home directory & Create InstallState only when
70 (InstallState.getInstanceCount() == 0))
82 && (!InstallState.isFreshInstall())) {
H A DDriver.java50 public abstract void checkInstanceConfiguration(InstallState state)
58 // After identifying the instance, the InstallState.getStateAccess()
60 // modified/updated in the Interactions & the Driver. The InstallState
62 // point call to InstallState.getStateAccess() gets handle to that
102 setInstallState(new InstallState(iFinderData, useKeys));
107 // present Set the StateAccess using the InstallState for iRunner.
203 public void updateStateAccess(InstallState installState,
345 public InstallState getInstallState() {
357 public void setInstallState(InstallState installState) {
391 private InstallState _installStat
[all...]
H A DMultipleMigrateDriver.java153 InstallState installState = new InstallState(
181 InstallState installState) {
234 InstallState installState,
H A DCustomInstallDriver.java101 // 3. Save the InstallState.
108 if (InstallState.isFreshInstall()) {
190 public void checkInstanceConfiguration(InstallState installState)
192 Debug.log("InstallState: is " + installState);
H A DInstallDriver.java102 // 3. Save the InstallState.
109 if (InstallState.isFreshInstall()) {
191 public void checkInstanceConfiguration(InstallState installState)
193 Debug.log("InstallState: is " + installState);
H A DInstallState.java25 * $Id: InstallState.java,v 1.3 2008/06/25 05:51:21 qcheng Exp $
44 public class InstallState implements InstallConstants { class in inherits:InstallConstants
70 * Creates a new InstallState object. One of the following cases may
73 * then an InstallState object containing the input instance
76 * InstallState object containing the corresponding instance data and
78 * to the given keyValuePairs then an InstallState object with just the
87 public InstallState(Map keyValuePairs, ArrayList keysToUse) method in class:InstallState
89 Debug.log("InstallState : initalizing the state");
103 Debug.log("InstallState(): No existing data store was found. "
108 Debug.log("InstallState()
[all...]
H A DInteractionsRunner.java96 if (InstallState.isFreshInstall()) {
H A DTaskRunner.java153 if ((isInstallMode() && InstallState.isFreshInstall())
154 || (!isInstallMode() && InstallState.getInstanceCount() == 1))

Completed in 60 milliseconds