Modifier and Type | Class and Description |
---|---|
static interface |
Dir.GlobFunc<T> |
Modifier and Type | Field and Description |
---|---|
static boolean |
CASEFOLD_FILESYSTEM |
static boolean |
DOSISH |
static byte[] |
DOUBLE_STAR |
static byte[] |
EMPTY |
static int |
FNM_CASEFOLD |
static int |
FNM_DOTMATCH |
static int |
FNM_ERROR |
static int |
FNM_NOESCAPE |
static int |
FNM_NOMATCH |
static int |
FNM_PATHNAME |
static int |
FNM_SYSCASE |
static byte[] |
SLASH |
static byte[] |
STAR |
Constructor and Description |
---|
Dir() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<String> |
braces(String pattern,
int flags,
ArrayList<String> patterns) |
static int |
fnmatch(byte[] bytes,
int pstart,
int pend,
byte[] string,
int sstart,
int send,
int flags) |
static List<org.jruby.util.ByteList> |
push_glob(Ruby runtime,
String cwd,
org.jruby.util.ByteList globByteList,
int flags) |
static int |
range(byte[] _pat,
int pat,
int pend,
char test,
int flags) |
public static final boolean DOSISH
public static final boolean CASEFOLD_FILESYSTEM
public static final int FNM_NOESCAPE
public static final int FNM_PATHNAME
public static final int FNM_DOTMATCH
public static final int FNM_CASEFOLD
public static final int FNM_SYSCASE
public static final int FNM_NOMATCH
public static final int FNM_ERROR
public static final byte[] EMPTY
public static final byte[] SLASH
public static final byte[] STAR
public static final byte[] DOUBLE_STAR
public static int fnmatch(byte[] bytes, int pstart, int pend, byte[] string, int sstart, int send, int flags)
public static int range(byte[] _pat, int pat, int pend, char test, int flags)
public static List<org.jruby.util.ByteList> push_glob(Ruby runtime, String cwd, org.jruby.util.ByteList globByteList, int flags)
Copyright © 2001-2015 JRuby. All Rights Reserved.