Searched refs:isExistingStore (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateFromInstallDataStore.java106 public static boolean isExistingStore() { method in class:MigrateFromInstallDataStore
107 return isExistingStore;
116 isExistingStore = existingStore;
147 private static transient boolean isExistingStore = false; field in class:MigrateFromInstallDataStore
H A DInstallDataStore.java90 private InstallDataStore(boolean isExistingStore) { argument
91 setIsExistingStore(isExistingStore);
138 public boolean isExistingStore() { method in class:InstallDataStore
139 return isExistingStore;
146 public void setIsExistingStore(boolean isExistingStore) { argument
147 this.isExistingStore = isExistingStore;
195 sb.append(" isExistingStore : ").append(isExistingStore);
220 isExistingStore
234 private transient boolean isExistingStore = false; field in class:InstallDataStore
[all...]
H A DInstallState.java66 return !getInstallDataStore().isExistingStore();
102 if (!getInstallDataStore().isExistingStore()) {
H A DMigrateFromInstallState.java75 if (!MigrateFromInstallDataStore.isExistingStore()) {
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateFromInstallDataStore.java106 public static boolean isExistingStore() { method in class:MigrateFromInstallDataStore
107 return isExistingStore;
116 isExistingStore = existingStore;
147 private static transient boolean isExistingStore = false; field in class:MigrateFromInstallDataStore
H A DInstallDataStore.java90 private InstallDataStore(boolean isExistingStore) { argument
91 setIsExistingStore(isExistingStore);
138 public boolean isExistingStore() { method in class:InstallDataStore
139 return isExistingStore;
146 public void setIsExistingStore(boolean isExistingStore) { argument
147 this.isExistingStore = isExistingStore;
195 sb.append(" isExistingStore : ").append(isExistingStore);
220 isExistingStore
234 private transient boolean isExistingStore = false; field in class:InstallDataStore
[all...]
H A DInstallState.java66 return !getInstallDataStore().isExistingStore();
102 if (!getInstallDataStore().isExistingStore()) {
H A DMigrateFromInstallState.java75 if (!MigrateFromInstallDataStore.isExistingStore()) {

Completed in 33 milliseconds