Uses of Interface
io.wcm.devops.conga.resource.Resource
Packages that use Resource
Package
Description
Reader for model YAML files.
CONGA resource abstraction to read directories and files from either filesystem or classpath.
-
Uses of Resource in io.wcm.devops.conga.model.reader
Methods in io.wcm.devops.conga.model.reader with parameters of type Resource -
Uses of Resource in io.wcm.devops.conga.resource
Methods in io.wcm.devops.conga.resource that return ResourceModifier and TypeMethodDescriptionResourceCollection.getResource(String path) Get child resource.ResourceLoader.getResource(ResourceCollection dir, String path) Get resource from filesystem (preferred) or classpath.ResourceLoader.getResource(String path) Get resource from filesystem (preferred) or classpath.Methods in io.wcm.devops.conga.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourceCollection.getResources()Gets all resources in this collection.