@Path(value="/seed") public class SeedResource extends AbstractResource
configManager, jobManager, server
Constructor and Description |
---|
SeedResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createSeedFile(SeedList seedList)
Method creates seed list file and returns temporary directory path
|
throwBadRequestException
@POST @Path(value="/create") @Consumes(value="application/json") @Produces(value="text/plain") public javax.ws.rs.core.Response createSeedFile(SeedList seedList)
seedList
- Copyright © 2015 The Apache Software Foundation