Class ExecutableManager

java.lang.Object
com.cosium.code.format.executable.ExecutableManager

public class ExecutableManager extends Object
Author:
Réda Housni Alaoui
  • Constructor Details

    • ExecutableManager

      public ExecutableManager(Supplier<org.apache.maven.plugin.logging.Log> log)
  • Method Details

    • getOrCreateExecutableScript

      public Executable getOrCreateExecutableScript(Path file) throws IOException
      Get or creates a file then mark it as executable.
      Parameters:
      file - The file
      Throws:
      IOException