Package org.hl7.fhir.utilities
Class BulkDelete
- java.lang.Object
-
- org.hl7.fhir.utilities.BulkDelete
-
public class BulkDelete extends Object
-
-
Constructor Summary
Constructors Constructor Description BulkDelete()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexec(String d, String pattern)static voidmain(String[] args)
-
-
-
Constructor Detail
-
BulkDelete
public BulkDelete()
-
-
Method Detail
-
main
public static void main(String[] args) throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
exec
public static void exec(String d, String pattern) throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
-