Class SvnRemoteMkDir

    • Method Detail

      • isMakeParents

        public boolean isMakeParents()
        Returns whether to create all non-existent parent directories
        Returns:
        true if the non-existent parent directories should be created, otherwise false
      • setMakeParents

        public void setMakeParents​(boolean makeParents)
        Sets whether to create all non-existent parent directories
        Parameters:
        makeParents - true if the non-existent parent directories should be created, otherwise false
      • isChangesWorkingCopy

        public boolean isChangesWorkingCopy()
        Gets whether the operation changes working copy
        Overrides:
        isChangesWorkingCopy in class SvnOperation<SVNCommitInfo>
        Returns:
        true if the operation changes the working copy, otherwise false