Class AbstractPatchBuilder

    • Constructor Detail

      • AbstractPatchBuilder

        public AbstractPatchBuilder()
    • Method Detail

      • getPathInCurrentWorkingDirectory

        @NotNull
        protected File getPathInCurrentWorkingDirectory​(@NotNull
                                                        File localFile)
      • setWorkingDirectory

        public void setWorkingDirectory​(@NotNull
                                        File workingDir,
                                        boolean createDirectory)
                                 throws IOException
        Changes current working directory relative path.
        Specified by:
        setWorkingDirectory in interface PatchBuilder
        Parameters:
        workingDir - new working dir.
        createDirectory - if patcher has to create new directory for the current path.
        Throws:
        IOException - problem to save current patcher command.