{
stubCreator = new MinimalWithInheritanceStubCreator(missingClasses,
stubJar, stubObject, cmdGcj, new File(stubsDir, "tmp"), libgcjDotJar, classesInObject);
} else if(i == 2)
{
stubCreator = new FullPublicInterfaceStubCreator(missingClasses,
stubJar, stubObject, cmdGcj, new File(stubsDir, "tmp"), libgcjDotJar, classesInObject);
} else
{
throw new Exception("Can't be here?!");
}