All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.flamingpenguin.jewel.cli.OptionsSpecification Maven / Gradle / Ivy

package uk.co.flamingpenguin.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