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

com.github.tix320.plugins.jimage.jpakcage.MacOptions Maven / Gradle / Ivy

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

import java.util.List;

import com.github.tix320.plugins.jimage.common.Options;
import com.github.tix320.plugins.jimage.common.ValidationException;

/**
 * @author : Tigran Sargsyan
 * @since : 02.04.2021
 **/
public class MacOptions implements Options {

	@Override
	public List toArgs() throws ValidationException {
		throw new UnsupportedOperationException("Not implemented yet for linux");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy