Searched defs:isCreated (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredDomain.java41 private boolean isCreated; field in class:ConfiguredDomain
47 * @param isCreated whether the domain has been created or not.
51 ConfiguredDomain(String domainName, boolean isCreated, argument
55 this.isCreated = isCreated;
86 boolean isCreated() method in class:ConfiguredDomain
88 return isCreated;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredDomain.java42 private boolean isCreated; field in class:ConfiguredDomain
48 * @param isCreated whether the domain has been created or not.
52 ConfiguredDomain(String domainName, boolean isCreated, argument
56 this.isCreated = isCreated;
87 boolean isCreated() method in class:ConfiguredDomain
89 return isCreated;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredDomain.java42 private boolean isCreated; field in class:ConfiguredDomain
48 * @param isCreated whether the domain has been created or not.
52 ConfiguredDomain(String domainName, boolean isCreated, argument
56 this.isCreated = isCreated;
87 boolean isCreated() method in class:ConfiguredDomain
89 return isCreated;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredDomain.java41 private boolean isCreated; field in class:ConfiguredDomain
47 * @param isCreated whether the domain has been created or not.
51 ConfiguredDomain(String domainName, boolean isCreated, argument
55 this.isCreated = isCreated;
86 boolean isCreated() method in class:ConfiguredDomain
88 return isCreated;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredDomain.java42 private boolean isCreated; field in class:ConfiguredDomain
48 * @param isCreated whether the domain has been created or not.
52 ConfiguredDomain(String domainName, boolean isCreated, argument
56 this.isCreated = isCreated;
87 boolean isCreated() method in class:ConfiguredDomain
89 return isCreated;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DConfiguredDomain.java42 private boolean isCreated; field in class:ConfiguredDomain
48 * @param isCreated whether the domain has been created or not.
52 ConfiguredDomain(String domainName, boolean isCreated, argument
56 this.isCreated = isCreated;
87 boolean isCreated() method in class:ConfiguredDomain
89 return isCreated;
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugTestTemplate.java87 * @param isCreated true if you want to check that the file exist, false for the contrary
90 protected void checkLogFileStatus(boolean isCreated, String logName) { argument
93 if (isCreated != isFileExist(logName)) {
94 failAndPrintFolderStatusReport("Log '" + fullPath + "' exist != " + isCreated + " !\n");
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugTestTemplate.java87 * @param isCreated true if you want to check that the file exist, false for the contrary
90 protected void checkLogFileStatus(boolean isCreated, String logName) { argument
93 if (isCreated != isFileExist(logName)) {
94 failAndPrintFolderStatusReport("Log '" + fullPath + "' exist != " + isCreated + " !\n");

Completed in 395 milliseconds