
com.lexicalscope.jewel.cli.ArgumentValidator Maven / Gradle / Ivy
package com.lexicalscope.jewel.cli;
interface ArgumentValidator
{
ArgumentCollection validateArguments(ArgumentCollection arguments) throws ArgumentValidationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy