Created Arguments#exists
This commit is contained in:
parent
902abf36e8
commit
aebb195855
@ -22,4 +22,8 @@ public class Arguments {
|
||||
return (boolean) arguments.get(name);
|
||||
}
|
||||
|
||||
public boolean exists(String name) {
|
||||
return arguments.containsKey(name);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user