public class RubyFile extends RubyIO implements EncodingCapable
RubyObject.Data
RubyBasicObject.Finalizer
IOEncodable.ConvConfig
Modifier and Type | Field and Description |
---|---|
static int |
LOCK_EX |
static int |
LOCK_NB |
static int |
LOCK_SH |
static int |
LOCK_UN |
protected String |
path |
blockingThreads, ecflags, ecopts, enc, enc2, hasBom, openFile, popenSpecial, readconv, writeconv, writeconvAsciicompat, writeconvInitialized, writeconvPreEcflags, writeconvPreEcopts
FIELD_ALLOCATED_CLASSES, FIELD_ALLOCATORS, IVAR_INSPECTING_OBJECT_ALLOCATOR, OBJECT_ALLOCATOR, OBJECT_VAR0_ALLOCATOR, OBJECT_VAR1_ALLOCATOR, OBJECT_VAR2_ALLOCATOR, OBJECT_VAR3_ALLOCATOR, OBJECT_VAR4_ALLOCATOR, OBJECT_VAR5_ALLOCATOR, OBJECT_VAR6_ALLOCATOR, OBJECT_VAR7_ALLOCATOR, OBJECT_VAR8_ALLOCATOR, OBJECT_VAR9_ALLOCATOR, REIFYING_OBJECT_ALLOCATOR
ALL_F, BASICOBJECT_ALLOCATOR, COMPARE_BY_IDENTITY_F, ERR_INSECURE_SET_INST_VAR, FALSE_F, FL_USHIFT, flags, FROZEN_F, metaClass, NEVER, NIL_F, STAMP_OFFSET, TAINTED_F, UNDEF, UNTRUSTED_F, USER0_F, USER1_F, USER2_F, USER3_F, USER4_F, USER5_F, USER6_F, USER7_F, USER8_F, VAR_TABLE_OFFSET, varTable, varTableStamp
NULL_ARRAY
Constructor and Description |
---|
RubyFile(Ruby runtime,
RubyClass type) |
RubyFile(Ruby runtime,
String path,
InputStream in) |
RubyFile(Ruby runtime,
String path,
Reader reader) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
absolute_path(ThreadContext context,
IRubyObject recv,
IRubyObject[] args)
---------------------------------------------------- File::absolute_path
File.absolute_path(file_name [, dir_string] ) -> abs_file_name
From Ruby 1.9.1
------------------------------------------------------------------------
Converts a pathname to an absolute pathname.
|
IRubyObject |
atime(ThreadContext context) |
static IRubyObject |
atime(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
basename(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static String |
canonicalize(String path) |
IRubyObject |
chmod(ThreadContext context,
IRubyObject arg) |
static IRubyObject |
chmod(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
IRubyObject |
chown(ThreadContext context,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
chown(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static RubyClass |
createFileClass(Ruby runtime) |
IRubyObject |
ctime(ThreadContext context) |
static IRubyObject |
ctime(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
dirname(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static String |
dirname(ThreadContext context,
String jfilename) |
static IRubyObject |
expand_path(ThreadContext context,
IRubyObject recv,
IRubyObject[] args)
Converts a pathname to an absolute pathname.
|
static IRubyObject |
expand_path19(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static String |
expandUserPath(ThreadContext context,
String path)
This method checks a path, and if it starts with ~, then it expands
the path to the absolute path of the user's home directory.
|
static String |
expandUserPath(ThreadContext context,
String path,
boolean raiseOnRelativePath) |
static IRubyObject |
extname(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
Returns the extension name of the file.
|
static JRubyFile |
file(IRubyObject pathOrFile)
Get the fully-qualified JRubyFile object for the path, taking into
account the runtime's current directory.
|
IRubyObject |
fileOpenGeneric(ThreadContext context,
IRubyObject filename,
int oflags,
int fmode,
IOEncodable convConfig,
int perm) |
IRubyObject |
flock(ThreadContext context,
IRubyObject lockingConstant) |
static IRubyObject |
fnmatch(ThreadContext context,
IRubyObject recv,
IRubyObject[] args)
Returns true if path matches against pattern The pattern is not a regular expression;
instead it follows rules similar to shell filename globbing.
|
static IRubyObject |
ftype(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static RubyString |
get_path(ThreadContext context,
IRubyObject path) |
static ZipEntry |
getDirOrFileEntry(String jar,
String path) |
org.jcodings.Encoding |
getEncoding() |
static ZipEntry |
getFileEntry(ZipFile zf,
String path) |
String |
getPath() |
IRubyObject |
initialize(IRubyObject[] args,
Block block) |
IRubyObject |
initialize19(ThreadContext context,
IRubyObject[] args,
Block block) |
IRubyObject |
inspect()
rb_obj_inspect
call-seq:
obj.inspect => string
Returns a string containing a human-readable representation of
obj.
|
protected IRubyObject |
ioClose(Ruby runtime) |
static RubyString |
join(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
IRubyObject |
lchmod(ThreadContext context,
IRubyObject arg) |
static IRubyObject |
lchmod(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
IRubyObject |
lchown(ThreadContext context,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
lchown(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
link(ThreadContext context,
IRubyObject recv,
IRubyObject from,
IRubyObject to) |
IRubyObject |
lstat(ThreadContext context) |
static IRubyObject |
lstat(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
IRubyObject |
mtime(ThreadContext context) |
static IRubyObject |
mtime(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
protected void |
openInternal(String path,
String modeString) |
IRubyObject |
path(ThreadContext context) |
static IRubyObject |
path(ThreadContext context,
IRubyObject self,
IRubyObject str) |
static IRubyObject |
readlink(ThreadContext context,
IRubyObject recv,
IRubyObject path) |
static IRubyObject |
realdirpath(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
realpath(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
rename(ThreadContext context,
IRubyObject recv,
IRubyObject oldName,
IRubyObject newName) |
void |
setEncoding(org.jcodings.Encoding encoding) |
IRubyObject |
size(ThreadContext context) |
static RubyArray |
split(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static String[] |
splitURI(String path) |
static boolean |
startsWithDriveLetterOnWindows(String path) |
IRubyObject |
stat(ThreadContext context) |
static IRubyObject |
stat(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
symlink(ThreadContext context,
IRubyObject recv,
IRubyObject from,
IRubyObject to) |
protected void |
sysopenInternal(String path,
ModeFlags modes,
int perm) |
protected void |
sysopenInternal19(String path,
int oflags,
int perm) |
String |
toString()
The default toString method is just a wrapper that calls the
Ruby "to_s" method.
|
IRubyObject |
truncate(ThreadContext context,
IRubyObject arg) |
static IRubyObject |
truncate(ThreadContext context,
IRubyObject recv,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
truncate19(ThreadContext context,
IRubyObject recv,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
umask(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
unlink(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
utime(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
addBlockingThread, autoclose_set, autoclose, binmode, binread, binwrite, bytes, chars, chars19, checkExecOptions, checkPipeCommand, checkPopenOptions, checkSpawnOptions, close_read, close_write, close, closed_p, codepoints, convertToIO, copy_stream, createIOClass, ctl, doReadNonblock, doWriteNonblock, each_byte, each_byteInternal, each_char, each_char19, each_charInternal, each_charInternal19, each_codepoint, each_line, each_lineInternal, each, emptyBufferOrEOF, encodingFromBOM, eof_p, external_encoding, failIfDirectory, fcntl, fcntl, fdopen, fileno, flush, foreach, foreach19, fsync, fwrite, getBlocking, getBOM, getbyte19, getc, getc19, getcCommon, getChannel, getDescriptorByFileno, getEcflags, getEcopts, getEnc, getEnc2, getHandler, getInputEncoding, getInStream, getIOModes, getIOModesIntFromString, getline, getline, getline, getline, getNativeTypeIndex, getNewFileno, getOpenFile, getOpenFileChecked, getOutStream, getReadEncoding, gets, gets, gets, gets19, gets19, gets19, initialize_copy, initialize19, initialize19, initialize19, internal_encoding, interruptBlockingThreads, ioctl, ioOpen, isAutoclose, isClosed, lineno_set, lineno, lines, lines19, MakeOpenFile, newInstance, newIO, newIOOptions, newIOOptions, newIOOptions, newIOOptions, newIOOptions, newModeFlags, newModeFlags, newModeFlags, obliterateProcess, op_append, op_binmode, open, parseIOOptions, parseIOOptions19, pid, pipe, pipe19, pipe19, pipe19, popen, popen19, popen3_19, popen3, popen4, popenSpecial, pos_set, pos, print, print, printf, putc, putc, puts, puts, puts, puts, puts, puts, puts0, puts1, puts2, puts3, read_nonblock, read, read, read, read, read, read, read, read, read19, readAll, readAll, readAllCommon, readbyte, readchar, readchar19, readline, readline, readline, readlines, readlines, readlines19, readlines19, readpartial, readStatic, readStatic, readStatic, registerDescriptor, registerDescriptor, removeBlockingThread, reopen, reopenIO, reopenPath, restartSystemCall, rewind, seek, seek, seek, select_static, select, set_encoding, set_encoding, set_encoding, setAscii8bitBinmode, setAutoclose, setBOM, setEcflags, setEcopts, setEnc, setEnc2, setEncoding, swallow, sync_set, sync, sysopen, sysopen19, sysread, sysseek, syswrite, to_io, tryConvert, tty_p, ungetc, ungetc19, ungetcCommon, unregisterDescriptor, updateIOOptionsFromOptions, write_nonblock, write, write, write, writeDataBuffered, writeStatic
attachToObjectSpace, callInit, callInit, callInit, callInit, callInit, callInit, callInit, callInit, callInit, callInit, convertToType, createObjectClass, eqlInternal, equalInternal, equals, hashCode, initialize, initialize, inspect, op_eqq, puts, specificEval
addFinalizer, anyToString, asJavaString, asString, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callSuper, checkArrayType, checkCallMethod, checkFrozen, checkStringType, checkStringType19, compareTo, convertToArray, convertToFloat, convertToHash, convertToInteger, convertToInteger, convertToInteger, convertToString, copyInstanceVariablesInto, copySpecialInstanceVariables, createBasicObjectClass, dataGetStruct, dataGetStructChecked, dataWrapStruct, display, dup, ensureInstanceVariablesSettable, eql_p, eql, equal_p, equal_p19, evalUnder, extend, fastGetInstanceVariable, fastGetInternalVariable, fastHasInstanceVariable, fastHasInternalVariable, fastSetInstanceVariable, fastSetInternalVariable, freeze, frozen_p, getFFIHandle, getFlag, getInstanceEvalClass, getInstanceVariable, getInstanceVariableList, getInstanceVariableNameList, getInstanceVariables, getInternalVariable, getInternalVariables, getJavaClass, getMetaClass, getNativeHandle, getObjectId, getRuntime, getSingletonClass, getSingletonClassClone, getType, getVariable, getVariableCount, getVariableList, getVariableNameList, hash, hashyInspect, hasInstanceVariable, hasInternalVariable, hasVariables, id_deprecated, id, infectBy, initialize19, inspectHashCode, instance_eval, instance_eval, instance_eval, instance_eval, instance_eval19, instance_eval19, instance_eval19, instance_eval19, instance_exec, instance_exec19, instance_of_p, instance_variable_defined_p, instance_variable_get, instance_variable_set, instance_variables, instance_variables19, isBuiltin, isClass, isFalse, isFrozen, isImmediate, isModule, isNil, isTaint, isTrue, isUntrusted, kind_of_p, makeMetaClass, method_missing19, method, method19, methods, methods, methods19, nil_p, op_cmp, op_equal_19, op_equal, op_match, op_match19, op_not_equal, op_not_match, op_not, private_methods, private_methods19, protected_methods, protected_methods19, public_methods, public_methods19, rbClone, remove_instance_variable, removeFinalizers, removeInstanceVariable, removeInternalVariable, respond_to_p, respond_to_p, respond_to_p19, respond_to_p19, respondsTo, respondsToMissing, respondsToMissing, send, send, send, send, send, send19, send19, send19, send19, setFFIHandle, setFlag, setFrozen, setInstanceVariable, setInternalVariable, setMetaClass, setNativeHandle, setTaint, setUntrusted, setVariable, singleton_method_added19, singleton_method_removed19, singleton_method_undefined19, singleton_methods, singleton_methods19, specificEval, specificEval, specificEval, specificEval, syncVariables, syncVariables, taint, taint, tainted_p, testFrozen, testFrozen, to_a, to_s, toJava, trust, type_deprecated, type, untaint, untrust, untrusted_p, validateInstanceVariable, variableTableContains, variableTableFastContains, variableTableFastFetch, variableTableFastStore, variableTableFetch, variableTableRemove, variableTableStore, variableTableSync, yieldUnder, yieldUnder
public static final int LOCK_SH
public static final int LOCK_EX
public static final int LOCK_NB
public static final int LOCK_UN
protected String path
public RubyFile(Ruby runtime, String path, InputStream in)
protected IRubyObject ioClose(Ruby runtime)
public IRubyObject flock(ThreadContext context, IRubyObject lockingConstant)
public IRubyObject initialize(IRubyObject[] args, Block block)
initialize
in class RubyIO
public IRubyObject initialize19(ThreadContext context, IRubyObject[] args, Block block)
public IRubyObject chmod(ThreadContext context, IRubyObject arg)
public IRubyObject chown(ThreadContext context, IRubyObject arg1, IRubyObject arg2)
public IRubyObject atime(ThreadContext context)
public IRubyObject ctime(ThreadContext context)
public IRubyObject lchmod(ThreadContext context, IRubyObject arg)
public IRubyObject lchown(ThreadContext context, IRubyObject arg1, IRubyObject arg2)
public IRubyObject lstat(ThreadContext context)
public IRubyObject mtime(ThreadContext context)
public static IRubyObject path(ThreadContext context, IRubyObject self, IRubyObject str)
public IRubyObject path(ThreadContext context)
public IRubyObject stat(ThreadContext context)
public IRubyObject truncate(ThreadContext context, IRubyObject arg)
public IRubyObject inspect()
RubyBasicObject
to_s
method to
generate the string.
[ 1, 2, 3..4, 'five' ].inspect #=> "[1, 2, 3..4, \"five\"]"
Time.new.inspect #=> "Wed Apr 09 08:54:39 CDT 2003"inspect
in interface IRubyObject
inspect
in class RubyIO
public static IRubyObject basename(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject chmod(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject chown(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject dirname(ThreadContext context, IRubyObject recv, IRubyObject arg)
public static String dirname(ThreadContext context, String jfilename)
public static IRubyObject extname(ThreadContext context, IRubyObject recv, IRubyObject arg)
recv
- arg
- Path to get extension name ofpublic static IRubyObject expand_path(ThreadContext context, IRubyObject recv, IRubyObject[] args)
recv
- args
- public static IRubyObject expand_path19(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject absolute_path(ThreadContext context, IRubyObject recv, IRubyObject[] args)
context
- recv
- args
- public static IRubyObject realdirpath(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject realpath(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject fnmatch(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject ftype(ThreadContext context, IRubyObject recv, IRubyObject filename)
public static RubyString join(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject lstat(ThreadContext context, IRubyObject recv, IRubyObject filename)
public static IRubyObject stat(ThreadContext context, IRubyObject recv, IRubyObject filename)
public static IRubyObject atime(ThreadContext context, IRubyObject recv, IRubyObject filename)
public static IRubyObject ctime(ThreadContext context, IRubyObject recv, IRubyObject filename)
public static IRubyObject lchmod(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject lchown(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject link(ThreadContext context, IRubyObject recv, IRubyObject from, IRubyObject to)
public static IRubyObject mtime(ThreadContext context, IRubyObject recv, IRubyObject filename)
public static IRubyObject rename(ThreadContext context, IRubyObject recv, IRubyObject oldName, IRubyObject newName)
public static RubyArray split(ThreadContext context, IRubyObject recv, IRubyObject arg)
public static IRubyObject symlink(ThreadContext context, IRubyObject recv, IRubyObject from, IRubyObject to)
public static IRubyObject readlink(ThreadContext context, IRubyObject recv, IRubyObject path)
public static IRubyObject truncate(ThreadContext context, IRubyObject recv, IRubyObject arg1, IRubyObject arg2)
public static IRubyObject truncate19(ThreadContext context, IRubyObject recv, IRubyObject arg1, IRubyObject arg2)
public static IRubyObject umask(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject utime(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public static IRubyObject unlink(ThreadContext context, IRubyObject recv, IRubyObject[] args)
public IRubyObject size(ThreadContext context)
public String getPath()
public org.jcodings.Encoding getEncoding()
getEncoding
in interface EncodingCapable
public void setEncoding(org.jcodings.Encoding encoding)
setEncoding
in interface EncodingCapable
public IRubyObject fileOpenGeneric(ThreadContext context, IRubyObject filename, int oflags, int fmode, IOEncodable convConfig, int perm)
protected void sysopenInternal19(String path, int oflags, int perm)
public static RubyString get_path(ThreadContext context, IRubyObject path)
public static JRubyFile file(IRubyObject pathOrFile)
public String toString()
RubyObject
public static ZipEntry getFileEntry(ZipFile zf, String path) throws IOException
IOException
public static ZipEntry getDirOrFileEntry(String jar, String path) throws IOException
IOException
public static boolean startsWithDriveLetterOnWindows(String path)
public static String expandUserPath(ThreadContext context, String path)
context
- path
- Path to checkpublic static String expandUserPath(ThreadContext context, String path, boolean raiseOnRelativePath)
Copyright © 2001-2013 JRuby. All Rights Reserved.