Package | Description |
---|---|
fr.gouv.vitam.common.server.application |
Contains generic VitamApplication interface and an abstract implementation to be used as a base for every module
specific web application.
|
fr.gouv.vitam.common.server.application.junit |
Helper for Junit tests using Vitam Applications
|
Modifier and Type | Interface and Description |
---|---|
interface |
VitamApplicationInterface<A extends VitamApplicationInterface<A,C>,C extends VitamApplicationConfigurationInterface>
VitamApplicationInterface Interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
VitamApplication<A extends VitamApplication<A,C>,C extends VitamApplicationConfiguration>
VitamApplication Interface
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVitamApplication<A extends VitamApplication<A,C>,C extends VitamApplicationConfiguration>
Abstract implementation of VitamApplication which handle common tasks for all sub-implementation
|
Modifier and Type | Class and Description |
---|---|
class |
MinimalTestVitamApplicationFactory<A extends VitamApplicationInterface<?,?>>
Minimal implementation for VitamApplicationTestFactory
|
Modifier and Type | Method and Description |
---|---|
VitamApplicationInterface<?,?> |
VitamJerseyTest.getApplication() |
Copyright © 2018 Vitam. All rights reserved.