
org.dellroad.jct.jshell.command.Bundle Maven / Gradle / Ivy
The newest version!
/*
* Copyright (C) 2023 Archie L. Cobbs. All rights reserved.
*/
package org.dellroad.jct.jshell.command;
import org.dellroad.jct.core.simple.TreeMapBundle;
@SuppressWarnings("serial")
public class Bundle extends TreeMapBundle {
public Bundle() {
super("Java Console Toolkit JShell commands");
this.put("jshell", new JShellCommand());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy