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 ResourceHandler -
Uses of ResourceHandler in ca.phon.app.opgraph.macro
Classes in ca.phon.app.opgraph.macro that implement ResourceHandler -
Uses of ResourceHandler in ca.phon.app.opgraph.report
Classes in ca.phon.app.opgraph.report that implement ResourceHandlerModifier and TypeClassDescriptionclass
class
Read xml/opgraph files found in ~/Documents/Phon/reports/ -
Uses of ResourceHandler in ca.phon.app.syllabifier
Classes in ca.phon.app.syllabifier that implement ResourceHandler -
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. -
Uses of ResourceHandler in ca.phon.syllabifier.basic
Classes in ca.phon.syllabifier.basic that implement ResourceHandlerModifier and TypeClassDescriptionclass
Loader for Phon 1.6 syllabifier files.class
-
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.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.