Class ExecutableManager


  • public class ExecutableManager
    extends Object
    Created on 02/11/17.
    Author:
    Reda.Housni-Alaoui
    • Constructor Detail

      • ExecutableManager

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

      • getOrCreateExecutableScript

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