forked from loafle/openapi-generator-original
Renamed driver code gen to library code gen
This commit is contained in:
parent
53af227680
commit
b2f7f69ec5
@ -20,7 +20,7 @@ import java.util.List;
|
||||
* Date: 3/30/11
|
||||
* Time: 6:59 PM
|
||||
*/
|
||||
public class DriverCodeGenerator {
|
||||
public class LibraryCodeGenerator {
|
||||
|
||||
private static String VERSION_OBJECT_TEMPLATE = "VersionChecker";
|
||||
private static String MODEL_OBJECT_TEMPLATE = "ModelObject";
|
@ -1,6 +1,6 @@
|
||||
package com.wordnik.swagger.codegen.config.java;
|
||||
|
||||
import com.wordnik.swagger.codegen.DriverCodeGenerator;
|
||||
import com.wordnik.swagger.codegen.LibraryCodeGenerator;
|
||||
import com.wordnik.swagger.codegen.config.ApiConfiguration;
|
||||
import com.wordnik.swagger.codegen.config.LanguageConfiguration;
|
||||
import com.wordnik.swagger.codegen.config.common.CamelCaseNamingPolicyProvider;
|
||||
@ -14,7 +14,7 @@ import java.util.List;
|
||||
* Date: 6/16/11
|
||||
* Time: 1:31 PM
|
||||
*/
|
||||
public class JavaLibCodeGen extends DriverCodeGenerator {
|
||||
public class JavaLibCodeGen extends LibraryCodeGenerator {
|
||||
|
||||
public static void main(String[] args) {
|
||||
if(args.length < 1){
|
||||
|
Loading…
x
Reference in New Issue
Block a user