
com.stanfy.helium.gradle.tasks.GenerateObjcEntitiesTask Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
DSL and Java API for REST API specification
The newest version!
package com.stanfy.helium.gradle.tasks;
import com.stanfy.helium.handler.codegen.objectivec.ObjCEntitiesGenerator;
import com.stanfy.helium.handler.codegen.objectivec.ObjcEntitiesOptions;
/**
* Generates Obj-C code (in dev).
*/
public class GenerateObjcEntitiesTask extends BaseHeliumTask {
@Override
protected void doIt() {
getHelium().processBy(new ObjCEntitiesGenerator(getOutput(), getOptions()));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy