Table of Contents

Class AclEntryPermission

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

Constructors

AclEntryPermission(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AclEntryPermission(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ADD_FILE

public static AclEntryPermission ADD_FILE { get; set; }

Property Value

AclEntryPermission

ADD_SUBDIRECTORY

public static AclEntryPermission ADD_SUBDIRECTORY { get; set; }

Property Value

AclEntryPermission

APPEND_DATA

public static AclEntryPermission APPEND_DATA { get; set; }

Property Value

AclEntryPermission

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DELETE

public static AclEntryPermission DELETE { get; set; }

Property Value

AclEntryPermission

DELETE_CHILD

public static AclEntryPermission DELETE_CHILD { get; set; }

Property Value

AclEntryPermission

EXECUTE

public static AclEntryPermission EXECUTE { get; set; }

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 java.lang.AutoCloseable

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; set; }

Property Value

AclEntryPermission

READ_ACL

public static AclEntryPermission READ_ACL { get; set; }

Property Value

AclEntryPermission

READ_ATTRIBUTES

public static AclEntryPermission READ_ATTRIBUTES { get; set; }

Property Value

AclEntryPermission

READ_DATA

public static AclEntryPermission READ_DATA { get; set; }

Property Value

AclEntryPermission

READ_NAMED_ATTRS

public static AclEntryPermission READ_NAMED_ATTRS { get; set; }

Property Value

AclEntryPermission

SYNCHRONIZE

public static AclEntryPermission SYNCHRONIZE { get; set; }

Property Value

AclEntryPermission

WRITE_ACL

public static AclEntryPermission WRITE_ACL { get; set; }

Property Value

AclEntryPermission

WRITE_ATTRIBUTES

public static AclEntryPermission WRITE_ATTRIBUTES { get; set; }

Property Value

AclEntryPermission

WRITE_DATA

public static AclEntryPermission WRITE_DATA { get; set; }

Property Value

AclEntryPermission

WRITE_NAMED_ATTRS

public static AclEntryPermission WRITE_NAMED_ATTRS { get; set; }

Property Value

AclEntryPermission

WRITE_OWNER

public static AclEntryPermission WRITE_OWNER { get; set; }

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