Uses of Interface
ca.phon.util.resources.ResourceHandler
Package
Description
-
Uses of ResourceHandler in ca.phon.app.opgraph.analysis
-
Uses of ResourceHandler in ca.phon.app.opgraph.macro
-
Uses of ResourceHandler in ca.phon.app.opgraph.report
Modifier and TypeClassDescriptionclass
class
Read xml/opgraph files found in ~/Documents/Phon/reports/ -
Uses of ResourceHandler in ca.phon.app.syllabifier
-
Uses of ResourceHandler in ca.phon.ipadictionary
Modifier and TypeInterfaceDescriptioninterface
Interface for dictionary providers.Modifier and TypeClassDescriptionclass
class
Dictionary which use a tokenizer and lookup table to peform ipa lookups. -
Uses of ResourceHandler in ca.phon.query.script
-
Uses of ResourceHandler in ca.phon.syllabifier
Modifier and TypeInterfaceDescriptioninterface
Interface used byServiceLoader
to automatically find resource handlers for syllabifiers. -
Uses of ResourceHandler in ca.phon.syllabifier.basic
Modifier and TypeClassDescriptionclass
Loader for Phon 1.6 syllabifier files.class
-
Uses of ResourceHandler in ca.phon.syllabifier.opgraph
Modifier and TypeClassDescriptionclass
Load opgraph syllabifiers listed in the syllabifier/opgraph.list file. -
Uses of ResourceHandler in ca.phon.util.resources
Modifier 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.Modifier and TypeMethodDescriptionvoid
ResourceLoader.addHandler
(ResourceHandler<T> handler) Add the given handler to the resource loader.