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

com.github.tix320.plugins.jimage.common.Options Maven / Gradle / Ivy

The newest version!
package com.github.tix320.plugins.jimage.common;

import java.util.List;

public interface Options {

	List toArgs() throws ValidationException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy