Uses of Interface
org.biojava.directory.RegistryConfiguration
Packages that use RegistryConfiguration
Package
Description
Open Bio Sequence Database Access (OBDA) registry support.
-
Uses of RegistryConfiguration in org.biojava.directory
Classes in org.biojava.directory that implement RegistryConfigurationModifier and TypeClassDescriptionstatic classA RegistryConfiguration that allows you to treat other configurations as providing important or default configuration information.static classA simple implementation of RegistryConfiguration backed by a Map.Methods in org.biojava.directory that return RegistryConfigurationModifier and TypeMethodDescriptionRegistry.getRegistryConfiguration()getRegistryConfigurationreturns the configuration of the registry.static RegistryConfigurationOBDARegistryParser.parseRegistry(BufferedReader in, String locator) parseRegistryparses an Open Bioinformatics Database Access (OBDA) configuration file.Methods in org.biojava.directory with parameters of type RegistryConfigurationModifier and TypeMethodDescriptionvoidRegistryConfiguration.Composite.addBottomConfig(RegistryConfiguration newConfig) Add a configuration as the most default place to look.voidRegistryConfiguration.Composite.addTopConfig(RegistryConfiguration newConfig) Add a configuration as the most authoritative place to look.Constructors in org.biojava.directory with parameters of type RegistryConfigurationModifierConstructorDescriptionRegistry(RegistryConfiguration regConfig) Creates a new OBDARegistrywith the specified configuration.