com.github.rvesse.airline.CommandFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of airline Show documentation
Show all versions of airline Show documentation
Java library provided an annotation-based framework for parsing Git like command line structures
package com.github.rvesse.airline;
public interface CommandFactory {
T createInstance(Class> type);
}