Class CreateContainer
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.blob.app.CreateContainer
-
public class CreateContainer extends java.lang.Object
Create the container if it doesn't currently exist
-
-
Constructor Summary
Constructors Constructor Description CreateContainer(java.lang.String tenantId, java.lang.String dsId, boolean dryRun)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Create the container for the configured tenant and datasource pair
-
-
-
Method Detail
-
run
public void run() throws FHIRException
Create the container for the configured tenant and datasource pair- Throws:
FHIRException
-
-