mainDir.createFolder("java");
mainDir.createFolder("resources");
testDir.createFolder("java");
testDir.createFolder("resources");
}
public static void createMainClass(File projectDir, String mainClass) throws IOException {
ExceptionHelper.checkNotNullArgument(projectDir, "projectDir");
ExceptionHelper.checkNotNullArgument(mainClass, "mainClass");