A B C D E F G H I J K L M N O P R S T U V W

A

ACCEPT_CURSOR - Static variable in interface org.globus.cog.gridshell.interfaces.GridShellSwingGUI
 
ACTION_ADD - Static variable in class org.globus.cog.gridshell.commands.gsh.Group
 
ACTION_DEFAULT - Static variable in class org.globus.cog.gridshell.commands.gsh.Group
 
ACTION_PRINT - Static variable in class org.globus.cog.gridshell.commands.gsh.Group
 
ACTION_REMOVE - Static variable in class org.globus.cog.gridshell.commands.gsh.Group
 
ARG_HELP - Static variable in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
ARG_JAVAHOME - Static variable in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
ARG_MAX - Static variable in class org.globus.cog.gridshell.tasks.examples.EchoExample
 
ARG_PORT - Static variable in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
ARG_PROVIDER - Static variable in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
ARG_RLOCATION - Static variable in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
ARG_SERVICE_CONTACT - Static variable in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
AbstractActionBinder - class org.globus.cog.gridshell.ctrl.AbstractActionBinder.
 
AbstractActionBinder() - Constructor for class org.globus.cog.gridshell.ctrl.AbstractActionBinder
 
AbstractCommand - class org.globus.cog.gridshell.commands.AbstractCommand.
This class is an abstract implementation of a command
AbstractCommand() - Constructor for class org.globus.cog.gridshell.commands.AbstractCommand
 
AbstractDirCommand - class org.globus.cog.gridshell.commands.taskcommands.AbstractDirCommand.
An abstract command that supports tasks with directory as argument
AbstractDirCommand() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.AbstractDirCommand
 
AbstractExecutableCommand - class org.globus.cog.gridshell.commands.AbstractExecutableCommand.
There are lots of methods to a command.
AbstractExecutableCommand() - Constructor for class org.globus.cog.gridshell.commands.AbstractExecutableCommand
 
AbstractExecutionExample - class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample.
 
AbstractExecutionExample() - Constructor for class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
AbstractFileOperationTask - class org.globus.cog.gridshell.tasks.AbstractFileOperationTask.
This is a super class for any non-START file operation task.
AbstractFileOperationTask(StartTask, String[]) - Constructor for class org.globus.cog.gridshell.tasks.AbstractFileOperationTask
 
AbstractFileTask - class org.globus.cog.gridshell.tasks.AbstractFileTask.
This class is any sort of file operation
AbstractFileTask(String[]) - Constructor for class org.globus.cog.gridshell.tasks.AbstractFileTask
 
AbstractFileTask(String, String[]) - Constructor for class org.globus.cog.gridshell.tasks.AbstractFileTask
 
AbstractGridshellTest - class org.globus.cog.gridshell.test.AbstractGridshellTest.
 
AbstractGridshellTest() - Constructor for class org.globus.cog.gridshell.test.AbstractGridshellTest
 
AbstractNoArgCommand - class org.globus.cog.gridshell.commands.taskcommands.AbstractNoArgCommand.
 
AbstractNoArgCommand() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.AbstractNoArgCommand
 
AbstractProgram - class org.globus.cog.gridshell.commands.AbstractProgram.
 
AbstractProgram() - Constructor for class org.globus.cog.gridshell.commands.AbstractProgram
 
AbstractShellCommand - class org.globus.cog.gridshell.commands.AbstractShellCommand.
Simply extends the requirement of a command to provide a GetOpt that parses for a particular command
AbstractShellCommand() - Constructor for class org.globus.cog.gridshell.commands.AbstractShellCommand
 
AbstractShellProgram - class org.globus.cog.gridshell.commands.AbstractShellProgram.
 
AbstractShellProgram() - Constructor for class org.globus.cog.gridshell.commands.AbstractShellProgram
 
AbstractSrcDestinationCommand - class org.globus.cog.gridshell.commands.taskcommands.AbstractSrcDestinationCommand.
An abstract class for shellcommands that have source and destination as argumetns
AbstractSrcDestinationCommand() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.AbstractSrcDestinationCommand
 
AbstractTask - class org.globus.cog.gridshell.tasks.AbstractTask.
 
AbstractTask(String, int) - Constructor for class org.globus.cog.gridshell.tasks.AbstractTask
 
AbstractTaskCommand - class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand.
An abstract class that is used for GridShell commands that use tasks from abstractions
AbstractTaskCommand() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
ArgParser - interface org.globus.cog.gridshell.getopt.interfaces.ArgParser.
The goal of an ArgParser is to take an input and then set all the correct values of getOpt associated with the parser
ArgParserImpl - class org.globus.cog.gridshell.getopt.app.ArgParserImpl.
An Implementation of ArgParser which parsers based on a Decission Tree
ArgParserImpl() - Constructor for class org.globus.cog.gridshell.getopt.app.ArgParserImpl
Our constructor which accepts an instance of GetOpt
Argument - interface org.globus.cog.gridshell.getopt.interfaces.Argument.
An argument is a value that is not associated with an option
ArgumentImpl - class org.globus.cog.gridshell.getopt.app.ArgumentImpl.
An Implemenation of Argument
ArgumentImpl(String, Class, boolean, Object, Option) - Constructor for class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
ArgumentImpl(String, Class, boolean, Object) - Constructor for class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
ArgumentImpl(String, Class, boolean) - Constructor for class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
ArgumentImpl(String, Class, Option) - Constructor for class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
ArgumentImpl(String, Class) - Constructor for class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
acceptCommandState() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
acceptCommandState() - Method in interface org.globus.cog.gridshell.interfaces.GridShell
Switches to an accepting command state
add(JCheckBoxMenuItem) - Method in class org.globus.cog.gridshell.gui.MenuItemGroup
 
addArgument(Argument) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
addArgument(Argument) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Adds an argument
addArguments(Argument[]) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
addArguments(Argument[]) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Adds all arguments
addCommand(Command) - Method in class org.globus.cog.gridshell.commands.AbstractProgram
 
addCommand(Command) - Method in class org.globus.cog.gridshell.commands.AbstractShellProgram
 
