Class GeneratorResource


  • @Path("/generator/")
    public class GeneratorResource
    extends Object
    Author:
    Ludovic Champenois [email protected], Rajeshwar Patil
    • Field Detail

      • habitat

        @Context
        protected org.glassfish.hk2.api.ServiceLocator habitat
    • Constructor Detail

      • GeneratorResource

        public GeneratorResource()
    • Method Detail

      • get

        @GET
        @Produces("text/plain")
        public String get​(@QueryParam("outputDir")
                          String outputDir)