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

com.jslsolucoes.db.migrate.se.cli.ConsoleArgument Maven / Gradle / Ivy

There is a newer version: 1.0.24
Show newest version
package com.jslsolucoes.db.migrate.se.cli;

import java.nio.file.Path;
import java.util.Properties;

public class ConsoleArgument {

    private Properties properties;
    private Path script;
    public Properties getConfiguration() {
        return properties;
    }
    public void setConfiguration(Properties properties) {
        this.properties = properties;
    }
    public Path getScript() {
        return script;
    }
    public void setScript(Path script) {
        this.script = script;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy