{
stubCreator = new MinimalStubCreator(missingClasses, stubJar,
stubObject, cmdGcj, new File(stubsDir, "tmp"), libgcjDotJar, classesInObject);
} else if(i == 1)
{
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);