IssueZilla 11104 - Add -language command line option, and automatic parcel

descriptor generation
This commit is contained in:
Tomas O'Connor
2003-02-04 12:37:47 +00:00
parent 5ca46cab5f
commit 199f7c0108
4 changed files with 221 additions and 156 deletions

View File

@@ -0,0 +1,7 @@
package org.openoffice.idesupport;
import java.io.File;
public interface MethodFinder {
public ScriptEntry[] findMethods(File basedir);
}