JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.gridarta.commands
Interface Command
All Known Implementing Classes:
BatchPngCommand
,
CollectArchesCommand
,
SinglePngCommand
public interface
Command
Interface for command-line commands.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
execute
()
Executes the command.
Method Detail
execute
int execute()
Executes the command.
Returns:
return code suitable for passing to
System.exit(int)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method