Uses of Class
org.corpus_tools.pepper.common.PepperModuleDesc
-
Packages that use PepperModuleDesc Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.core org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules -
-
Uses of PepperModuleDesc in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return types with arguments of type PepperModuleDesc Modifier and Type Method Description Collection<PepperModuleDesc>Pepper. getRegisteredImporters()Returns allPepperModuleDesccorresponding to a registered importer.Collection<PepperModuleDesc>Pepper. getRegisteredModules()Returns a collection of allPepperModuleDesccorresponding to Pepper modules, which are registered in thisPepperinstance.Methods in org.corpus_tools.pepper.common with parameters of type PepperModuleDesc Modifier and Type Method Description intPepperModuleDesc. compareTo(PepperModuleDesc o)Compares the passedPepperModuleDescobject with this.Method parameters in org.corpus_tools.pepper.common with type arguments of type PepperModuleDesc Modifier and Type Method Description static StringPepperUtil. reportModuleList(int width, Collection<PepperModuleDesc> moduleDescs)Creates a table containing all passed Pepper modules corresponding to their description and their fingerprintstatic StringPepperUtil. reportModuleList(int width, Collection<PepperModuleDesc> moduleDescs, Map<Integer,PepperModuleDesc> number2module)Creates a table containing all passed Pepper modules corresponding to their description and their fingerprintstatic StringPepperUtil. reportModuleList(int width, Collection<PepperModuleDesc> moduleDescs, Map<Integer,PepperModuleDesc> number2module)Creates a table containing all passed Pepper modules corresponding to their description and their fingerprint -
Uses of PepperModuleDesc in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return types with arguments of type PepperModuleDesc Modifier and Type Method Description Collection<PepperModuleDesc>PepperImpl. getRegisteredImporters()Collection<PepperModuleDesc>PepperImpl. getRegisteredModules() -
Uses of PepperModuleDesc in org.corpus_tools.pepper.impl
Methods in org.corpus_tools.pepper.impl that return PepperModuleDesc Modifier and Type Method Description PepperModuleDescPepperModuleImpl. getFingerprint()Returns aPepperModuleDescobject, which is a kind of a fingerprint of thisPepperModule. -
Uses of PepperModuleDesc in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return PepperModuleDesc Modifier and Type Method Description PepperModuleDescPepperModule. getFingerprint()Returns aPepperModuleDescobject, which is a kind of a fingerprint of thisPepperModule.
-