Table of Contents

Class AclEntryPermission

Namespace
Java.Nio.File.Attribute
Assembly
MASES.JNet.dll
public class AclEntryPermission : Enum<AclEntryPermission>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
AclEntryPermission
Implements
Inherited Members
Extension Methods

Constructors

AclEntryPermission()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public AclEntryPermission()

AclEntryPermission(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public AclEntryPermission(params object[] args)

Parameters

args object[]

Properties

ADD_FILE

public static AclEntryPermission ADD_FILE { get; }

Property Value

AclEntryPermission

ADD_SUBDIRECTORY

public static AclEntryPermission ADD_SUBDIRECTORY { get; }

Property Value

AclEntryPermission

APPEND_DATA

public static AclEntryPermission APPEND_DATA { get; }

Property Value

AclEntryPermission

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DELETE

public static AclEntryPermission DELETE { get; }

Property Value

AclEntryPermission

DELETE_CHILD

public static AclEntryPermission DELETE_CHILD { get; }

Property Value

AclEntryPermission

EXECUTE

public static AclEntryPermission EXECUTE { get; }

Property Value

AclEntryPermission

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LIST_DIRECTORY

public static AclEntryPermission LIST_DIRECTORY { get; }

Property Value

AclEntryPermission

READ_ACL

public static AclEntryPermission READ_ACL { get; }

Property Value

AclEntryPermission

READ_ATTRIBUTES

public static AclEntryPermission READ_ATTRIBUTES { get; }

Property Value

AclEntryPermission

READ_DATA

public static AclEntryPermission READ_DATA { get; }

Property Value

AclEntryPermission

READ_NAMED_ATTRS

public static AclEntryPermission READ_NAMED_ATTRS { get; }

Property Value

AclEntryPermission

SYNCHRONIZE

public static AclEntryPermission SYNCHRONIZE { get; }

Property Value

AclEntryPermission

WRITE_ACL

public static AclEntryPermission WRITE_ACL { get; }

Property Value

AclEntryPermission

WRITE_ATTRIBUTES

public static AclEntryPermission WRITE_ATTRIBUTES { get; }

Property Value

AclEntryPermission

WRITE_DATA

public static AclEntryPermission WRITE_DATA { get; }

Property Value

AclEntryPermission

WRITE_NAMED_ATTRS

public static AclEntryPermission WRITE_NAMED_ATTRS { get; }

Property Value

AclEntryPermission

WRITE_OWNER

public static AclEntryPermission WRITE_OWNER { get; }

Property Value

AclEntryPermission

Methods

ValueOf(String)

public static AclEntryPermission ValueOf(String arg0)

Parameters

arg0 String

String

Returns

AclEntryPermission

AclEntryPermission

Values()

public static AclEntryPermission[] Values()

Returns

AclEntryPermission[]

AclEntryPermission