Uses of Class
org.jruby.util.io.ModeFlags
Packages that use ModeFlags
-
Uses of ModeFlags in org.jruby
Modifier and TypeMethodDescriptionstatic ModeFlags
RubyIO.getIOModes
(Ruby runtime, String modesString) Deprecated.static ModeFlags
RubyIO.newModeFlags
(Ruby runtime, int mode) static ModeFlags
RubyIO.newModeFlags
(Ruby runtime, long mode) static ModeFlags
RubyIO.newModeFlags
(Ruby runtime, String mode) Modifier and TypeMethodDescriptionstatic IOOptions
RubyIO.newIOOptions
(Ruby runtime, ModeFlags modeFlags) -
Uses of ModeFlags in org.jruby.util
Methods in org.jruby.util with parameters of type ModeFlagsModifier and TypeMethodDescriptiondefault Channel
FileResource.openChannel
(ModeFlags flags, int perm) Deprecated.static ShellLauncher.POpenProcess
ShellLauncher.popen
(Ruby runtime, IRubyObject[] strings, Map env, ModeFlags modes) static ShellLauncher.POpenProcess
ShellLauncher.popen
(Ruby runtime, IRubyObject string, Map env, ModeFlags modes) static ShellLauncher.POpenProcess
ShellLauncher.popen
(Ruby runtime, IRubyObject string, ModeFlags modes) Constructors in org.jruby.util with parameters of type ModeFlags -
Uses of ModeFlags in org.jruby.util.io
Methods in org.jruby.util.io that return ModeFlagsModifier and TypeMethodDescriptionstatic ModeFlags
ModeFlags.createModeFlags
(int oflags) IOOptions.getModeFlags()
static ModeFlags
ModeFlags.getModesFromChannel
(Channel channel) Deprecated.Methods in org.jruby.util.io with parameters of type ModeFlagsModifier and TypeMethodDescriptionboolean
ModeFlags.isSubsetOf
(ModeFlags superset) Check whether the target set of flags is a superset of this one; used to ensure that a file is not re-opened with more privileges than it already had.PosixShim.open
(String cwd, String path, ModeFlags flags, int perm, ClassLoader classLoader) Deprecated.void
IOOptions.setModeFlags
(ModeFlags modeFlags) Constructors in org.jruby.util.io with parameters of type ModeFlags
FileResource.openChannel(int, int)
instead