Class AclEntryPermission
public class AclEntryPermission : Enum<AclEntryPermission>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
AclEntryPermission
- Implements
- Inherited Members
-
JVMBridgeBase<Enum<AclEntryPermission>>.SExecuteWithSignature(Type, string, string, params object[])JVMBridgeBase<Enum<AclEntryPermission>>.SExecute<TReturn, TConverter>(Type, string, params object[])
- 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
ADD_SUBDIRECTORY
public static AclEntryPermission ADD_SUBDIRECTORY { get; }
Property Value
APPEND_DATA
public static AclEntryPermission APPEND_DATA { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DELETE
public static AclEntryPermission DELETE { get; }
Property Value
DELETE_CHILD
public static AclEntryPermission DELETE_CHILD { get; }
Property Value
EXECUTE
public static AclEntryPermission EXECUTE { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LIST_DIRECTORY
public static AclEntryPermission LIST_DIRECTORY { get; }
Property Value
READ_ACL
public static AclEntryPermission READ_ACL { get; }
Property Value
READ_ATTRIBUTES
public static AclEntryPermission READ_ATTRIBUTES { get; }
Property Value
READ_DATA
public static AclEntryPermission READ_DATA { get; }
Property Value
READ_NAMED_ATTRS
public static AclEntryPermission READ_NAMED_ATTRS { get; }
Property Value
SYNCHRONIZE
public static AclEntryPermission SYNCHRONIZE { get; }
Property Value
WRITE_ACL
public static AclEntryPermission WRITE_ACL { get; }
Property Value
WRITE_ATTRIBUTES
public static AclEntryPermission WRITE_ATTRIBUTES { get; }
Property Value
WRITE_DATA
public static AclEntryPermission WRITE_DATA { get; }
Property Value
WRITE_NAMED_ATTRS
public static AclEntryPermission WRITE_NAMED_ATTRS { get; }
Property Value
WRITE_OWNER
public static AclEntryPermission WRITE_OWNER { get; }
Property Value
Methods
ValueOf(String)
public static AclEntryPermission ValueOf(String arg0)
Parameters
Returns
Values()
public static AclEntryPermission[] Values()