Class Software
- java.lang.Object
-
- org.gcube.common.software.service.rest.Software
-
@Path("software") public class Software extends Object- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_JSON
-
Constructor Summary
Constructors Constructor Description Software()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responsealive()javax.ws.rs.core.Responsecreate(String json)
-
-
-
Field Detail
-
APPLICATION_JSON
public static final String APPLICATION_JSON
- See Also:
- Constant Field Values
-
-
Method Detail
-
alive
@HEAD public javax.ws.rs.core.Response alive()
-
create
@POST @Consumes("application/json") public javax.ws.rs.core.Response create(String json)
-
-