
com.lexicalscope.jewel.cli.OptionsSpecification Maven / Gradle / Ivy
package com.lexicalscope.jewel.cli;
import java.util.List;
import com.lexicalscope.fluentreflection.ReflectedMethod;
interface OptionsSpecification extends CliSpecification {
boolean isSpecified(String key);
ParsedOptionSpecification getSpecification(String key);
List getMandatoryOptions();
ParsedOptionSpecification getSpecification(ReflectedMethod reflectedMethod);
void describeTo(HelpMessage helpMessage);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy