Class SvnList

    • Field Detail

      • isFetchLocks

        private boolean isFetchLocks
      • entryFields

        private int entryFields
      • ignoreExternals

        private boolean ignoreExternals
    • Method Detail

      • getEntryFields

        public int getEntryFields()
        Returns entry fields whose controls which fields in the SVNDirEntry are filled in. To have them totally filled in use SVNDirEntry.DIRENT_ALL, otherwise simply bitwise OR together the combination of fields you care about.
        Returns:
        entry fields flags
      • setEntryFields

        public void setEntryFields​(int entryFields)
        Sets entry fields whose controls which fields in the SVNDirEntry are filled in. To have them totally filled in use SVNDirEntry.DIRENT_ALL, otherwise simply bitwise OR together the combination of fields you care about.
        Parameters:
        entryFields - entry fields flags
      • isFetchLocks

        public boolean isFetchLocks()
        Returns whether to fetch locks information
        Returns:
        true if the lock information should be fetched, otherwise false
      • setFetchLocks

        public void setFetchLocks​(boolean isFetchLocks)
        Sets whether to fetch locks information
        Parameters:
        isFetchLocks - true if the lock information should be fetched, otherwise false
      • isChangesWorkingCopy

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

        public boolean isIgnoreExternals()
      • setIgnoreExternals

        public void setIgnoreExternals​(boolean ignoreExternals)