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

uk.ac.ebi.interpro.scan.jms.lsf.IJobOption Maven / Gradle / Ivy

The newest version!
package uk.ac.ebi.interpro.scan.jms.lsf;

/**
 * Represents a generic job scheduler option which is used within the abstract {@link GenericJobCommand}.
 *
 * @author Maxim Scheremetjew, EMBL-EBI, InterPro
 * @version $Id: IJobOption.java,v 1.2 2012/08/13 16:02:36 craigm Exp $
 * @since 1.0-SNAPSHOT
 */
//TODO: Should be an abstract class?
public interface IJobOption {

    public String getShortOpt();

    public String getDescription();

    public boolean isArgumentRequired();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy