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(since="10.0.0.0") public static IRubyObject getpwuid(IRubyObject recv, IRubyObject[] args) Deprecated. -
getpwuid
-
getpwnam
@Deprecated(since="10.0.0.0") public static IRubyObject getpwnam(IRubyObject recv, IRubyObject name) Deprecated. -
getpwnam
-
passwd
Deprecated. -
passwd
-
getlogin
Deprecated. -
getlogin
-
endpwent
Deprecated. -
endpwent
-
setpwent
Deprecated. -
setpwent
-
getpwent
Deprecated. -
getpwent
-
getgrnam
@Deprecated(since="10.0.0.0") public static IRubyObject getgrnam(IRubyObject recv, IRubyObject name) Deprecated. -
getgrnam
-
getgrgid
@Deprecated(since="10.0.0.0") public static IRubyObject getgrgid(IRubyObject recv, IRubyObject[] args) Deprecated. -
getgrgid
-
endgrent
Deprecated. -
endgrent
-
setgrent
Deprecated. -
setgrent
-
group
Deprecated. -
group
-
getgrent
Deprecated. -
getgrent
-
systmpdir
-
sysconfdir
-
nprocessors
-
uname
-