Package org.jruby.ext.etc
Class RubyEtc
java.lang.Object
org.jruby.ext.etc.RubyEtc
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
confstr
(ThreadContext context, IRubyObject recv, IRubyObject arg) static RubyModule
createEtcModule
(ThreadContext context) static IRubyObject
endgrent
(IRubyObject recv) Deprecated.static IRubyObject
endgrent
(ThreadContext context, IRubyObject recv) static IRubyObject
endpwent
(IRubyObject recv) Deprecated.static IRubyObject
endpwent
(ThreadContext context, IRubyObject recv) static IRubyObject
getgrent
(IRubyObject recv) Deprecated.static IRubyObject
getgrent
(ThreadContext context, IRubyObject recv) static IRubyObject
getgrgid
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
getgrgid
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
getgrnam
(IRubyObject recv, IRubyObject name) Deprecated.static IRubyObject
getgrnam
(ThreadContext context, IRubyObject recv, IRubyObject name) static IRubyObject
getlogin
(IRubyObject recv) Deprecated.static IRubyObject
getlogin
(ThreadContext context, IRubyObject recv) static IRubyObject
getpwent
(IRubyObject recv) Deprecated.static IRubyObject
getpwent
(ThreadContext context, IRubyObject recv) static IRubyObject
getpwnam
(IRubyObject recv, IRubyObject name) Deprecated.static IRubyObject
getpwnam
(ThreadContext context, IRubyObject recv, IRubyObject name) static IRubyObject
getpwuid
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
getpwuid
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
group
(IRubyObject recv, Block block) Deprecated.static IRubyObject
group
(ThreadContext context, IRubyObject recv, Block block) static IRubyObject
nprocessors
(ThreadContext context, IRubyObject recv) static IRubyObject
passwd
(IRubyObject recv, Block block) Deprecated.static IRubyObject
passwd
(ThreadContext context, IRubyObject recv, Block block) static IRubyObject
setgrent
(IRubyObject recv) Deprecated.static IRubyObject
setgrent
(ThreadContext context, IRubyObject recv) static IRubyObject
setpwent
(IRubyObject recv) Deprecated.static IRubyObject
setpwent
(ThreadContext context, IRubyObject recv) static IRubyObject
sysconf
(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObject
sysconfdir
(ThreadContext context, IRubyObject recv) static IRubyObject
systmpdir
(ThreadContext context, IRubyObject recv) static IRubyObject
uname
(ThreadContext context, IRubyObject self)
-
Constructor Details
-
RubyEtc
public RubyEtc()
-
-
Method Details
-
createEtcModule
-
sysconf
-
confstr
-
getpwuid
Deprecated. -
getpwuid
-
getpwnam
Deprecated. -
getpwnam
-
passwd
Deprecated. -
passwd
-
getlogin
Deprecated. -
getlogin
-
endpwent
Deprecated. -
endpwent
-
setpwent
Deprecated. -
setpwent
-
getpwent
Deprecated. -
getpwent
-
getgrnam
Deprecated. -
getgrnam
-
getgrgid
Deprecated. -
getgrgid
-
endgrent
Deprecated. -
endgrent
-
setgrent
Deprecated. -
setgrent
-
group
Deprecated. -
group
-
getgrent
Deprecated. -
getgrent
-
systmpdir
-
sysconfdir
-
nprocessors
-
uname
-