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

org.embulk.cli.CommandLine Maven / Gradle / Ivy

package org.embulk.cli;

import java.util.List;
import java.util.Properties;

public abstract class CommandLine {
    public abstract boolean isValid();

    public abstract Command getCommand();

    public abstract List getArguments();

    public abstract Properties getCommandLineProperties();

    public abstract String getStdOut();

    public abstract String getStdErr();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy