org.jruby.ext.posix
Class NativePasswd

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.jruby.ext.posix.NativePasswd
All Implemented Interfaces:
Passwd
Direct Known Subclasses:
LinuxPasswd, MacOSPasswd, SolarisPasswd

public abstract class NativePasswd
extends com.sun.jna.Structure
implements Passwd


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue
 
Field Summary
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NativePasswd()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jruby.ext.posix.Passwd
getAccessClass, getExpire, getGECOS, getGID, getHome, getLoginName, getPasswdChangeTime, getPassword, getShell, getUID
 

Constructor Detail

NativePasswd

public NativePasswd()


Copyright © {inceptionYear}-2008 null. All Rights Reserved.