Java org.apache.commons.chain CatalogFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.chain CatalogFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.chain CatalogFactory.

The text is from its open source code.

Field

StringDELIMITER

Values passed to the getCommand(String) method should use this as the delimiter between the "catalog" name and the "command" name.

Method

voidclear()

Clear all references to registered catalogs, as well as to the relevant class loader.

CataloggetCatalog(String name)

Retrieves a Catalog instance by name (if any); otherwise return null.

CataloggetCatalog()

Gets the default instance of Catalog associated with the factory (if any); otherwise, return null.

CatalogFactorygetInstance()

Return the singleton CatalogFactory instance for the relevant ClassLoader.