Uses of Interface
com.tccc.kos.commons.util.resource.ResourceLoader
Packages that use ResourceLoader
Package
Description
Provides classes and interfaces related to the configuration system.
-
Uses of ResourceLoader in com.tccc.kos.commons.core.service.config
Methods in com.tccc.kos.commons.core.service.config with parameters of type ResourceLoaderModifier and TypeMethodDescriptionvoid
DefaultConfigSource.loadXmlConfigSource
(String name, int rank, String file, ResourceLoader loader) Load an xml file as a ConfigSource and add the source to the stack with the specified name and rank.void
DefaultConfigSource.loadXmlConfigSource
(String name, int rank, String file, ResourceLoader loader, String basePath) Load an xml file as a ConfigSource and add the source to the stack with the specified name and rank. -
Uses of ResourceLoader in com.tccc.kos.commons.kab
Classes in com.tccc.kos.commons.kab that implement ResourceLoaderModifier and TypeClassDescriptionclass
Loader that searches resources in a specified kab. -
Uses of ResourceLoader in com.tccc.kos.commons.util.resource
Classes in com.tccc.kos.commons.util.resource that implement ResourceLoaderModifier and TypeClassDescriptionclass
Loader that searches resources relative to a ClassLoader.class
Loader that searches resources on the filesystem relative to a base directory.class
Loader that searches resources on the filesystem.class
List of resource loaders that act as a list of search paths for finding a specified resource.Methods in com.tccc.kos.commons.util.resource with parameters of type ResourceLoaderModifier and TypeMethodDescriptionvoid
ResourceLoaderList.addToEnd
(ResourceLoader loader) Add a loader to the end of the search list.void
ResourceLoaderList.addToFront
(ResourceLoader loader) Add a loader to the front of the search list. -
Uses of ResourceLoader in com.tccc.kos.core.service.region
Methods in com.tccc.kos.core.service.region with parameters of type ResourceLoaderModifier and TypeMethodDescriptionvoid
XmlRegionFactory.addLoader
(ResourceLoader loader) Adds aResourceLoader
used to search for referenced XML files.