Searched refs:stateFile (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateFromInstallDataStore.java59 File stateFile = new File(stateFileName);
61 if (!stateFile.exists()) {
75 fStream = new FileInputStream(stateFile);
H A DInstallDataStore.java57 File stateFile = new File(stateFileName);
58 if (!stateFile.exists()) {
66 fStream = new FileInputStream(stateFile);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateFromInstallDataStore.java59 File stateFile = new File(stateFileName);
61 if (!stateFile.exists()) {
75 fStream = new FileInputStream(stateFile);
H A DInstallDataStore.java57 File stateFile = new File(stateFileName);
58 if (!stateFile.exists()) {
66 fStream = new FileInputStream(stateFile);

Completed in 61 milliseconds