Searched defs:bn (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DBuildInformation.java207 * @param bn String representation of a build number
209 * provided in <code>bn</code>
210 * @throws IllegalArgumentException if <code>bn</code> is not a build
213 static public BuildInformation fromBuildString(String bn) throws argument
223 Matcher m = p.matcher(bn);
225 throw new IllegalArgumentException("'" + bn + "' is not a build string");
234 throw new IllegalArgumentException("Error parsing build number " + bn);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DBuildInformation.java208 * @param bn String representation of a build number
210 * provided in <code>bn</code>
211 * @throws IllegalArgumentException if <code>bn</code> is not a build
214 static public BuildInformation fromBuildString(String bn) throws argument
224 Matcher m = p.matcher(bn);
226 throw new IllegalArgumentException("'" + bn + "' is not a build string");
235 throw new IllegalArgumentException("Error parsing build number " + bn);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DBuildInformation.java208 * @param bn String representation of a build number
210 * provided in <code>bn</code>
211 * @throws IllegalArgumentException if <code>bn</code> is not a build
214 static public BuildInformation fromBuildString(String bn) throws argument
224 Matcher m = p.matcher(bn);
226 throw new IllegalArgumentException("'" + bn + "' is not a build string");
235 throw new IllegalArgumentException("Error parsing build number " + bn);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DBuildInformation.java207 * @param bn String representation of a build number
209 * provided in <code>bn</code>
210 * @throws IllegalArgumentException if <code>bn</code> is not a build
213 static public BuildInformation fromBuildString(String bn) throws argument
223 Matcher m = p.matcher(bn);
225 throw new IllegalArgumentException("'" + bn + "' is not a build string");
234 throw new IllegalArgumentException("Error parsing build number " + bn);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DBuildInformation.java213 * @param bn String representation of a build number
215 * provided in <code>bn</code>
216 * @throws IllegalArgumentException if <code>bn</code> is not a build
219 static public BuildInformation fromBuildString(String bn) throws argument
229 Matcher m = p.matcher(bn);
231 throw new IllegalArgumentException("'" + bn + "' is not a build string");
240 throw new IllegalArgumentException("Error parsing build number " + bn);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DBuildInformation.java186 * @param bn String representation of a build number
188 * provided in <code>bn</code>
189 * @throws IllegalArgumentException if <code>bn</code> is not a build
192 public static BuildInformation fromBuildString(String bn) throws argument
202 Matcher m = p.matcher(bn);
204 throw new IllegalArgumentException("'" + bn + "' is not a build string");
213 throw new IllegalArgumentException("Error parsing build number " + bn);

Completed in 69 milliseconds