com.github.ncredinburgh.tomcat.command.Command Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomcat-external-propertysource Show documentation
Show all versions of tomcat-external-propertysource Show documentation
A Tomcat PropertySource class that reads provides property values from an external file.
The newest version!
package com.github.ncredinburgh.tomcat.command;
import java.io.IOException;
import java.security.GeneralSecurityException;
import java.util.Queue;
public interface Command {
public String getCommandKey();
public void doCommand(Options options, Queue arguments) throws UsageException, IOException, GeneralSecurityException;
public String getUsage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy