| Package | Description |
|---|---|
| org.jruby.util |
| Modifier and Type | Field and Description |
|---|---|
(package private) Dir.GlobFunc<java.util.List<org.jruby.util.ByteList>> |
Dir.GlobArgs.func |
private static Dir.GlobFunc<Dir.GlobArgs> |
Dir.glob_caller |
(package private) static Dir.GlobFunc<java.util.List<org.jruby.util.ByteList>> |
Dir.push_pattern |
| Modifier and Type | Method and Description |
|---|---|
private static int |
Dir.addToResultIfExists(jnr.posix.POSIX posix,
java.lang.String cwd,
byte[] bytes,
int begin,
int end,
int flags,
Dir.GlobFunc<Dir.GlobArgs> func,
Dir.GlobArgs arg) |
private static int |
Dir.glob_helper(jnr.posix.POSIX posix,
java.lang.String cwd,
byte[] path,
int begin,
int end,
int sub,
int flags,
Dir.GlobFunc<Dir.GlobArgs> func,
Dir.GlobArgs arg) |
private static int |
Dir.glob_helper(jnr.posix.POSIX posix,
java.lang.String cwd,
org.jruby.util.ByteList path,
int sub,
int flags,
Dir.GlobFunc<Dir.GlobArgs> func,
Dir.GlobArgs arg) |
| Constructor and Description |
|---|
GlobArgs(Dir.GlobFunc<java.util.List<org.jruby.util.ByteList>> func,
java.util.List<org.jruby.util.ByteList> arg) |