Class SeedResource

    • Constructor Detail

      • SeedResource

        public SeedResource()
    • Method Detail

      • getSeedLists

        @GET
        @Path("/")
        @Produces("application/json")
        public javax.ws.rs.core.Response getSeedLists()
        Gets the list of seedFiles already created
        Returns:
        Map of <String, SeedList>
      • createSeedFile

        @POST
        @Path("/create")
        @Consumes("application/json")
        @Produces("text/plain")
        public javax.ws.rs.core.Response createSeedFile​(SeedList seedList)
        Method creates seed list file and returns temporary directory path
        Parameters:
        seedList - a populated SeedList
        Returns:
        path to seedfile