public static final class InodeTree.CreatePathResult extends Object
InodeTree.CreatePathResult
consists of an ordered list of modified inodes and an
ordered list of created inodes. Appending the latter to the former produces a list of inodes
starting with the root inode and ending in the inode corresponding to the created path.Modifier and Type | Method and Description |
---|---|
List<Inode<?>> |
getCreated() |
List<Inode<?>> |
getModified() |
Copyright © 2023. All Rights Reserved.