Class LocalItemStorage

    • Constructor Detail

      • LocalItemStorage

        @DataBoundConstructor
        public LocalItemStorage()
    • Method Detail

      • setRoot

        @DataBoundSetter
        public void setRoot​(String root)
      • getRoot

        public String getRoot()
      • getObjectPath

        public LocalObjectPath getObjectPath​(Item item,
                                             String path)
        Description copied from class: ItemStorage
        Given an item and path, return an ObjectPath implementation for it
        Specified by:
        getObjectPath in class ItemStorage<LocalObjectPath>
        Parameters:
        item - The item to associate the path with
        path - The path scoped by the item
        Returns:
        The ObjectPath to act upon that path
      • getObjectPathForBranch

        public LocalObjectPath getObjectPathForBranch​(Item item,
                                                      String path,
                                                      String branch)
        Description copied from class: ItemStorage
        Given an item, a path and a branch, return an ObjectPath implementation for it
        Specified by:
        getObjectPathForBranch in class ItemStorage<LocalObjectPath>
        Parameters:
        item - The item to associate the path with
        path - The path scoped by the item
        branch - The branch for which to get the object path for
        Returns:
        The ObjectPath to act upon that path