Class VitamServerTestRunner.AdminApp

  • Enclosing class:
    VitamServerTestRunner

    @ApplicationPath("/")
    public static class VitamServerTestRunner.AdminApp
    extends javax.ws.rs.core.Application
    • Constructor Summary

      Constructors 
      Constructor Description
      AdminApp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.Object> getSingletons()  
      • Methods inherited from class javax.ws.rs.core.Application

        getClasses, getProperties
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdminApp

        public AdminApp()
    • Method Detail

      • getSingletons

        public java.util.Set<java.lang.Object> getSingletons()
        Overrides:
        getSingletons in class javax.ws.rs.core.Application