You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java translation is from far the most used feature and users ask for an easy way to instantiate this. We propose to add a custom public API aimed to make the java translation process easy.
Proposed solution
// Creating a new ShExC to Java translator.ShExLTranslatort = newToJavaShExLTranslator();
// Events will store the list of warnings or errors produced during the compilation.// Notice, if any error is produced duringthe compilation the outputDir will be empty.// Else the outputDir will contain all the generated Java files.List<CompilationEvent> events = t.translate(inputDir, outputDir);
The text was updated successfully, but these errors were encountered:
weso-bot
changed the title
Create public API for the ShExC to Java translation
[SLI-0160] Create public API for the ShExC to Java translation
Aug 29, 2020
Introduction
Java translation is from far the most used feature and users ask for an easy way to instantiate this. We propose to add a custom public API aimed to make the java translation process easy.
Proposed solution
The text was updated successfully, but these errors were encountered: