Example usage for org.apache.commons.chain Catalog interface-usage

List of usage examples for org.apache.commons.chain Catalog interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.chain Catalog interface-usage.

Usage

From source file com.azaptree.services.command.CommandCatalog.java

@ManagedResource
public interface CommandCatalog extends Catalog {

    String getName();

    String[] getCommandNames();