class Pattern extends Object
| Modifier and Type | Field and Description |
|---|---|
static short | EToken code: E |
static short | EEToken code: EE |
static short | ESToken code: ES |
static short | FToken code: F |
static short | FFToken code: FF |
static short | FLAG_LOCAL_EPHEM_REQFlag bit: local ephemeral required |
static short | FLAG_LOCAL_EPHEMERALFlag bit: local ephemeral |
static short | FLAG_LOCAL_HYBRIDFlag bit: local hybrid |
static short | FLAG_LOCAL_HYBRID_REQFlag bit: local hybrid required |
static short | FLAG_LOCAL_REQUIREDFlag bit: local required |
static short | FLAG_LOCAL_STATICFlag bit: local static |
static short | FLAG_REMOTE_EPHEM_REQFlag bit: remote ephemeral required |
static short | FLAG_REMOTE_EPHEMERALFlag bit: remote ephemeral |
static short | FLAG_REMOTE_HYBRIDFlag bit: remote hybrid |
static short | FLAG_REMOTE_HYBRID_REQFlag bit: remote hybrid required |
static short | FLAG_REMOTE_REQUIREDFlag bit: remote required |
static short | FLAG_REMOTE_STATICFlag bit: remote static |
static short | FLIP_DIRToken code: FLIP_DIR |
static short | SToken code: S |
static short | SEToken code: SE |
static short | SSToken code: SS |
| Modifier and Type | Method and 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 E
public static final short EE
public static final short ES
public static final short F
public static final short FF
public static final short FLAG_LOCAL_EPHEM_REQ
public static final short FLAG_LOCAL_EPHEMERAL
public static final short FLAG_LOCAL_HYBRID
public static final short FLAG_LOCAL_HYBRID_REQ
public static final short FLAG_LOCAL_REQUIRED
public static final short FLAG_LOCAL_STATIC
public static final short FLAG_REMOTE_EPHEM_REQ
public static final short FLAG_REMOTE_EPHEMERAL
public static final short FLAG_REMOTE_HYBRID
public static final short FLAG_REMOTE_HYBRID_REQ
public static final short FLAG_REMOTE_REQUIRED
public static final short FLAG_REMOTE_STATIC
public static final short FLIP_DIR
public static final short S
public static final short SE
public static final short SS
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".