Class Change

    • Method Detail

      • contentId

        public abstract String contentId()
      • fromContentId

        @Nullable
        public abstract String fromContentId()
      • path

        public abstract Path path()
      • executable

        public abstract boolean executable()
      • percentUnchanged

        public abstract int percentUnchanged()
      • type

        @Nullable
        public abstract String type()
      • nodeType

        @Nullable
        public abstract String nodeType()
      • srcPath

        @Nullable
        public abstract Path srcPath()
      • srcExecutable

        public abstract boolean srcExecutable()
      • create

        public static Change create​(String contentId,
                                    String fromContentId,
                                    Path path,
                                    boolean executable,
                                    int percentUnchanged,
                                    String type,
                                    String nodeType,
                                    Path srcPath,
                                    boolean srcExecutable,
                                    Links links)