Class ManagedResource


public class ManagedResource extends ManageableResource
A ManagedResource indicates that a given ManageableResource is managed by a shape tree. This means that is has an associated ManagerResource that exists and contains a valid ShapeTreeManager.
  • Constructor Details

    • ManagedResource

      public ManagedResource(ManageableResource manageable, Optional<URL> managerUrl)
      Construct a ManagedResource based on a provided ManageableResource manageable and managerUrl
      Parameters:
      manageable - ManageableResource to construct the ManagedResource from
      managerUrl - URL of the associated shape tree manager resource