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

edu.uiuc.ncsa.sas.Executable Maven / Gradle / Ivy

package edu.uiuc.ncsa.sas;

import edu.uiuc.ncsa.sas.thing.action.Action;
import edu.uiuc.ncsa.sas.thing.response.Response;
import edu.uiuc.ncsa.security.util.cli.IOInterface;

/**
 * 

Created by Jeff Gaynor
* on 8/15/22 at 3:41 PM */ public interface Executable { public Response execute(Action action); public IOInterface getIO(); public void setIO(IOInterface io); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy