Class CmdUtils
java.lang.Object
org.apache.pulsar.admin.cli.utils.CmdUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TloadConfig(String file, Class<T> clazz) static booleanmaxValueCheck(String paramName, long value, long maxValue) static booleanpositiveCheck(String paramName, long value)
-
Constructor Details
-
CmdUtils
public CmdUtils()
-
-
Method Details
-
loadConfig
- Throws:
IOException
-
positiveCheck
-
maxValueCheck
-