com.xebialabs.deployit.core.rest.api
Class DescriptorResource

java.lang.Object
  extended by com.xebialabs.deployit.core.rest.api.DescriptorResource
All Implemented Interfaces:
com.xebialabs.deployit.core.api.DescriptorProxy

@Controller
public class DescriptorResource
extends java.lang.Object
implements com.xebialabs.deployit.core.api.DescriptorProxy


Constructor Summary
DescriptorResource()
           
 
Method Summary
 javax.ws.rs.core.Response find(java.lang.String type)
           
 javax.ws.rs.core.Response list()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptorResource

public DescriptorResource()
Method Detail

list

public javax.ws.rs.core.Response list()
Specified by:
list in interface com.xebialabs.deployit.core.api.DescriptorProxy

find

public javax.ws.rs.core.Response find(java.lang.String type)
Specified by:
find in interface com.xebialabs.deployit.core.api.DescriptorProxy