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
  • Method Details

    • translate

      @Nonnull Set<File> translate(@Nonnull JBBPScriptTranslator.Parameters parameters, boolean dryRun) throws IOException
      Do translation.
      Parameters:
      parameters - parameter block, must not be null
      dryRun - 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