public class PlatformRestResource extends AbstractCampRestResource
| Modifier and Type | Field and Description |
|---|---|
static String |
CAMP_URI_PATH |
| Constructor and Description |
|---|
PlatformRestResource() |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
created(UriInfo info,
AssemblyTemplate template) |
PlatformDto |
get() |
Response |
postArchive(UriInfo info,
InputStream archiveInput) |
Response |
postJson(UriInfo info,
String json) |
Response |
postYaml(UriInfo info,
String yaml) |
camp, context, dto, lookuppublic static final String CAMP_URI_PATH
public PlatformDto get()
public Response postArchive(@Context UriInfo info, InputStream archiveInput)
protected Response created(UriInfo info, AssemblyTemplate template)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.