public class ArgRestrictions extends Object
Constructor and Description |
---|
ArgRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
addRestriction(int argNumber,
String className) |
void |
addRestriction(int argNumber,
String className,
String allowedArgValue) |
String[] |
getArgClasses() |
boolean |
matches(Map<Pair<Integer,String>,String> args) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.