Class IngestExternalMain
java.lang.Object
fr.gouv.vitam.ingest.external.rest.IngestExternalMain
Ingest External web application
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIngestExternalMain
(String configurationFile) Ingest External Main constructorIngestExternalMain
(String configurationFile, Class<? extends javax.ws.rs.core.Application> testBusinessApplication, Class<? extends javax.ws.rs.core.Application> testAdminApplication) This constructor is used for test -
Method Summary
-
Field Details
-
PARAMETER_JETTY_SERVER_PORT
- See Also:
-
-
Constructor Details
-
IngestExternalMain
Ingest External Main constructor- Parameters:
configurationFile
-
-
IngestExternalMain
public IngestExternalMain(String configurationFile, Class<? extends javax.ws.rs.core.Application> testBusinessApplication, Class<? extends javax.ws.rs.core.Application> testAdminApplication) This constructor is used for test- Parameters:
configurationFile
-testBusinessApplication
- Custom BusinessApplicationtestAdminApplication
- Custom AdminApplication
-
-
Method Details
-
main
Main method to run the application (doing start and join)- Parameters:
args
-
-
start
Start application- Throws:
VitamApplicationServerException
-
startAndJoin
Start and join application- Throws:
VitamApplicationServerException
-
stop
Stop application- Throws:
VitamApplicationServerException
-
getVitamStarter
Get the Vitam Starter- Returns:
-