Uses of Interface
com.cosium.code.format.executable.Executable
Packages that use Executable
-
Uses of Executable in com.cosium.code.format.executable
Methods in com.cosium.code.format.executable that return ExecutableModifier and TypeMethodDescriptionExecutable.appendCommandCall(String commandCall) Appends a command call to the executableExecutableManager.getOrCreateExecutableScript(Path file) Get or creates a file then mark it as executable.Executable.removeCommandCall(String commandCall) Remove a command call from the executableExecutable.truncate()Erase the executable contentExecutable.truncateWithTemplate(Supplier<InputStream> template, String sourceEncoding, Object... values)