Uses of Class
com.janeirodigital.shapetrees.core.resources.ManageableResource
Packages that use ManageableResource
Package
Description
-
Uses of ManageableResource in com.janeirodigital.shapetrees.core.resources
Subclasses of ManageableResource in com.janeirodigital.shapetrees.core.resourcesModifier and TypeClassDescriptionclassA ManagedResource indicates that a given ManageableResource is managed by a shape tree.classA MissingManageableResource represents a state where a given ManageableResource at a URL does not exist.classAn UnmanagedResource indicates that a given ManageableResource is not managed by a shape tree.Methods in com.janeirodigital.shapetrees.core.resources that return ManageableResourceConstructors in com.janeirodigital.shapetrees.core.resources with parameters of type ManageableResourceModifierConstructorDescriptionManagedResource(ManageableResource manageable, Optional<URL> managerUrl) Construct a ManagedResource based on a provided ManageableResourcemanageableandmanagerUrlUnmanagedResource(ManageableResource manageable, Optional<URL> managerUrl) Construct an UnmanagedResource based on a provided ManageableResourcemanageableandmanagerUrl -
Uses of ManageableResource in com.janeirodigital.shapetrees.core.validation
Methods in com.janeirodigital.shapetrees.core.validation with parameters of type ManageableResourceModifier and TypeMethodDescriptionShapeTree.validateContainedResource(ManageableResource containedResource) ShapeTree.validateContainedResource(ManageableResource containedResource, List<URL> targetShapeTreeUrls, List<URL> focusNodeUrls) ShapeTree.validateResource(ManageableResource targetResource) ShapeTree.validateResource(ManageableResource targetResource, List<URL> focusNodeUrls)