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

com.github.rvesse.airline.CommandFactory Maven / Gradle / Ivy

Go to download

Java library provided an annotation-based framework for parsing Git like command line structures

There is a newer version: 3.0.0
Show newest version
package com.github.rvesse.airline;

public interface CommandFactory {
  T createInstance(Class type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy