com.github.tix320.plugins.jimage.common.Options Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jimage-maven-plugin Show documentation
Show all versions of jimage-maven-plugin Show documentation
jlink and jpackage maven plugin
The newest version!
package com.github.tix320.plugins.jimage.common;
import java.util.List;
public interface Options {
List toArgs() throws ValidationException;
}