package org.concord.otrunk.util; import org.concord.framework.otrunk.OTObjectInterface; public interface OTMainClassLauncher extends OTObjectInterface { public String getMainClass(); public void setMainClass(); }