For the following JIRA, where all the module builders assume a jar file, what if we change all methods that take a JarFile to something like the following?

public interface IDeployableModule {


public String getURI();


public File getRoot();

public File[] getResourceFolders();

public File[] getClassesFolders();

public boolean isBinary();


public IDeployableModule[] getChildModules();
}

-sachin


Reply via email to