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 IRubyObjectconfstr(ThreadContext context, IRubyObject recv, IRubyObject arg) static RubyModulecreateEtcModule(ThreadContext context) static IRubyObjectendgrent(IRubyObject recv) Deprecated.static IRubyObjectendgrent(ThreadContext context, IRubyObject recv) static IRubyObjectendpwent(IRubyObject recv) Deprecated.static IRubyObjectendpwent(ThreadContext context, IRubyObject recv) static IRubyObjectgetgrent(IRubyObject recv) Deprecated.static IRubyObjectgetgrent(ThreadContext context, IRubyObject recv) static IRubyObjectgetgrgid(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObjectgetgrgid(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectgetgrnam(IRubyObject recv, IRubyObject name) Deprecated.static IRubyObjectgetgrnam(ThreadContext context, IRubyObject recv, IRubyObject name) static IRubyObjectgetlogin(IRubyObject recv) Deprecated.static IRubyObjectgetlogin(ThreadContext context, IRubyObject recv) static IRubyObjectgetpwent(IRubyObject recv) Deprecated.static IRubyObjectgetpwent(ThreadContext context, IRubyObject recv) static IRubyObjectgetpwnam(IRubyObject recv, IRubyObject name) Deprecated.static IRubyObjectgetpwnam(ThreadContext context, IRubyObject recv, IRubyObject name) static IRubyObjectgetpwuid(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObjectgetpwuid(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectgroup(IRubyObject recv, Block block) Deprecated.static IRubyObjectgroup(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectnprocessors(ThreadContext context, IRubyObject recv) static IRubyObjectpasswd(IRubyObject recv, Block block) Deprecated.static IRubyObjectpasswd(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectsetgrent(IRubyObject recv) Deprecated.static IRubyObjectsetgrent(ThreadContext context, IRubyObject recv) static IRubyObjectsetpwent(IRubyObject recv) Deprecated.static IRubyObjectsetpwent(ThreadContext context, IRubyObject recv) static IRubyObjectsysconf(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectsysconfdir(ThreadContext context, IRubyObject recv) static IRubyObjectsystmpdir(ThreadContext context, IRubyObject recv) static IRubyObjectuname(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
-