public interface AvailableCommands
Module: command-executor-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>command-executor-api</artifactId>
</dependency>| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArguments(String namespace,
String command)
Returns a list of arguments for the specified namespace and command in alphabetical order.
|
List<String> |
getCommands(String namespace)
Returns a list of available commands in alphabetical order for the specified namespace.
|
List<String> |
getNamespaces()
Returns a list of available command namespaces in alphabetical order.
|
List<String> getNamespaces()
List<String> getCommands(String namespace)
namespace - The namespace whose available commands we want to know about.List<String> getArguments(String namespace, String command)
namespace - The namespace for the command whose arguments we want to know about.command - The command within the specified namespace whose arguments we want to know about.Copyright 2011 Cytoscape Consortium. All rights reserved.