Uses of Interface
com.cosium.code.format.executable.Executable
-
Packages that use Executable Package Description com.cosium.code.format.executable -
-
Uses of Executable in com.cosium.code.format.executable
Methods in com.cosium.code.format.executable that return Executable Modifier and Type Method Description ExecutableExecutable. appendCommandCall(String commandCall)Appends a command call to the executableExecutableExecutableManager. getOrCreateExecutableScript(Path file)Get or creates a file then mark it as executable.ExecutableExecutable. removeCommandCall(String commandCall)Remove a command call from the executableExecutableExecutable. truncate()Erase the executable contentExecutableExecutable. truncateWithTemplate(Supplier<InputStream> template, String sourceEncoding, Object... values)
-