listMethods Command

Description

Lists the methods that may be invoked for a component.

The methods displayed for a component vary from component to component. For FileWrapper components, the Analysis Server will display the methods defined by RunCommands sections. For Java Bean components, the Analysis Server will display the methods defined in the Java Bean.

FileWrapper components also display a reinitialize() method. When invoked, this method will cause all input and output files to be reloaded with values provided by initializationFiles and/or templateFiles.

If the keyword "full" is added to the end of the command, a full listing format is used which included additional information about each method.  Currently the only additional information available is a "fullName" which can be a "human readable" name for the method that is appropriate for pull-down menus.

Command Syntax

listMethods, lm <object> [full] 

Example

>start msd m
Object m started.
>lm m
3 method found: 
reinitialize()
setup()
display()
>lm m full
reinitialize() fullname="Reload Templates"
setup() fullName="setup"
display() fullName="Display Results"

See also Analysis Server | Analysis Server Commands | invoke | RunCommands