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 TypeClassDescriptionclass
A ManagedResource indicates that a given ManageableResource is managed by a shape tree.class
A MissingManageableResource represents a state where a given ManageableResource at a URL does not exist.class
An 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 ManageableResourcemanageable
andmanagerUrl
UnmanagedResource
(ManageableResource manageable, Optional<URL> managerUrl) Construct an UnmanagedResource based on a provided ManageableResourcemanageable
andmanagerUrl
-
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)