Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.

Latest commit

 

History

History

hapi-fhir-jpaserver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Chapter 1 - File Copy Example

This example is copying files from data/inbox to data/outbox directory.

Running

To run the example:

mvn compile exec:java -Dexec.mainClass=camelinaction.FileCopierWithCamel

When the example is done, then you can see that the file has been copied from data/inbox/message1.xml to data/outbox/message1.xml.