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

net.thevpc.nuts.toolbox.nsh.bundles.jshell.JShellAliasManager Maven / Gradle / Ivy

There is a newer version: 0.8.3.1
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package net.thevpc.nuts.toolbox.nsh.bundles.jshell;

import java.util.Set;

/**
 *
 * @author thevpc
 */
public interface JShellAliasManager {

    String get(String name);

    Set getAll();

    void set(String key, String value);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy