Interface JBBPScriptTranslator
- All Known Implementing Classes:
JavaConverter
public interface JBBPScriptTranslator
Interface for auxiliary class to process found JBBP script and translate them into set of files.
- Since:
- 1.3.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classClass to be used as parameter container. -
Method Summary
Modifier and TypeMethodDescriptiontranslate(JBBPScriptTranslator.Parameters parameters, boolean dryRun) Do translation.
-
Method Details
-
translate
@Nonnull Set<File> translate(@Nonnull JBBPScriptTranslator.Parameters parameters, boolean dryRun) throws IOException Do translation.- Parameters:
parameters- parameter block, must not be nulldryRun- if true then only set of files will be returned without any creation.- Returns:
- set of result files created during operation.
- Throws:
IOException- if any transport error
-