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

com.g2forge.gearbox.functional.control.ICommandBuilder Maven / Gradle / Ivy

The newest version!
package com.g2forge.gearbox.functional.control;

import java.nio.file.Path;

public interface ICommandBuilder {
	public ICommandBuilder argument(String argument);

	public ICommandBuilder working(Path working);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy