com.github.stephenc.javaisotools.udflib.tools
Class Permissions

java.lang.Object
  extended by com.github.stephenc.javaisotools.udflib.tools.Permissions

public class Permissions
extends Object


Field Summary
static int GROUP_ChAttr
           
static int GROUP_Delete
           
static int GROUP_Execute
           
static int GROUP_Read
           
static int GROUP_Write
           
static int OTHER_ChAttr
           
static int OTHER_Delete
           
static int OTHER_Execute
           
static int OTHER_Read
           
static int OTHER_Write
           
static int OWNER_ChAttr
           
static int OWNER_Delete
           
static int OWNER_Execute
           
static int OWNER_Read
           
static int OWNER_Write
           
 
Constructor Summary
Permissions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OTHER_Execute

public static int OTHER_Execute

OTHER_Write

public static int OTHER_Write

OTHER_Read

public static int OTHER_Read

OTHER_ChAttr

public static int OTHER_ChAttr

OTHER_Delete

public static int OTHER_Delete

GROUP_Execute

public static int GROUP_Execute

GROUP_Write

public static int GROUP_Write

GROUP_Read

public static int GROUP_Read

GROUP_ChAttr

public static int GROUP_ChAttr

GROUP_Delete

public static int GROUP_Delete

OWNER_Execute

public static int OWNER_Execute

OWNER_Write

public static int OWNER_Write

OWNER_Read

public static int OWNER_Read

OWNER_ChAttr

public static int OWNER_ChAttr

OWNER_Delete

public static int OWNER_Delete
Constructor Detail

Permissions

public Permissions()


Copyright © 2013. All Rights Reserved.