fr.opensagres.xdocreport.remoting.resources.services
Class ResourcesServicesRegistry

java.lang.Object
  extended by fr.opensagres.xdocreport.remoting.resources.services.ResourcesServicesRegistry

public class ResourcesServicesRegistry
extends Object


Field Summary
static ResourcesServicesRegistry INSTANCE
           
 
Constructor Summary
protected ResourcesServicesRegistry()
           
 
Method Summary
 void addService(ResourcesService service)
           
 void clear()
           
 List<JAXRSResourcesService> getJaxRsResourcesService()
           
static ResourcesServicesRegistry getRegistry()
           
 List<ResourcesService> getServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ResourcesServicesRegistry INSTANCE
Constructor Detail

ResourcesServicesRegistry

protected ResourcesServicesRegistry()
Method Detail

getRegistry

public static ResourcesServicesRegistry getRegistry()

addService

public void addService(ResourcesService service)

getServices

public List<ResourcesService> getServices()

getJaxRsResourcesService

public List<JAXRSResourcesService> getJaxRsResourcesService()

clear

public void clear()


Copyright © 2013. All rights reserved.