weso / hermes

A ShExCSV to ShExC Translator.
MIT License
0 stars 1 forks source link

User and developer should be able to choose the output directory #10

Open thewillyhuman opened 4 years ago

thewillyhuman commented 4 years ago

As a User and as a Developer I want to be able to choose where do I want the translated files to be stored Because I don't want to be looking where they have been generated

thewillyhuman commented 4 years ago

Up to know, the interface HermesTranslator does not receive any parameters indicating the output directory (directory where the generated ShExC file will be generated) as can be seen here:

https://github.com/weso/hermes/blob/893781a24d68530b16cf6357f35a61e1c2d3a04d/hermes-core/src/main/java/es/weso/hermes/HermesTranslator.java#L33

It is required to modify this interface so that it receives a parameter indicating the output directory.