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.
Contains classes and interfaces used to access KAB (kOS Archive Bundle) files.
-
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 TypeMethodDescriptionvoidDefaultConfigSource.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.voidDefaultConfigSource.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 TypeClassDescriptionclassLoader 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 TypeClassDescriptionclassLoader that searches resources relative to a ClassLoader.classLoader that searches resources on the filesystem relative to a base directory.classLoader that searches resources on the filesystem.classList 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 TypeMethodDescriptionvoidResourceLoaderList.addToEnd(ResourceLoader loader) Add a loader to the end of the search list.voidResourceLoaderList.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 TypeMethodDescriptionvoidXmlRegionFactory.addLoader(ResourceLoader loader) Adds aResourceLoaderused to search for referenced XML files.