jruby/docs BETA
Navigation
org.jruby 121
C AbstractRubyMethod
I Appendable
C BasicObjectStub
I DelegatedModule
E EvalType
C FiberScheduler
I Finalizable
C FlagRegistry
C IncludedModule
C IncludedModuleWrapper
C JarBootstrapMain
C Main
C MetaClass
C NativeException
I ObjectFlags
I ParseResult
C PrependedModule
I Profile
C Ruby
C RubyArgsFile
C RubyArgumentError
C RubyArithmeticSequence
C RubyArray
C RubyArrayNative
C RubyBasicObject
C RubyBignum
C RubyBinding
C RubyBoolean
C RubyChain
C RubyClass
C RubyClassPathVariable
C RubyComparable
C RubyComplex
C RubyConcurrencyError
C RubyConverter
C RubyData
C RubyDir
C RubyDomainError
C RubyEOFError
C RubyEncoding
C RubyEncodingError
C RubyEnumerable
C RubyEnumerator
C RubyException
C RubyFatal
C RubyFiberError
C RubyFile
C RubyFileStat
C RubyFileTest
C RubyFixnum
C RubyFloat
C RubyFloatDomainError
C RubyFrozenError
C RubyGC
C RubyGenerator
C RubyGlobal
C RubyHash
C RubyHashLinkedBuckets
C RubyIO
C RubyIOBuffer
C RubyIOError
C RubyIndexError
C RubyInstanceConfig
C RubyInteger
C RubyInterrupt
C RubyInterruptedRegexpError
C RubyKernel
C RubyKeyError
C RubyLoadError
C RubyLocalJumpError
C RubyMarshal
C RubyMatchData
C RubyMath
C RubyMethod
C RubyModule
C RubyNameError
C RubyNil
C RubyNoMatchingPatternError
C RubyNoMatchingPatternKeyError
C RubyNoMemoryError
C RubyNoMethodError
C RubyNotImplementedError
C RubyNumeric
C RubyObject
I RubyObjectAdapter
C RubyObjectSpace
C RubyProc
C RubyProcess
C RubyProducer
C RubyRandom
C RubyRandomBase
C RubyRange
C RubyRangeError
C RubyRational
C RubyRegexp
C RubyRegexpError
I RubyRuntimeAdapter
C RubyRuntimeError
C RubyScriptError
C RubySecurityError
C RubySignal
C RubySignalException
C RubyStandardError
C RubyStopIteration
C RubyString
C RubyStruct
C RubySymbol
C RubySyntaxError
C RubySystemCallError
C RubySystemExit
C RubySystemStackError
C RubyThread
C RubyThreadError
C RubyThreadGroup
C RubyTime
C RubyTypeError
C RubyUnboundMethod
C RubyUncaughtThrowError
C RubyYielder
C RubyZeroDivisionError
C TopSelfFactory
RubyFileTest — members 48
C new()
M blockdev_p(context, recv, filename) IRubyObject
M blockdev_p(recv, filename) IRubyObject
M chardev_p(context, recv, filename) IRubyObject
M chardev_p(recv, filename) IRubyObject
M create_file_test_module(context) RubyModule
M directory_p(recv, filename) IRubyObject
M directory_p(ruby, filename) IRubyObject
M directory_p(context, recv, filename) IRubyObject
M directory_p(context, filename) IRubyObject
M executable_p(context, recv, filename) IRubyObject
M executable_p(recv, filename) IRubyObject
M executable_real_p(context, recv, filename) IRubyObject
M executable_real_p(recv, filename) IRubyObject
M exist_p(recv, filename) IRubyObject
M exist_p(context, recv, filename) IRubyObject
M file_p(recv, filename) RubyBoolean
M file_p(context, recv, filename) RubyBoolean
M grpowned_p(context, recv, filename) IRubyObject
M grpowned_p(recv, filename) IRubyObject
M identical_p(context, recv, filename1, filename2) IRubyObject
M identical_p(recv, filename1, filename2) IRubyObject
M owned_p(context, recv, filename) IRubyObject
M owned_p(recv, filename) IRubyObject
M pipe_p(context, recv, filename) IRubyObject
M pipe_p(recv, filename) IRubyObject
M readable_p(recv, filename) IRubyObject
M readable_p(context, recv, filename) IRubyObject
M rowned_p(context, recv, filename) IRubyObject
M rowned_p(recv, filename) IRubyObject
M setgid_p(context, recv, filename) IRubyObject
M setgid_p(recv, filename) IRubyObject
M setuid_p(context, recv, filename) IRubyObject
M setuid_p(recv, filename) IRubyObject
M size(recv, filename) IRubyObject
M size(context, recv, filename) IRubyObject
M size_p(context, recv, filename) IRubyObject
M socket_p(context, recv, filename) IRubyObject
M socket_p(recv, filename) IRubyObject
M sticky_p(context, recv, filename) IRubyObject
M sticky_p(recv, filename) IRubyObject
M symlink_p(context, recv, filename) RubyBoolean
M symlink_p(recv, filename) RubyBoolean
M world_readable(context, recv, filename) IRubyObject
M world_writable(context, recv, filename) IRubyObject
M writable_p(context, recv, filename) RubyBoolean
M writable_p(recv, filename) RubyBoolean
M zero_p(context, recv, filename) RubyBoolean

