Class ExecutableManager

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

public class ExecutableManager extends Object
Created on 02/11/17.
Author:
Reda.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