Uses of Interface
ca.phon.util.resources.ResourceHandler
Packages that use ResourceHandler
Package
Description
-
Uses of ResourceHandler in ca.phon.app.opgraph.analysis
Classes in ca.phon.app.opgraph.analysis that implement ResourceHandlerModifier and TypeClassDescriptionclass
Load reports from a remote URL list.class
class
-
Uses of ResourceHandler in ca.phon.app.opgraph.macro
Classes in ca.phon.app.opgraph.macro that implement ResourceHandlerModifier and TypeClassDescriptionclass
Load macros from a remote URL list.class
class
-
Uses of ResourceHandler in ca.phon.app.opgraph.report
Classes in ca.phon.app.opgraph.report that implement ResourceHandlerModifier and TypeClassDescriptionclass
Load reports from a remote URL list.class
class
Read xml/opgraph files found in ~/Documents/Phon/reports/ -
Uses of ResourceHandler in ca.phon.ipadictionary
Subinterfaces of ResourceHandler in ca.phon.ipadictionaryModifier and TypeInterfaceDescriptioninterface
Interface for dictionary providers.Classes in ca.phon.ipadictionary that implement ResourceHandlerModifier and TypeClassDescriptionclass
class
Dictionary which use a tokenizer and lookup table to peform ipa lookups. -
Uses of ResourceHandler in ca.phon.query.script
Subinterfaces of ResourceHandler in ca.phon.query.scriptClasses in ca.phon.query.script that implement ResourceHandler -
Uses of ResourceHandler in ca.phon.syllabifier
Subinterfaces of ResourceHandler in ca.phon.syllabifierModifier and TypeInterfaceDescriptioninterface
Interface used byServiceLoader
to automatically find resource handlers for syllabifiers.Classes in ca.phon.syllabifier that implement ResourceHandlerModifier and TypeClassDescriptionclass
Interface used byServiceLoader
to automatically find resource handlers for syllabifiers. -
Uses of ResourceHandler in ca.phon.syllabifier.opgraph
Classes in ca.phon.syllabifier.opgraph that implement ResourceHandlerModifier and TypeClassDescriptionclass
Load opgraph syllabifiers listed in the syllabifier/opgraph.list file. -
Uses of ResourceHandler in ca.phon.util.resources
Classes in ca.phon.util.resources that implement ResourceHandlerModifier and TypeClassDescriptionclass
Loads resources from a specified class loader (or the default class loader if not specified.) Resources are located usingClassLoader.getResources(String)
for each specified resource.class
FileHandler<T>
A library handler which allow for loading a list of explicit files.class
Scans a folder for files.class
URLHandler<T>
Load resources from URLs.class
Load items from a remote URL list.Methods in ca.phon.util.resources that return types with arguments of type ResourceHandlerMethods in ca.phon.util.resources with parameters of type ResourceHandlerModifier and TypeMethodDescriptionvoid
ResourceLoader.addHandler
(ResourceHandler<T> handler) Add the given handler to the resource loader.