org.jruby.RubyFileTest

class 48 members

Constructors

new

new ( )
Java: <init>()

Class Methods

blockdev_p

IRubyObject blockdev_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: blockdev_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

blockdev_p

IRubyObject blockdev_p ( IRubyObject recv, IRubyObject filename )
Java: blockdev_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

chardev_p

IRubyObject chardev_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: chardev_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

chardev_p

IRubyObject chardev_p ( IRubyObject recv, IRubyObject filename )
Java: chardev_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

create_file_test_module

RubyModule create_file_test_module ( ThreadContext context )
Java: createFileTestModule(org.jruby.runtime.ThreadContext context)

directory_p

IRubyObject directory_p ( IRubyObject recv, IRubyObject filename )
Java: directory_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

directory_p

IRubyObject directory_p ( Ruby ruby, IRubyObject filename )
Java: directory_p(org.jruby.Ruby ruby, org.jruby.runtime.builtin.IRubyObject filename)

directory_p

IRubyObject directory_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: directory_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

directory_p

IRubyObject directory_p ( ThreadContext context, IRubyObject filename )
Java: directory_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject filename)

executable_p

IRubyObject executable_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: executable_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

executable_p

IRubyObject executable_p ( IRubyObject recv, IRubyObject filename )
Java: executable_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

executable_real_p

IRubyObject executable_real_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: executable_real_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

executable_real_p

IRubyObject executable_real_p ( IRubyObject recv, IRubyObject filename )
Java: executable_real_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

exist_p

IRubyObject exist_p ( IRubyObject recv, IRubyObject filename )
Java: exist_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

exist_p

IRubyObject exist_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: exist_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

file_p

RubyBoolean file_p ( IRubyObject recv, IRubyObject filename )
Java: file_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

file_p

RubyBoolean file_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: file_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

grpowned_p

IRubyObject grpowned_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: grpowned_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

grpowned_p

IRubyObject grpowned_p ( IRubyObject recv, IRubyObject filename )
Java: grpowned_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

identical_p

IRubyObject identical_p ( ThreadContext context, IRubyObject recv, IRubyObject filename1, IRubyObject filename2 )
Java: identical_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename1, org.jruby.runtime.builtin.IRubyObject filename2)

identical_p

IRubyObject identical_p ( IRubyObject recv, IRubyObject filename1, IRubyObject filename2 )
Java: identical_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename1, org.jruby.runtime.builtin.IRubyObject filename2)

owned_p

IRubyObject owned_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: owned_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

owned_p

IRubyObject owned_p ( IRubyObject recv, IRubyObject filename )
Java: owned_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

pipe_p

IRubyObject pipe_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: pipe_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

pipe_p

IRubyObject pipe_p ( IRubyObject recv, IRubyObject filename )
Java: pipe_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

readable_p

IRubyObject readable_p ( IRubyObject recv, IRubyObject filename )
Java: readable_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

readable_p

IRubyObject readable_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: readable_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

rowned_p

IRubyObject rowned_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: rowned_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

rowned_p

IRubyObject rowned_p ( IRubyObject recv, IRubyObject filename )
Java: rowned_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

setgid_p

IRubyObject setgid_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: setgid_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

setgid_p

IRubyObject setgid_p ( IRubyObject recv, IRubyObject filename )
Java: setgid_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

setuid_p

IRubyObject setuid_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: setuid_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

setuid_p

IRubyObject setuid_p ( IRubyObject recv, IRubyObject filename )
Java: setuid_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

size

IRubyObject size ( IRubyObject recv, IRubyObject filename )
Java: size(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

size

IRubyObject size ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: size(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

size_p

IRubyObject size_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: size_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

socket_p

IRubyObject socket_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: socket_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

socket_p

IRubyObject socket_p ( IRubyObject recv, IRubyObject filename )
Java: socket_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

sticky_p

IRubyObject sticky_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: sticky_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

sticky_p

IRubyObject sticky_p ( IRubyObject recv, IRubyObject filename )
Java: sticky_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

world_readable

IRubyObject world_readable ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: worldReadable(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

world_writable

IRubyObject world_writable ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: worldWritable(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

writable_p

RubyBoolean writable_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: writable_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

writable_p

RubyBoolean writable_p ( IRubyObject recv, IRubyObject filename )
Java: writable_p(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)

zero_p

RubyBoolean zero_p ( ThreadContext context, IRubyObject recv, IRubyObject filename )
Java: zero_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject filename)