/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package jhydra.core.config.commandline; /** * * @author jantic */ public interface ICommandLineArgs { String getProjectNameToRun(); }