public class Flags extends Object
Modifier and Type | Method and Description |
---|---|
protected String[] |
getFlags() |
protected String |
getFlagValue(String... names)
如果flag不存在,则返回
null 。如果flag无值,则返回空字符串。否则返回值。 |
protected boolean |
hasFlags(String... names)
检查flags,如果存在,则返回
true 。 |
boolean |
isEmpty() |
String |
toString() |
public Flags()
public Flags(String... flags)
Copyright © 2006–2018 TinyGroup. All rights reserved.