com.alibaba.rocketmq.common.constant
类 PermName
java.lang.Object
com.alibaba.rocketmq.common.constant.PermName
public class PermName
- extends Object
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERM_PRIORITY
public static final int PERM_PRIORITY
- 另请参见:
- 常量字段值
PERM_READ
public static final int PERM_READ
- 另请参见:
- 常量字段值
PERM_WRITE
public static final int PERM_WRITE
- 另请参见:
- 常量字段值
PERM_INHERIT
public static final int PERM_INHERIT
- 另请参见:
- 常量字段值
PermName
public PermName()
isReadable
public static boolean isReadable(int perm)
isWriteable
public static boolean isWriteable(int perm)
isInherited
public static boolean isInherited(int perm)
perm2String
public static String perm2String(int perm)
Copyright © 2012-2015. All Rights Reserved.