addCommand(Command) - Method in interface org.globus.cog.gridshell.interfaces.Program
Adds a command to the commands submitted to this program
addExec(URI, Object, String, String, Boolean, Boolean, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Exec
 
addGroupItem(Group.GroupItem) - Method in class org.globus.cog.gridshell.commands.gsh.Group.GroupContainer
 
addMapping(JComponent, KeyStroke, Object, Action) - Method in class org.globus.cog.gridshell.ctrl.AbstractActionBinder
Use to save mappings you are overriding and then add command mapping
addOption(Option) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
addOption(Option) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Adds an option
addOptions(Option[]) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
addOptions(Option[]) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Adds all options
addPropertyChangeListener(PropertyChangeListener) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.globus.cog.gridshell.interfaces.GridShellApp
Adds pListener as a PropertyChangeListener
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.globus.cog.gridshell.interfaces.PropertyChangeNotifier
Add a property change listener
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.globus.cog.gridshell.interfaces.PropertyChangeNotifier
Add a property change listener for propertyName
addPropertyChangeListener(PropertyChangeListener) - Method in class org.globus.cog.gridshell.model.GridShellAppImpl
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
addScopeStatusListener(Scope, String) - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
addTask(AbstractTask) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
addVetoableChangeListener(VetoableChangeListener) - Method in class org.globus.cog.gridshell.gui.VetoableTextAreaImpl
 
allCommands() - Method in class org.globus.cog.gridshell.commands.gsh.Help
 
ap - Variable in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
appendHistory(Object) - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
If history is larger than 0, then it appends newHistory to the history which may override values
appendHistory(Object) - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
appendHistoryValue(String) - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
appendHistoryValue(String) - Method in interface org.globus.cog.gridshell.interfaces.GridShellGUI
Append a value to the history
appendResult(Object) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
application - Variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 
arrayToMap(Object[]) - Static method in class org.globus.cog.gridshell.commands.AbstractCommand
 

B

backward - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
backwardAction - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
beginLine - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
beginLineAction - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
booleanValidator - Static variable in interface org.globus.cog.gridshell.getopt.interfaces.Validator
Returns java.lang.Boolean
bufferedResult - Variable in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 

C

Cd - class org.globus.cog.gridshell.commands.taskcommands.Cd.
 
Cd() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Cd
 
CdTask - class org.globus.cog.gridshell.tasks.CdTask.
A task taht changes the current directory
CdTask(StartTask, String) - Constructor for class org.globus.cog.gridshell.tasks.CdTask
Creates a task that changes to a new directory
Chmod - class org.globus.cog.gridshell.commands.taskcommands.Chmod.
A shell command for chmod
Chmod() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Chmod
 
ChmodTask - class org.globus.cog.gridshell.tasks.ChmodTask.
A task that changes the file permissions
ChmodTask(StartTask, String, String) - Constructor for class org.globus.cog.gridshell.tasks.ChmodTask
Creates a task that changes the file permissions
Clear - class org.globus.cog.gridshell.commands.gsh.Clear.
 
Clear() - Constructor for class org.globus.cog.gridshell.commands.gsh.Clear
 
Close - class org.globus.cog.gridshell.commands.taskcommands.Close.
 
Close() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Close
 
Command - interface org.globus.cog.gridshell.interfaces.Command.
 
CommandException - exception org.globus.cog.gridshell.commands.CommandException.
A runtime exception when a command fails
CommandException(String, Status) - Constructor for class org.globus.cog.gridshell.commands.CommandException
 
CommandException(String, Status, Throwable) - Constructor for class org.globus.cog.gridshell.commands.CommandException
 
CommandNotFoundException - exception org.globus.cog.gridshell.commands.CommandNotFoundException.
 
CommandNotFoundException(String) - Constructor for class org.globus.cog.gridshell.commands.CommandNotFoundException
 
CommandNotFoundException(String, Throwable) - Constructor for class org.globus.cog.gridshell.commands.CommandNotFoundException
 
CommandProperties - class org.globus.cog.gridshell.commands.CommandProperties.
A class used to create commands from a properties file
CommandProperties(File) - Constructor for class org.globus.cog.gridshell.commands.CommandProperties
 
CommandPropertiesTest - class org.globus.cog.gridshell.commands.test.CommandPropertiesTest.
 
CommandPropertiesTest() - Constructor for class org.globus.cog.gridshell.commands.test.CommandPropertiesTest
 
ConnectionManager - interface org.globus.cog.gridshell.connectionmanager.ConnectionManager.
 
ConnectionManagerImpl - class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl.
 
ConnectionManagerImpl() - Constructor for class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
 
CredSupport - class org.globus.cog.gridshell.util.CredSupport.
 
CredSupport(Component) - Constructor for class org.globus.cog.gridshell.util.CredSupport
 
cancelButtonPushed() - Method in class org.globus.cog.gridshell.util.MessageDialog
 
cd() - Static method in class org.globus.cog.gridshell.tasks.test.FileOperationTest
 
checkRequired() - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
checkRequired() - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Checks to see if all required options and args are set, if not throws exception
classToPath(Class) - Static method in class org.globus.cog.gridshell.test.AbstractGridshellTest
 
cmdProperties - Variable in class org.globus.cog.gridshell.commands.test.CommandPropertiesTest
 
commandEntered - Static variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 
commandEnteredAction - Variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 
compare(Object, Object) - Method in class org.globus.cog.gridshell.model.ScopeableProperties.KeyComparator
 
compareTo(Object) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
compareTo(Object) - Method in class org.globus.cog.gridshell.getopt.app.OptionImpl
 
completed(StatusEvent) - Method in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
completed(StatusEvent) - Method in class org.globus.cog.gridshell.tasks.examples.EchoExample
 
completed(StatusEvent) - Method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
containsOption(Option) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
containsOption(Option) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Determines if a specified option has been added
createAbstractShellCommand(String) - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
createAndExecuteCommand(Map) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
createAndExecuteCommand(Map) - Method in interface org.globus.cog.gridshell.interfaces.Program
Calls createCommand(Map args).execute()
createAndShowGUI() - Static method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
createAndShowGUI() - Static method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
Used to debug ShellPanelGUI
createAndShowGUI() - Static method in class org.globus.cog.gridshell.gui.VetoableTextAreaImpl
 
createArgParser() - Method in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
createArgParser() - Method in class org.globus.cog.gridshell.tasks.examples.EchoExample
 
createArgParser() - Method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
createBindings() - Method in class org.globus.cog.gridshell.ctrl.AbstractActionBinder
Should use addMapping method to add mappings to components, then when restoreBindings is called the bindings will be restored to the state that they were before the components were bound
createBindings() - Method in class org.globus.cog.gridshell.ctrl.ShellBinder
 
createCommand(Map) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
createCommand(String) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
A helper method so that errors are very carefully described.
createCommand(Map) - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
 
createCommand(String) - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
A helper method so that errors are very carefully described.
createCommand(Map) - Method in interface org.globus.cog.gridshell.interfaces.Program
Creates a command
createCredentials(String, String) - Static method in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
createDirTask(StartTask, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractDirCommand
Creates the "dir" task associated with the command
createDirTask(StartTask, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Cd
 
createDirTask(StartTask, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.IsDirectory
 
createDirTask(StartTask, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Mkdir
 
createDirTask(StartTask, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Rmdir
 
createDirTask(StartTask, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Rmfile
 
createFlag(String, String, String) - Static method in class org.globus.cog.gridshell.getopt.app.OptionImpl
 
createFlag(String, Boolean, String, String) - Static method in class org.globus.cog.gridshell.getopt.app.OptionImpl
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
Returns the GetOpt object used to parse and validate this command
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Clear
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Echo
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Exit
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Gnetconfig
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Gridproxyinit
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Group
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
createGetOpt(AbstractShellCommand, Scope) - Static method in class org.globus.cog.gridshell.commands.gsh.Gsh
Creates a getopt for given command, adds the help option, and adds the background argument
createGetOpt(AbstractShellCommand, Scope) - Static method in class org.globus.cog.gridshell.commands.gsh.GshEngine
Creates a getopt for given command, adds the help option, and adds the background argument
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.GshScripter
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Help
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Man
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Set
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.gsh.Work
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractDirCommand
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractNoArgCommand
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractSrcDestinationCommand
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.taskcommands.Chmod
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.taskcommands.Exec
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.taskcommands.Ls
 
createGetOpt(Scope) - Method in class org.globus.cog.gridshell.commands.taskcommands.Open
 
createImmutableScope(Scope) - Static method in class org.globus.cog.gridshell.model.ScopeImpl
Creates a scope whos variables can't be modified
createList(Set, String) - Static method in class org.globus.cog.gridshell.model.ScopeableProperties
 
createMessageDialog(Object, Component, String) - Static method in class org.globus.cog.gridshell.util.MessageDialog
 
createNoArgCommand(StartTask) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractNoArgCommand
 
createNoArgCommand(StartTask) - Method in class org.globus.cog.gridshell.commands.taskcommands.Close
 
createNoArgCommand(StartTask) - Method in class org.globus.cog.gridshell.commands.taskcommands.Pwd
 
createSrcDestinationTask(StartTask, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractSrcDestinationCommand
Creates the specific task for this command
createSrcDestinationTask(StartTask, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Getdir
 
createSrcDestinationTask(StartTask, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Getfile
 
createSrcDestinationTask(StartTask, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Putdir
 
createSrcDestinationTask(StartTask, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Putfile
 
createSrcDestinationTask(StartTask, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Rename
 
createTaskGraph(Object, String, String, int) - Method in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
createTaskGraph(Object, String, String, int) - Method in class org.globus.cog.gridshell.tasks.examples.EchoExample
 
createTaskGraph(Object, String, String, int) - Method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
createTaskHandler() - Method in class org.globus.cog.gridshell.tasks.AbstractFileTask
 

D

DEFAULT_CLOSE - Static variable in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
DEFAULT_HISTORY_SIZE - Static variable in class org.globus.cog.gridshell.model.GridShellAppImpl
 
DEFAULT_HISTORY_SIZE - Static variable in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
DEFAULT_PATH - Static variable in class org.globus.cog.gridshell.GridShellProperties
 
DEFAULT_PORT - Static variable in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
DEFAULT_PROMPT - Static variable in interface org.globus.cog.gridshell.interfaces.GridShell
The default prompt for a grid shell
DEFAULT_PROVIDER - Static variable in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
decPeekIndex() - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Will decrement the peek index which ranges from -historySize to historySize
decPeekIndex() - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
destroy() - Method in class org.globus.cog.gridshell.commands.AbstractExecutableCommand
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Clear
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Echo
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Exit
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Gnetconfig
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Gridproxyinit
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Group
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.GshScripter
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Help
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Man
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Set
 
destroy() - Method in class org.globus.cog.gridshell.commands.gsh.Work
 
destroy() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
destroy() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
destroy() - Method in interface org.globus.cog.gridshell.interfaces.Command
Destroys this command - called after the command has been completed
doubleValidator - Static variable in interface org.globus.cog.gridshell.getopt.interfaces.Validator
Returns a java.lang.Double

E

EXAMPLE_PATH - Static variable in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
Echo - class org.globus.cog.gridshell.commands.gsh.Echo.
 
Echo() - Constructor for class org.globus.cog.gridshell.commands.gsh.Echo
 
EchoExample - class org.globus.cog.gridshell.tasks.examples.EchoExample.
 
EchoExample() - Constructor for class org.globus.cog.gridshell.tasks.examples.EchoExample
 
Exec - class org.globus.cog.gridshell.commands.taskcommands.Exec.
 
Exec() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Exec
 
ExecTask - class org.globus.cog.gridshell.tasks.ExecTask.
 
ExecTask(String, String, int, String, String) - Constructor for class org.globus.cog.gridshell.tasks.ExecTask
 
ExecTask(String, Object, String, String, int, String, String) - Constructor for class org.globus.cog.gridshell.tasks.ExecTask
 
ExecTest - class org.globus.cog.gridshell.tasks.test.ExecTest.
 
ExecTest() - Constructor for class org.globus.cog.gridshell.tasks.test.ExecTest
 
ExistsTask - class org.globus.cog.gridshell.tasks.ExistsTask.
 
ExistsTask(StartTask, String) - Constructor for class org.globus.cog.gridshell.tasks.ExistsTask
Determines if a file or directory exists
Exit - class org.globus.cog.gridshell.commands.gsh.Exit.
 
Exit() - Constructor for class org.globus.cog.gridshell.commands.gsh.Exit
 
enterPressed(String) - Method in class org.globus.cog.gridshell.ctrl.ShellBinder
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Clear
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Echo
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Exit
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Gnetconfig
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Gridproxyinit
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Group
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.GshScripter
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Help
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Man
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Set
 
execute() - Method in class org.globus.cog.gridshell.commands.gsh.Work
 
execute() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractDirCommand
 
execute() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractNoArgCommand
 
execute() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractSrcDestinationCommand
 
execute() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
execute() - Method in class org.globus.cog.gridshell.commands.taskcommands.Chmod
 
execute() - Method in class org.globus.cog.gridshell.commands.taskcommands.Exec
 
execute() - Method in class org.globus.cog.gridshell.commands.taskcommands.Ls
 
execute() - Method in class org.globus.cog.gridshell.commands.taskcommands.Open
 
execute() - Method in interface org.globus.cog.gridshell.interfaces.Command
Executes this command
executeCommand(Command) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
executeCommand(Command) - Method in interface org.globus.cog.gridshell.interfaces.Program
To run a command (ie calls command.execute change states while it runs)
executeGroup(String, String, String, Boolean, Boolean, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Exec
 
executeUri(URI, String, String, Boolean, Boolean, String, String) - Method in class org.globus.cog.gridshell.commands.taskcommands.Exec
 

F

FALSE - Static variable in interface org.globus.cog.gridshell.getopt.interfaces.Option
Used for flag variables for false
FILE_VALIDATOR - Variable in class org.globus.cog.gridshell.commands.gsh.Gsh
 
FileOperationTest - class org.globus.cog.gridshell.tasks.test.FileOperationTest.
 
FileOperationTest() - Constructor for class org.globus.cog.gridshell.tasks.test.FileOperationTest
 
failed(StatusEvent) - Method in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
failed(StatusEvent) - Method in class org.globus.cog.gridshell.tasks.examples.EchoExample
 
failed(StatusEvent) - Method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
ftp() - Static method in class org.globus.cog.gridshell.tasks.test.FileOperationTest
 

G

GetOpt - interface org.globus.cog.gridshell.getopt.interfaces.GetOpt.
GetOpt is what the developer interacts with to parse and get the values arguments and options at the commandline.
GetOptImpl - class org.globus.cog.gridshell.getopt.app.GetOptImpl.
An implmentation of GetOpt
GetOptImpl(Scope, ArgParser) - Constructor for class org.globus.cog.gridshell.getopt.app.GetOptImpl
Create an instance with the specified scope
GetOptImpl(Scope) - Constructor for class org.globus.cog.gridshell.getopt.app.GetOptImpl
Convenience Constructor, adds our default ArgParserImpl
GetOptImpl() - Constructor for class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
GetOptTest - class org.globus.cog.gridshell.getopt.test.GetOptTest.
JUnit test of org.globus.cog.gridface.impl.gridshell.getopt.app.GetOptImpl
GetOptTest() - Constructor for class org.globus.cog.gridshell.getopt.test.GetOptTest
 
Getdir - class org.globus.cog.gridshell.commands.taskcommands.Getdir.
 
Getdir() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Getdir
 
GetdirTask - class org.globus.cog.gridshell.tasks.GetdirTask.
 
GetdirTask(StartTask, String, String) - Constructor for class org.globus.cog.gridshell.tasks.GetdirTask
Gets a file
Getfile - class org.globus.cog.gridshell.commands.taskcommands.Getfile.
 
Getfile() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Getfile
 
GetfileTask - class org.globus.cog.gridshell.tasks.GetfileTask.
 
GetfileTask(StartTask, String, String) - Constructor for class org.globus.cog.gridshell.tasks.GetfileTask
Gets a file
Gnetconfig - class org.globus.cog.gridshell.commands.gsh.Gnetconfig.
 
Gnetconfig() - Constructor for class org.globus.cog.gridshell.commands.gsh.Gnetconfig
 
GridShell - interface org.globus.cog.gridshell.interfaces.GridShell.
 
GridShellApp - interface org.globus.cog.gridshell.interfaces.GridShellApp.
 
GridShellAppImpl - class org.globus.cog.gridshell.model.GridShellAppImpl.
 
GridShellAppImpl() - Constructor for class org.globus.cog.gridshell.model.GridShellAppImpl
 
GridShellGUI - interface org.globus.cog.gridshell.interfaces.GridShellGUI.
 
GridShellGUIImpl - class org.globus.cog.gridshell.gui.GridShellGUIImpl.
 
GridShellGUIImpl() - Constructor for class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
GridShellGUIImpl.Bool - class org.globus.cog.gridshell.gui.GridShellGUIImpl.Bool.
 
GridShellGUIImpl.Bool(boolean) - Constructor for class org.globus.cog.gridshell.gui.GridShellGUIImpl.Bool
 
GridShellImpl - class org.globus.cog.gridshell.ctrl.GridShellImpl.
 
GridShellImpl() - Constructor for class org.globus.cog.gridshell.ctrl.GridShellImpl
 
GridShellProperties - class org.globus.cog.gridshell.GridShellProperties.
 
GridShellProperties(File) - Constructor for class org.globus.cog.gridshell.GridShellProperties
 
GridShellProperties() - Constructor for class org.globus.cog.gridshell.GridShellProperties
 
GridShellSwingGUI - interface org.globus.cog.gridshell.interfaces.GridShellSwingGUI.
 
Gridproxyinit - class org.globus.cog.gridshell.commands.gsh.Gridproxyinit.
 
Gridproxyinit() - Constructor for class org.globus.cog.gridshell.commands.gsh.Gridproxyinit
 
Group - class org.globus.cog.gridshell.commands.gsh.Group.
 
Group() - Constructor for class org.globus.cog.gridshell.commands.gsh.Group
 
Group.GroupContainer - class org.globus.cog.gridshell.commands.gsh.Group.GroupContainer.
 
Group.GroupContainer() - Constructor for class org.globus.cog.gridshell.commands.gsh.Group.GroupContainer
 
Group.GroupItem - class org.globus.cog.gridshell.commands.gsh.Group.GroupItem.
 
Group.GroupItem(URI) - Constructor for class org.globus.cog.gridshell.commands.gsh.Group.GroupItem
 
Group.GroupItem(URI, Object) - Constructor for class org.globus.cog.gridshell.commands.gsh.Group.GroupItem
 
Gsh - class org.globus.cog.gridshell.commands.gsh.Gsh.
This is a controller portion of the shell in a MVC scheme TODO: commands should be in a thread pool, not a new thread each time
Gsh() - Constructor for class org.globus.cog.gridshell.commands.gsh.Gsh
 
GshEngine - class org.globus.cog.gridshell.commands.gsh.GshEngine.
 
GshEngine() - Constructor for class org.globus.cog.gridshell.commands.gsh.GshEngine
 
GshScripter - class org.globus.cog.gridshell.commands.gsh.GshScripter.
 
GshScripter() - Constructor for class org.globus.cog.gridshell.commands.gsh.GshScripter
 
get(int) - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
returns if(i>0) the ith command since the shell is active.
get(int) - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
getAboutAction() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getAllIPAddresses() - Static method in class org.globus.cog.gridshell.IPGetSetter
 
getApplication() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
getApplication() - Method in class org.globus.cog.gridshell.ctrl.ShellBinder
 
getApplication() - Method in interface org.globus.cog.gridshell.interfaces.GridShell
Gets the App Component associated with this GridShell
getArgumentAt(int) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
getArgumentAt(int) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Gets the argument at
getArguments() - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
getArguments() - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Gets a list of all the arguments
getArguments() - Method in class org.globus.cog.gridshell.tasks.AbstractFileTask
 
getAvaialbeCommandNames() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
getAvaialbeCommandNames() - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
 
getClasses() - Method in class org.globus.cog.gridshell.commands.CommandProperties
 
getCloseAction() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
getCloseAction() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getCloseAction() - Method in interface org.globus.cog.gridshell.interfaces.GridShell
Returns the action invoked to close the GridShell
getCol(int[][], int) - Static method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
getCommandField() - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
getCommandField() - Method in interface org.globus.cog.gridshell.interfaces.GridShellSwingGUI
Returns the command field
getCommandLineValue() - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
getCommandLineValue() - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Gets the origional commandline entered
getCommandName(String) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
Just a helper method to break things down
getCommandName(String) - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
Just a helper method to break things down
getCommandProperties() - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
 
getCommandValue(String) - Method in class org.globus.cog.gridshell.commands.CommandProperties
 
getCommandValue() - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
getCommandValue() - Method in interface org.globus.cog.gridshell.interfaces.GridShellGUI
Get the prompt plus the commandline value
getCommands() - Method in class org.globus.cog.gridshell.commands.AbstractProgram
 
getCommands() - Method in class org.globus.cog.gridshell.commands.AbstractShellProgram
 
getCommands() - Method in class org.globus.cog.gridshell.commands.CommandProperties
 
getCommands() - Method in interface org.globus.cog.gridshell.interfaces.Program
Returns a collection of the commands submitted
getComponent() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getConnection() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
getConnection() - Method in class org.globus.cog.gridshell.commands.taskcommands.LCd
Just override our connection
getConnection() - Method in class org.globus.cog.gridshell.commands.taskcommands.LLs
Just override our connection
getConnection() - Method in class org.globus.cog.gridshell.commands.taskcommands.LPwd
Just override our connection
getConnection() - Method in class org.globus.cog.gridshell.commands.taskcommands.LRmfile
Just override our connection
getConnectionManager() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
getConnectionManager() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
getConnections() - Method in class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
 
getCount() - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Gets the number of items in the history
getCount() - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
getCredentials() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
getCredentials() - Method in class org.globus.cog.gridshell.commands.gsh.Group.GroupItem
 
getCredentials() - Method in class org.globus.cog.gridshell.util.CredSupport
 
getCurrentConnection() - Method in interface org.globus.cog.gridshell.connectionmanager.ConnectionManager
Gets the current connection
getCurrentConnection() - Method in class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
 
getDecHistory - Static variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 
getDecHistoryAction - Variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 
getDefault() - Static method in class org.globus.cog.gridshell.GridShellProperties
 
getDefault() - Method in class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
 
getDefaultConnection() - Method in interface org.globus.cog.gridshell.connectionmanager.ConnectionManager
Returns a default connection
getDefaultConnection() - Method in class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
 
getDefaultPropertiesFile(String) - Static method in class org.globus.cog.gridshell.GridShellProperties
1) Checks for -D.configuration= 2) Starts searching the classpath for ../etc/.properties 3) returns globus.home/.properties
getDescription() - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
getDescription() - Method in class org.globus.cog.gridshell.getopt.app.StorableImpl
 
getDescription() - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Gets the description of this command
getDescription() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Storable
Returns the description
getExceptionString(Throwable) - Static method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
getFile() - Method in class org.globus.cog.gridshell.model.ScopeableProperties
Resturns the file object associated with this Properties
getFrame(Component) - Static method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getGUI() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
getGUI() - Method in class org.globus.cog.gridshell.ctrl.ShellBinder
 
getGUI() - Method in interface org.globus.cog.gridshell.interfaces.GridShell
Gets the GUI Component associated with this GridShell
getGetOpt() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
getGridShell() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
Used to get the gridshell if it is the parent
getGroupItems() - Method in class org.globus.cog.gridshell.commands.gsh.Group.GroupContainer
 
getGroups() - Static method in class org.globus.cog.gridshell.commands.gsh.Group
 
getGsh() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
getGshEngine() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
getHistory() - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
returns the history as Object[]
getHistory() - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
getHistoryField() - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
getHistoryField() - Method in interface org.globus.cog.gridshell.interfaces.GridShellSwingGUI
Returns the history field
getHistorySize() - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Gets the max items for the history
getHistorySize() - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
getHistoryValue() - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
getHistoryValue() - Method in interface org.globus.cog.gridshell.interfaces.GridShellGUI
Get the history that is displayed
getIdentity() - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
getIdentity() - Method in interface org.globus.cog.gridshell.interfaces.Command
Returns an identity for this command
getImageIconC16x16() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getImageIconC32x32() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getIncHistory - Static variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 
getIncHistoryAction - Variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 
getItems() - Method in class org.globus.cog.gridshell.gui.MenuItemGroup
 
getJComponent() - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
getJComponent() - Method in interface org.globus.cog.gridshell.interfaces.GridShellSwingGUI
Gets the JComponent associated with the GUI, this is what you want to display
getJavaHome() - Method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
getLast() - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Gets the last history value
getLast() - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
getLong() - Method in class org.globus.cog.gridshell.getopt.app.OptionImpl
 
getLong() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Option
Returns the long key associated with this option
getManPageMapping() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
getManPageMapping() - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
 
getManPages() - Method in class org.globus.cog.gridshell.commands.CommandProperties
 
getMax() - Method in class org.globus.cog.gridshell.tasks.examples.EchoExample
 
getMenuBar() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getMode(String) - Method in interface org.globus.cog.gridshell.interfaces.Scope
Returns the mode the variable is
getMode(String) - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.AbstractFileTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.CdTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.ChmodTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.ExistsTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.GetdirTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.GetfileTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.IsDirectoryTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.LsTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.MkdirTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.PutdirTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.PutfileTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.PwdTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.RenameTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.RmFileTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.RmdirTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.StartTask
 
getOperation() - Method in class org.globus.cog.gridshell.tasks.StopTask
 
getOptDisplay(GetOpt) - Static method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
Used just to display for debug
getOptToString(GetOpt) - Static method in class org.globus.cog.gridshell.commands.gsh.Help
 
getOption(String) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
getOption(String) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Gets the option with by the given key
getOptionThatOverrides() - Method in class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
getOptionThatOverrides() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Argument
Arguments can have options that override them, this returns the option that overrides the need/value for this argument
getOptions() - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
getOptions() - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Returns a set of all the options
getParent() - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
getParent() - Method in interface org.globus.cog.gridshell.interfaces.Command
Returns the parent of this command
getPassword() - Method in class org.globus.cog.gridshell.util.CredSupport
 
getPort() - Method in class org.globus.cog.gridshell.tasks.AbstractFileOperationTask
 
getPort() - Method in class org.globus.cog.gridshell.tasks.AbstractFileTask
 
getPort() - Method in class org.globus.cog.gridshell.tasks.StartTask
 
getPrompt() - Method in class org.globus.cog.gridshell.gui.PromptFilterImpl
Gets the prompt value
getPrompt() - Method in interface org.globus.cog.gridshell.interfaces.GridShellApp
Get the current prompt
getPrompt() - Method in class org.globus.cog.gridshell.model.GridShellAppImpl
 
getProperties() - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
 
getProperty(String, String) - Method in class org.globus.cog.gridshell.model.ScopeableProperties
Allows a default value to be assciated with the command
getProperty(String) - Method in class org.globus.cog.gridshell.model.ScopeableProperties
Override the return of getProperty to the variable's values
getProvider() - Method in class org.globus.cog.gridshell.tasks.AbstractFileOperationTask
 
getProvider() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
getProvider() - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
getProvider() - Method in class org.globus.cog.gridshell.tasks.StartTask
 
getRedirectIPAddress(String) - Static method in class org.globus.cog.gridshell.IPGetSetter
 
getRemoteLocation() - Method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
getResult() - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
getResult() - Method in interface org.globus.cog.gridshell.interfaces.Command
Returns a result for this command once the status is COMPLETED
getResult() - Method in class org.globus.cog.gridshell.tasks.AbstractFileTask
 
getResult() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
getResult() - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
getRow(int[][], int) - Static method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
getScope() - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
getScope() - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
 
getScope() - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
getScope() - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Returns the Scope associated with this GetOpt used for Environmental variables
getScope() - Method in interface org.globus.cog.gridshell.interfaces.Command
Returns the scope associated with this command
getScope() - Method in interface org.globus.cog.gridshell.interfaces.GridShellApp
Returns the scope for this GridShell
getScope() - Method in class org.globus.cog.gridshell.model.GridShellAppImpl
 
getScope() - Method in class org.globus.cog.gridshell.model.ScopeableProperties
Returns the scope
getServiceContact() - Method in class org.globus.cog.gridshell.tasks.AbstractFileOperationTask
 
getServiceContact() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
getServiceContact() - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
getServiceContact() - Method in class org.globus.cog.gridshell.tasks.StartTask
 
getSessionId() - Method in class org.globus.cog.gridshell.tasks.AbstractFileOperationTask
 
getSessionId() - Method in class org.globus.cog.gridshell.tasks.AbstractFileTask
 
getSessionId() - Method in class org.globus.cog.gridshell.tasks.StartTask
 
getShellHistory() - Method in interface org.globus.cog.gridshell.interfaces.GridShellApp
Returns the history with this shell
getShellHistory() - Method in class org.globus.cog.gridshell.model.GridShellAppImpl
 
getShort() - Method in class org.globus.cog.gridshell.getopt.app.OptionImpl
 
getShort() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Option
Returns the short key associated with this option
getStatus() - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
getStatus() - Method in interface org.globus.cog.gridshell.interfaces.Command
The status of this command
getSubScope(String) - Method in class org.globus.cog.gridshell.model.ScopeableProperties
 
getSuper() - Method in interface org.globus.cog.gridshell.interfaces.Scope
Returns a super class if one is defined, otherwise returns null
getSuper() - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
getSystemScope() - Static method in class org.globus.cog.gridshell.model.ScopeImpl
Returns a Scope of the system
getTask() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
getTaskGraph() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
getTaskHandler() - Method in class org.globus.cog.gridshell.tasks.AbstractFileOperationTask
 
getTaskHandler() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
getTaskHandler() - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
getTaskHandler() - Method in class org.globus.cog.gridshell.tasks.StartTask
 
getTaskOutput() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractDirCommand
 
getTaskOutput() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractNoArgCommand
 
getTaskOutput() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractSrcDestinationCommand
 
getTaskOutput() - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
Gets the output for this command, allows the command to format the output (ie the ls command)
getTaskOutput() - Method in class org.globus.cog.gridshell.commands.taskcommands.Chmod
 
getTaskOutput() - Method in class org.globus.cog.gridshell.commands.taskcommands.Exec
 
getTaskOutput() - Method in class org.globus.cog.gridshell.commands.taskcommands.Ls
 
getTaskOutput() - Method in class org.globus.cog.gridshell.commands.taskcommands.Open
 
getTestFile(String) - Method in class org.globus.cog.gridshell.test.AbstractGridshellTest
 
getTitle() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getToolBar() - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
getType() - Method in class org.globus.cog.gridshell.getopt.app.StorableImpl
 
getType() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Storable
Returns the type
getURI() - Method in class org.globus.cog.gridshell.commands.gsh.Group.GroupItem
 
getUniqueValues() - Method in interface org.globus.cog.gridshell.interfaces.Scope
Returns values (no duplicates)
getUniqueValues() - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
getUserName() - Method in class org.globus.cog.gridshell.util.CredSupport
 
getValidators() - Static method in class org.globus.cog.gridshell.getopt.app.StorableImpl
Returns an immutable mapping of validators
getValue() - Method in class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
getValue() - Method in class org.globus.cog.gridshell.getopt.app.StorableImpl
 
getValue() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Storable
Returns the value based upon the validator associated with this type
getValue(String) - Method in interface org.globus.cog.gridshell.interfaces.Scope
Gets the value associated with variable name for this or superclass
getValue(String) - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
getValues() - Method in interface org.globus.cog.gridshell.interfaces.Scope
Returns all the values (duplicates included)
getValues() - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
getVariableNames() - Method in interface org.globus.cog.gridshell.interfaces.Scope
Returns a collection of the variable names for this scope and any superclass
getVariableNames() - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
getopt - Variable in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
gridShell - Variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 
gsiftp() - Static method in class org.globus.cog.gridshell.tasks.test.FileOperationTest
 
gui - Variable in class org.globus.cog.gridshell.ctrl.ShellBinder
 

H

Help - class org.globus.cog.gridshell.commands.gsh.Help.
 
Help() - Constructor for class org.globus.cog.gridshell.commands.gsh.Help
 
handleStatusChanged(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.GshScripter
 

I

IPGetSetter - class org.globus.cog.gridshell.IPGetSetter.
 
IPGetSetter() - Constructor for class org.globus.cog.gridshell.IPGetSetter
 
IsDirectory - class org.globus.cog.gridshell.commands.taskcommands.IsDirectory.
 
IsDirectory() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.IsDirectory
 
IsDirectoryTask - class org.globus.cog.gridshell.tasks.IsDirectoryTask.
A task that determines if something is a directory
IsDirectoryTask(StartTask, String) - Constructor for class org.globus.cog.gridshell.tasks.IsDirectoryTask
Crates a task that determines if something is a directory
incPeekIndex() - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Will increment the peek index which ranges from -historySize to historySize
incPeekIndex() - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
init(Map) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
Accepts the arguments: Scope scope - the scope of this command Command parent - the parent of this command String resultVariableName - the variable in this scope to store a result by default
init(Map) - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
init(Map) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
Init the super class, then init ourself Requires AbstractActionBinder.init's arguments and gridShellSwingGUI->an instance of gridShellSwingGUI
init(Object) - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
 
init(Map) - Method in interface org.globus.cog.gridshell.interfaces.Command
Used to init this command
initCommand(AbstractShellCommand, String) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
initCommand(AbstractShellCommand, String) - Method in class org.globus.cog.gridshell.commands.gsh.GshEngine
 
initScope() - Method in class org.globus.cog.gridshell.model.ScopeableProperties
These are the default variables supported ${this.path} -> the path to the directory of this file to add more variables override this method
initTask() - Method in class org.globus.cog.gridshell.tasks.AbstractFileOperationTask
 
initTask() - Method in class org.globus.cog.gridshell.tasks.AbstractFileTask
 
initTask() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
initTask() - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
initTask() - Method in class org.globus.cog.gridshell.tasks.StartTask
 
intValidator - Static variable in interface org.globus.cog.gridshell.getopt.interfaces.Validator
Returns a java.lang.Integer
isAllowDynamicArgs() - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
isAllowDynamicArgs(boolean) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
isAllowDynamicArgs() - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Is set to strict args
isAllowDynamicArgs(boolean) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
If set to true will only allow specified args else can have more args
isAllowDynamicOptions() - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
isAllowDynamicOptions(boolean) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
isAllowDynamicOptions() - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Can we have dynamic options
isAllowDynamicOptions(boolean) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
If set to true will allow specified options else can have more options
isArgSet(int) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
isArgSet(int) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Doesn't care if the arg exists (no exception), sees if it is set If doesn't exist returns false, else returns arg.isSet()
isBatch(boolean) - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
isCurrentDefaultConnection() - Method in interface org.globus.cog.gridshell.connectionmanager.ConnectionManager
Determines if the default connection is current
isCurrentDefaultConnection() - Method in class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
 
isEchoOn() - Method in class org.globus.cog.gridshell.commands.gsh.GshScripter
 
isFlag() - Method in class org.globus.cog.gridshell.getopt.app.OptionImpl
 
isFlag() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Option
Determines if this is a flag option.
isLocked() - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl.Bool
 
isLocked() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
isOptionSet(String) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
isOptionSet(String) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Doesn't care if the option exists (no exception), sees if it is set If doesn't exist returns false, if does returns option.isSet()
isRedirected(boolean) - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
isRequired() - Method in class org.globus.cog.gridshell.getopt.app.StorableImpl
 
isRequired() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Storable
Tells if this is required or not
isSet() - Method in class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
isSet() - Method in class org.globus.cog.gridshell.getopt.app.StorableImpl
 
isSet() - Method in interface org.globus.cog.gridshell.getopt.interfaces.Storable
Sees if this is set to non-null and not FALSE

J

JAVA_CLASS - Static variable in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 

K

keySet() - Method in class org.globus.cog.gridshell.model.ScopeableProperties
 
keySet(String) - Method in class org.globus.cog.gridshell.model.ScopeableProperties
Gets the key set such that includes each key that starts with prefix
kill() - Method in class org.globus.cog.gridshell.commands.AbstractExecutableCommand
 
kill() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
kill() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
kill() - Method in interface org.globus.cog.gridshell.interfaces.Command
Kills this command

L

LCd - class org.globus.cog.gridshell.commands.taskcommands.LCd.
 
LCd() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.LCd
 
LLs - class org.globus.cog.gridshell.commands.taskcommands.LLs.
 
LLs() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.LLs
 
LPwd - class org.globus.cog.gridshell.commands.taskcommands.LPwd.
 
LPwd() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.LPwd
 
LRmfile - class org.globus.cog.gridshell.commands.taskcommands.LRmfile.
 
LRmfile() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.LRmfile
 
Ls - class org.globus.cog.gridshell.commands.taskcommands.Ls.
 
Ls() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Ls
 
LsTask - class org.globus.cog.gridshell.tasks.LsTask.
Creates a task that list the contents of a directory
LsTask(StartTask) - Constructor for class org.globus.cog.gridshell.tasks.LsTask
A task that lists the current directory
LsTask(StartTask, String) - Constructor for class org.globus.cog.gridshell.tasks.LsTask
Creates a task to list a directories contents
load(InputStream) - Method in class org.globus.cog.gridshell.model.ScopeableProperties
Just gives a warning and calls the superclass
loadFromFile(File) - Method in class org.globus.cog.gridshell.model.ScopeableProperties
Loads from a file, if the user does not use this method the value ${this.path} may not be correct
lock() - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl.Bool
 

M

MATRIX_A - Static variable in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
MATRIX_B - Static variable in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
Man - class org.globus.cog.gridshell.commands.gsh.Man.
 
Man() - Constructor for class org.globus.cog.gridshell.commands.gsh.Man
 
MatrixMultiplyImpl - class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl.
Transfers MMRowXCol.java using gsiftp to a remote location, compiles it, and then does a distributed Matrix Multiply.
MatrixMultiplyImpl() - Constructor for class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
MenuItemGroup - class org.globus.cog.gridshell.gui.MenuItemGroup.
 
MenuItemGroup() - Constructor for class org.globus.cog.gridshell.gui.MenuItemGroup
 
MessageDialog - class org.globus.cog.gridshell.util.MessageDialog.
 
MessageDialog(Object, Component, String) - Constructor for class org.globus.cog.gridshell.util.MessageDialog
 
Mkdir - class org.globus.cog.gridshell.commands.taskcommands.Mkdir.
 
Mkdir() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Mkdir
 
MkdirTask - class org.globus.cog.gridshell.tasks.MkdirTask.
A task taht makes a new directory
MkdirTask(StartTask, String) - Constructor for class org.globus.cog.gridshell.tasks.MkdirTask
Creates a task to make a new directory
main(String[]) - Static method in class org.globus.cog.gridshell.IPGetSetter
 
main(String[]) - Static method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
main(String[]) - Static method in class org.globus.cog.gridshell.getopt.app.ArgParserImpl
Used for debug
main(String[]) - Static method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
Used to debug ShellPanelGUI
main(String[]) - Static method in class org.globus.cog.gridshell.gui.VetoableTextAreaImpl
 
main(String[]) - Static method in class org.globus.cog.gridshell.model.ShellHistoryImpl
main is used to test this class
main(String[]) - Static method in class org.globus.cog.gridshell.tasks.examples.EchoExample
 
main(String[]) - Static method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
main(String[]) - Static method in class org.globus.cog.gridshell.tasks.test.ExecTest
 
main(String[]) - Static method in class org.globus.cog.gridshell.tasks.test.FileOperationTest
 
makeCompactGrid(Container, int, int, int, int, int, int) - Static method in class org.globus.cog.gridshell.util.SpringUtilities
Aligns the first rows * cols components of parent in a grid.
makeGrid(Container, int, int, int, int, int, int) - Static method in class org.globus.cog.gridshell.util.SpringUtilities
Aligns the first rows * cols components of parent in a grid.

N

notifyAllLock() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 

O

Open - class org.globus.cog.gridshell.commands.taskcommands.Open.
 
Open() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Open
 
Option - interface org.globus.cog.gridshell.getopt.interfaces.Option.
Option is a value that is associated a string value of a short key (one character) and/or a long key (more than one character)
OptionImpl - class org.globus.cog.gridshell.getopt.app.OptionImpl.
An implementation of Option
OptionImpl(String, Class, boolean, Object, String, String, boolean) - Constructor for class org.globus.cog.gridshell.getopt.app.OptionImpl
Creates an instance of Option
OptionImpl(String, Class, boolean, Object, String, String) - Constructor for class org.globus.cog.gridshell.getopt.app.OptionImpl
 
OptionImpl(String, Class, boolean, String, String, boolean) - Constructor for class org.globus.cog.gridshell.getopt.app.OptionImpl
 
OptionImpl(String, Class, boolean, String, String) - Constructor for class org.globus.cog.gridshell.getopt.app.OptionImpl
 
OptionImpl(String, Class, String, String) - Constructor for class org.globus.cog.gridshell.getopt.app.OptionImpl
 
OptionImpl(String, Class, Object, String, String) - Constructor for class org.globus.cog.gridshell.getopt.app.OptionImpl
 
OptionImpl(String, Class, String, String, boolean) - Constructor for class org.globus.cog.gridshell.getopt.app.OptionImpl
 
OptionImpl(String, Class, Object, String, String, boolean) - Constructor for class org.globus.cog.gridshell.getopt.app.OptionImpl
 
okButtonPushed() - Method in class org.globus.cog.gridshell.util.MessageDialog
 
org.globus.cog.gridshell - package org.globus.cog.gridshell
 
org.globus.cog.gridshell.commands - package org.globus.cog.gridshell.commands
 
org.globus.cog.gridshell.commands.gsh - package org.globus.cog.gridshell.commands.gsh
 
org.globus.cog.gridshell.commands.taskcommands - package org.globus.cog.gridshell.commands.taskcommands
 
org.globus.cog.gridshell.commands.test - package org.globus.cog.gridshell.commands.test
 
org.globus.cog.gridshell.connectionmanager - package org.globus.cog.gridshell.connectionmanager
 
org.globus.cog.gridshell.ctrl - package org.globus.cog.gridshell.ctrl
 
org.globus.cog.gridshell.getopt.app - package org.globus.cog.gridshell.getopt.app
 
org.globus.cog.gridshell.getopt.interfaces - package org.globus.cog.gridshell.getopt.interfaces
 
org.globus.cog.gridshell.getopt.test - package org.globus.cog.gridshell.getopt.test
 
org.globus.cog.gridshell.gui - package org.globus.cog.gridshell.gui
 
org.globus.cog.gridshell.interfaces - package org.globus.cog.gridshell.interfaces
 
org.globus.cog.gridshell.model - package org.globus.cog.gridshell.model
 
org.globus.cog.gridshell.model.test - package org.globus.cog.gridshell.model.test
 
org.globus.cog.gridshell.tasks - package org.globus.cog.gridshell.tasks
 
org.globus.cog.gridshell.tasks.examples - package org.globus.cog.gridshell.tasks.examples
 
org.globus.cog.gridshell.tasks.test - package org.globus.cog.gridshell.tasks.test
 
org.globus.cog.gridshell.test - package org.globus.cog.gridshell.test
 
org.globus.cog.gridshell.util - package org.globus.cog.gridshell.util
 
outputMatrix(Scope[]) - Static method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 

P

PARAM_createCommand_commandValue - Static variable in class org.globus.cog.gridshell.commands.gsh.Gsh
 
PREFIX_COMMAND - Static variable in class org.globus.cog.gridshell.commands.CommandProperties
 
PREFIX_INHERIT - Static variable in class org.globus.cog.gridshell.commands.CommandProperties
 
PREFIX_MAN - Static variable in class org.globus.cog.gridshell.commands.CommandProperties
 
PROCESS_CURSOR - Static variable in interface org.globus.cog.gridshell.interfaces.GridShellSwingGUI
 
PROPERTY_STATUS_CODE - Static variable in class org.globus.cog.gridshell.commands.AbstractCommand
 
PROP_MANDIR - Static variable in class org.globus.cog.gridshell.commands.gsh.Man
 
PROP_TEST_DIR - Static variable in class org.globus.cog.gridshell.test.AbstractGridshellTest
 
PROXY_INIT_CLASSNAME - Static variable in class org.globus.cog.gridshell.commands.gsh.Gridproxyinit
 
Program - interface org.globus.cog.gridshell.interfaces.Program.
 
PromptFilterImpl - class org.globus.cog.gridshell.gui.PromptFilterImpl.
Prevents the prompt from being tampered with
PromptFilterImpl(JTextComponent) - Constructor for class org.globus.cog.gridshell.gui.PromptFilterImpl
 
PropertyChangeNotifier - interface org.globus.cog.gridshell.interfaces.PropertyChangeNotifier.
 
Putdir - class org.globus.cog.gridshell.commands.taskcommands.Putdir.
 
Putdir() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Putdir
 
PutdirTask - class org.globus.cog.gridshell.tasks.PutdirTask.
A task that puts a directory on a remote machine
PutdirTask(StartTask, String, String) - Constructor for class org.globus.cog.gridshell.tasks.PutdirTask
Creates a task that puts a directory on a remote machine
Putfile - class org.globus.cog.gridshell.commands.taskcommands.Putfile.
 
Putfile() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Putfile
 
PutfileTask - class org.globus.cog.gridshell.tasks.PutfileTask.
A task that puts a file on a remote machine
PutfileTask(StartTask, String, String) - Constructor for class org.globus.cog.gridshell.tasks.PutfileTask
Create a task that puts a file on a remote machine
Pwd - class org.globus.cog.gridshell.commands.taskcommands.Pwd.
 
Pwd() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Pwd
 
PwdTask - class org.globus.cog.gridshell.tasks.PwdTask.
A task to return the present working directory
PwdTask(StartTask) - Constructor for class org.globus.cog.gridshell.tasks.PwdTask
Create a task to return the present working directory
parse(GetOpt, String) - Method in class org.globus.cog.gridshell.getopt.app.ArgParserImpl
 
parse(String) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
parse(GetOpt, String) - Method in interface org.globus.cog.gridshell.getopt.interfaces.ArgParser
Parses a command line input into the getGetOpt()
parse(String) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Parse the given commandLineValue
peek() - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Looks at Object get(peekIndex) if peekIndex is 0 returns null
peek() - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
pop() - Method in interface org.globus.cog.gridshell.connectionmanager.ConnectionManager
Removes and returns the last created connection
pop() - Method in class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
 
previousWord - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
previousWordAction - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
printSizes(Component) - Static method in class org.globus.cog.gridshell.util.SpringUtilities
A debugging utility that prints to stdout the component's minimum, preferred, and maximum sizes.
println(Object) - Static method in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 
processCommandState() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
processCommandState() - Method in interface org.globus.cog.gridshell.interfaces.GridShell
Switches to a processing state
processVariablesForScope(String, Scope) - Static method in class org.globus.cog.gridshell.getopt.app.ArgParserImpl
Processes variables in scope for value using this ArgParserImpl
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.AbstractExecutableCommand
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Clear
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Echo
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Exit
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Gnetconfig
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Gridproxyinit
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Group
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.GshScripter
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Help
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Man
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Set
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.gsh.Work
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
propertyChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
push(StartTask) - Method in interface org.globus.cog.gridshell.connectionmanager.ConnectionManager
Adds a connection to the top of the stack
push(StartTask) - Method in class org.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
 

R

READ_ONLY - Static variable in interface org.globus.cog.gridshell.interfaces.Scope
Sets the variable to read only mode, it can't be written to
READ_WRITE - Static variable in interface org.globus.cog.gridshell.interfaces.Scope
Sets the variable to read write mode, this is the default mode
Rename - class org.globus.cog.gridshell.commands.taskcommands.Rename.
 
Rename() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Rename
 
RenameTask - class org.globus.cog.gridshell.tasks.RenameTask.
 
RenameTask(StartTask, String, String) - Constructor for class org.globus.cog.gridshell.tasks.RenameTask
Rename a file
RmFileTask - class org.globus.cog.gridshell.tasks.RmFileTask.
A task to remove a file
RmFileTask(StartTask, String) - Constructor for class org.globus.cog.gridshell.tasks.RmFileTask
Removes a file
Rmdir - class org.globus.cog.gridshell.commands.taskcommands.Rmdir.
 
Rmdir() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Rmdir
 
RmdirTask - class org.globus.cog.gridshell.tasks.RmdirTask.
A task to remove a directory
RmdirTask(StartTask, String, boolean) - Constructor for class org.globus.cog.gridshell.tasks.RmdirTask
Creates a task to remove a directory
Rmfile - class org.globus.cog.gridshell.commands.taskcommands.Rmfile.
 
Rmfile() - Constructor for class org.globus.cog.gridshell.commands.taskcommands.Rmfile
 
removeCommand(Command) - Method in class org.globus.cog.gridshell.commands.AbstractProgram
 
removeCommand(Command) - Method in class org.globus.cog.gridshell.commands.AbstractShellProgram
 
removeCommand(Command) - Method in interface org.globus.cog.gridshell.interfaces.Program
Removes a command from the commands submitted to this program
removeCredntails() - Method in class org.globus.cog.gridshell.commands.gsh.Group.GroupItem
 
removeGroupItem(Group.GroupItem) - Method in class org.globus.cog.gridshell.commands.gsh.Group.GroupContainer
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.globus.cog.gridshell.interfaces.GridShellApp
Removes pListener from the list of propertyChangeListeners
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.globus.cog.gridshell.interfaces.PropertyChangeNotifier
Remove a property change listener
removePropertyChangeListener(PropertyChangeListener) - Method in class org.globus.cog.gridshell.model.GridShellAppImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.globus.cog.gridshell.gui.VetoableTextAreaImpl
 
resetDefaultValidators() - Static method in class org.globus.cog.gridshell.getopt.app.StorableImpl
Remove all validators and then sets the default validators, synchronized on validators
restoreBindings() - Method in class org.globus.cog.gridshell.ctrl.AbstractActionBinder
Restores the bindings
resume() - Method in class org.globus.cog.gridshell.commands.AbstractExecutableCommand
 
resume() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
resume() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
resume() - Method in interface org.globus.cog.gridshell.interfaces.Command
Resumes this command
run() - Method in class org.globus.cog.gridshell.commands.AbstractExecutableCommand
 
run() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
runExample(String[]) - Method in class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
 

S

SPACE - Static variable in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
Scope - interface org.globus.cog.gridshell.interfaces.Scope.
Create a scope that variables can be stored in which may or may not have a super class
Scope.Mode - class org.globus.cog.gridshell.interfaces.Scope.Mode.
A class that designates the mode of this variable
Scope.Mode() - Constructor for class org.globus.cog.gridshell.interfaces.Scope.Mode
 
ScopeException - exception org.globus.cog.gridshell.model.ScopeException.
 
ScopeException(String) - Constructor for class org.globus.cog.gridshell.model.ScopeException
 
ScopeException(String, Throwable) - Constructor for class org.globus.cog.gridshell.model.ScopeException
 
ScopeImpl - class org.globus.cog.gridshell.model.ScopeImpl.
An implementation of Scope
ScopeImpl(Scope) - Constructor for class org.globus.cog.gridshell.model.ScopeImpl
Allows a superclass to be specified
ScopeImpl() - Constructor for class org.globus.cog.gridshell.model.ScopeImpl
Default Constructor
ScopeImplTest - class org.globus.cog.gridshell.model.test.ScopeImplTest.
 
ScopeImplTest() - Constructor for class org.globus.cog.gridshell.model.test.ScopeImplTest
 
ScopeableProperties - class org.globus.cog.gridshell.model.ScopeableProperties.
Allows property values to be processed with a given scope.
ScopeableProperties() - Constructor for class org.globus.cog.gridshell.model.ScopeableProperties
 
ScopeableProperties(File) - Constructor for class org.globus.cog.gridshell.model.ScopeableProperties
 
ScopeableProperties(File, String) - Constructor for class org.globus.cog.gridshell.model.ScopeableProperties
 
ScopeableProperties.KeyComparator - class org.globus.cog.gridshell.model.ScopeableProperties.KeyComparator.
Trys to convert keys to a number if can't then it compares as String
ScopeableProperties.KeyComparator(String) - Constructor for class org.globus.cog.gridshell.model.ScopeableProperties.KeyComparator
 
ScopeablePropertiesTest - class org.globus.cog.gridshell.model.test.ScopeablePropertiesTest.
 
ScopeablePropertiesTest() - Constructor for class org.globus.cog.gridshell.model.test.ScopeablePropertiesTest
 
Set - class org.globus.cog.gridshell.commands.gsh.Set.
 
Set() - Constructor for class org.globus.cog.gridshell.commands.gsh.Set
 
ShellBinder - class org.globus.cog.gridshell.ctrl.ShellBinder.
 
ShellBinder(GridShell) - Constructor for class org.globus.cog.gridshell.ctrl.ShellBinder
 
ShellHistory - interface org.globus.cog.gridshell.interfaces.ShellHistory.
 
ShellHistoryException - exception org.globus.cog.gridshell.model.ShellHistoryException.
 
ShellHistoryException(String) - Constructor for class org.globus.cog.gridshell.model.ShellHistoryException
 
ShellHistoryException(String, Throwable) - Constructor for class org.globus.cog.gridshell.model.ShellHistoryException
 
ShellHistoryImpl - class org.globus.cog.gridshell.model.ShellHistoryImpl.
 
ShellHistoryImpl() - Constructor for class org.globus.cog.gridshell.model.ShellHistoryImpl
 
ShellHistoryImpl(int) - Constructor for class org.globus.cog.gridshell.model.ShellHistoryImpl
 
SpringUtilities - class org.globus.cog.gridshell.util.SpringUtilities.
A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
SpringUtilities() - Constructor for class org.globus.cog.gridshell.util.SpringUtilities
 
StartTask - class org.globus.cog.gridshell.tasks.StartTask.
A task to start, open, a connection
StartTask(Object, String, String, int) - Constructor for class org.globus.cog.gridshell.tasks.StartTask
Creates a task that provides a connection
StdOutputListener - interface org.globus.cog.gridshell.interfaces.StdOutputListener.
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
StopTask - class org.globus.cog.gridshell.tasks.StopTask.
Stops, closes, the connection
StopTask(StartTask) - Constructor for class org.globus.cog.gridshell.tasks.StopTask
A task that stops the connection
Storable - interface org.globus.cog.gridshell.getopt.interfaces.Storable.
An extended idea of a Variable.
StorableImpl - class org.globus.cog.gridshell.getopt.app.StorableImpl.
An implemenation of Storable
StorableImpl(String, Class, boolean, Object) - Constructor for class org.globus.cog.gridshell.getopt.app.StorableImpl
A Constructor for a Storable
selectAll - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
selectAllAction - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
selectionBackward - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
selectionBackwardAction - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
selectionBeginLine - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
selectionBeginLineAction - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
selectionPreviousWord - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
selectionPreviousWordAction - Variable in class org.globus.cog.gridshell.gui.PromptFilterImpl
 
setApplication(GridShellApp) - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
setApplication(GridShellApp) - Method in interface org.globus.cog.gridshell.interfaces.GridShell
Allows applications to be set by new shells
setArguments(String[]) - Method in class org.globus.cog.gridshell.tasks.AbstractFileTask
 
setCancelAction(Action) - Method in class org.globus.cog.gridshell.util.MessageDialog
 
setCloseAction(Action) - Method in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
setCommandValue(String) - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
setCommandValue(String) - Method in interface org.globus.cog.gridshell.interfaces.GridShellGUI
Set the prompt plus commandline value
setDescription(String) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
setDescription(String) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Sets the description for this command
setHistory(Object[]) - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Set the history to a Object[]
setHistory(Object[]) - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
setHistoryAt(int, Object) - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Set the history value at index i
setHistoryAt(int, Object) - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
setHistorySize(int) - Method in interface org.globus.cog.gridshell.interfaces.ShellHistory
Resizes the history and preserves as many history objects as permitted by the new history size
setHistorySize(int) - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
setHistoryValue(String) - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl
 
setHistoryValue(String) - Method in interface org.globus.cog.gridshell.interfaces.GridShellGUI
Set the history
setMode(String, Scope.Mode) - Method in interface org.globus.cog.gridshell.interfaces.Scope
Sets the mode of a variable
setMode(String, Scope.Mode) - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
setOkAction(Action) - Method in class org.globus.cog.gridshell.util.MessageDialog
 
setPrompt(String) - Method in class org.globus.cog.gridshell.gui.PromptFilterImpl
Sets the prompt value to prevent from editing
setPrompt(String) - Method in interface org.globus.cog.gridshell.interfaces.GridShellApp
Set the prompt to nPrompt
setPrompt(String) - Method in class org.globus.cog.gridshell.model.GridShellAppImpl
 
setRedirectIPAddress(String) - Static method in class org.globus.cog.gridshell.IPGetSetter
 
setRedirectIPAddressDev(String) - Static method in class org.globus.cog.gridshell.IPGetSetter
 
setResult(Object) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
setScope(Scope) - Method in class org.globus.cog.gridshell.getopt.app.GetOptImpl
 
setScope(Scope) - Method in interface org.globus.cog.gridshell.getopt.interfaces.GetOpt
Sets the scope
setStatusCode(int) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
setStatusCode(int) - Method in interface org.globus.cog.gridshell.interfaces.Command
Sets the status of this Command
setStatusCompleted() - Method in class org.globus.cog.gridshell.commands.AbstractCommand
A helper method that calls this.setStatusCode(Status.COMPLETED);
setStatusFailed(String) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
setStatusFailed(String, Exception) - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
setStdErr(String) - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
setStdOut(String) - Method in class org.globus.cog.gridshell.tasks.ExecTask
 
setTask(AbstractTask) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
setUp() - Method in class org.globus.cog.gridshell.commands.test.CommandPropertiesTest
 
setUp() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
setValidator(Class, Validator) - Static method in class org.globus.cog.gridshell.getopt.app.StorableImpl
Adds a validator
setValue(Object) - Method in class org.globus.cog.gridshell.getopt.app.StorableImpl
 
setValue(Object) - Method in interface org.globus.cog.gridshell.getopt.interfaces.Storable
Sets the value, if it is a String it reuses the validator associated with this type
setVariableTo(String, Object) - Method in interface org.globus.cog.gridshell.interfaces.Scope
If a variable "name" is defined in "this" sets the variable to value, next checks for the variable "name" up the superclass chain.
setVariableTo(String, Object) - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
show() - Method in class org.globus.cog.gridshell.util.MessageDialog
 
showOutput(Scope, int) - Static method in class org.globus.cog.gridshell.tasks.examples.EchoExample
 
singleCommand() - Method in class org.globus.cog.gridshell.commands.gsh.Help
 
statusChanged(StatusEvent) - Method in class org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
 
statusChanged(StatusEvent) - Method in class org.globus.cog.gridshell.tasks.StartTask
 
stdErrOutput(Object) - Method in interface org.globus.cog.gridshell.interfaces.StdOutputListener
Outputs message to standard error
stdErrOutput(Exception) - Method in interface org.globus.cog.gridshell.interfaces.StdOutputListener
Outputs the exception to standard error Allows for stack traces to be gotten
stdOutput(Object) - Method in interface org.globus.cog.gridshell.interfaces.StdOutputListener
Outputs message to standard output
stringValidator - Static variable in interface org.globus.cog.gridshell.getopt.interfaces.Validator
Doesn't really do anything since the input is a String
submitAndWait() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
submitNextCommand() - Method in class org.globus.cog.gridshell.commands.gsh.GshScripter
 
submitTask() - Method in class org.globus.cog.gridshell.tasks.AbstractTask
 
suspend() - Method in class org.globus.cog.gridshell.commands.AbstractExecutableCommand
 
suspend() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
suspend() - Method in class org.globus.cog.gridshell.commands.gsh.Gsh
 
suspend() - Method in interface org.globus.cog.gridshell.interfaces.Command
Suspends this command

T

TAB - Static variable in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 
TEST_DIR - Static variable in class org.globus.cog.gridshell.test.AbstractGridshellTest
 
TITLE - Static variable in class org.globus.cog.gridshell.ctrl.GridShellImpl
 
TRUE - Static variable in interface org.globus.cog.gridshell.getopt.interfaces.Option
Used for flag variables for true
tearDown() - Method in class org.globus.cog.gridshell.commands.test.CommandPropertiesTest
 
tearDown() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testArg() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testCommandCount() - Method in class org.globus.cog.gridshell.commands.test.CommandPropertiesTest
 
testDefaultValidators() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testDynamicOptions() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
Dynamic options must be a flag, this is used when needing to get a command name so that we can get the options
testEnvVar() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testEscapedCommandName() - Method in class org.globus.cog.gridshell.commands.test.CommandPropertiesTest
 
testEscapedVar() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testInherit() - Method in class org.globus.cog.gridshell.commands.test.CommandPropertiesTest
Ensures that the correct command name is matched to the correct value based upon the super classes
testKeySet() - Method in class org.globus.cog.gridshell.model.test.ScopeablePropertiesTest
 
testNoSuperSize() - Method in class org.globus.cog.gridshell.model.test.ScopeablePropertiesTest
 
testNullEnvVar() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testOption() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testOptions() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testParseArgument() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testRequired() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testStrictAndTwice() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testSuperSize() - Method in class org.globus.cog.gridshell.model.test.ScopeablePropertiesTest
 
testSuperValues() - Method in class org.globus.cog.gridshell.model.test.ScopeablePropertiesTest
 
testUndefinedVar() - Method in class org.globus.cog.gridshell.getopt.test.GetOptTest
 
testValues() - Method in class org.globus.cog.gridshell.model.test.ScopeablePropertiesTest
 
toString() - Method in class org.globus.cog.gridshell.commands.AbstractShellCommand
 
toString() - Method in class org.globus.cog.gridshell.commands.gsh.Group.GroupContainer
 
toString() - Method in class org.globus.cog.gridshell.commands.gsh.Group.GroupItem
 
toString() - Method in class org.globus.cog.gridshell.getopt.app.ArgumentImpl
 
toString() - Method in class org.globus.cog.gridshell.getopt.app.OptionImpl
 
toString() - Method in class org.globus.cog.gridshell.getopt.app.StorableImpl
 
toString() - Method in class org.globus.cog.gridshell.model.ShellHistoryImpl
 
transferFile(String) - Method in class org.globus.cog.gridshell.tasks.examples.MatrixMultiplyImpl
 

U

unlock() - Method in class org.globus.cog.gridshell.gui.GridShellGUIImpl.Bool
 
unsupported() - Method in class org.globus.cog.gridshell.commands.AbstractCommand
 
upKeyPressed() - Method in class org.globus.cog.gridshell.ctrl.ShellBinder
 
uriValidator - Static variable in interface org.globus.cog.gridshell.getopt.interfaces.Validator
Returns a java.net.URI
urlValidator - Static variable in interface org.globus.cog.gridshell.getopt.interfaces.Validator
Returns a java.net.URL

V

Validator - interface org.globus.cog.gridshell.getopt.interfaces.Validator.
Allows Strings to be turned into the objects that are mapped to their type.
VetoableTextAreaImpl - class org.globus.cog.gridshell.gui.VetoableTextAreaImpl.
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
VetoableTextAreaImpl() - Constructor for class org.globus.cog.gridshell.gui.VetoableTextAreaImpl
 
validate(String) - Method in interface org.globus.cog.gridshell.getopt.interfaces.Validator
Ensures that Something is a valid type
variableExists(String) - Method in interface org.globus.cog.gridshell.interfaces.Scope
Returns true of the variable exists either in "this" or up the super chain
variableExists(String) - Method in class org.globus.cog.gridshell.model.ScopeImpl
 
vetoableChange(PropertyChangeEvent) - Method in class org.globus.cog.gridshell.gui.PromptFilterImpl
 

W

Work - class org.globus.cog.gridshell.commands.gsh.Work.
 
Work() - Constructor for class org.globus.cog.gridshell.commands.gsh.Work
 

A B C D E F G H I J K L M N O P R S T U V W