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

org.crsh.cmdline.matcher.impl.Completion Maven / Gradle / Ivy

package org.crsh.cmdline.matcher.impl;

import org.crsh.cmdline.CommandCompletion;
import org.crsh.cmdline.matcher.CmdCompletionException;

/**
 * @author Julien Viet
 */
abstract class Completion {

  abstract CommandCompletion complete() throws CmdCompletionException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy