Searched refs:stringWithWildcards (Results 1 - 12 of 12) sorted by relevance

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
H A DPatternUtil.java39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
41 * @throws AssertionError - if the stringWithWildcards is null
43 public static String convertStringWithWildcardsToRegex(String stringWithWildcards) { argument
44 Assert.notNull(stringWithWildcards, "stringWithWildcards");
47 for (int i = 0; i < stringWithWildcards.length(); i++) {
48 char ch = stringWithWildcards.charAt(i);

Completed in 352 milliseconds