class Pattern extends Object
Modifier and Type | Field | Description |
---|---|---|
static short |
E |
|
static short |
EE |
|
static short |
ES |
|
static short |
F |
|
static short |
FF |
|
static short |
FLAG_LOCAL_EPHEM_REQ |
|
static short |
FLAG_LOCAL_EPHEMERAL |
|
static short |
FLAG_LOCAL_HYBRID |
|
static short |
FLAG_LOCAL_HYBRID_REQ |
|
static short |
FLAG_LOCAL_REQUIRED |
|
static short |
FLAG_LOCAL_STATIC |
|
static short |
FLAG_REMOTE_EPHEM_REQ |
|
static short |
FLAG_REMOTE_EPHEMERAL |
|
static short |
FLAG_REMOTE_HYBRID |
|
static short |
FLAG_REMOTE_HYBRID_REQ |
|
static short |
FLAG_REMOTE_REQUIRED |
|
static short |
FLAG_REMOTE_STATIC |
|
static short |
FLIP_DIR |
|
static short |
S |
|
static short |
SE |
|
static short |
SS |
Modifier and Type | Method | Description |
---|---|---|
static short[] |
lookup(String name) |
Look up the description information for a pattern.
|
static short |
reverseFlags(short flags) |
Reverses the local and remote flags for a pattern.
|
public static final short S
public static final short E
public static final short EE
public static final short ES
public static final short SE
public static final short SS
public static final short F
public static final short FF
public static final short FLIP_DIR
public static final short FLAG_LOCAL_STATIC
public static final short FLAG_LOCAL_EPHEMERAL
public static final short FLAG_LOCAL_REQUIRED
public static final short FLAG_LOCAL_EPHEM_REQ
public static final short FLAG_LOCAL_HYBRID
public static final short FLAG_LOCAL_HYBRID_REQ
public static final short FLAG_REMOTE_STATIC
public static final short FLAG_REMOTE_EPHEMERAL
public static final short FLAG_REMOTE_REQUIRED
public static final short FLAG_REMOTE_EPHEM_REQ
public static final short FLAG_REMOTE_HYBRID
public static final short FLAG_REMOTE_HYBRID_REQ
public static short[] lookup(String name)
name
- The name of the pattern.public static short reverseFlags(short flags)
flags
- The flags, assuming that the initiator is "local".