Uses of Class
ffx.utilities.FFXCommand
Packages that use FFXCommand
Package
Description
The Potential CLI package defines reusable options for PicoCLI command line scripts.
The Utilities package implements a variety of useful Directory, File, Port, String, etc
functionality.
-
Uses of FFXCommand in ffx.potential.cli
Subclasses of FFXCommand in ffx.potential.cliModifier and TypeClassDescriptionclass
Base class for scripts in the Potentials package, providing some key functions. -
Uses of FFXCommand in ffx.potential.commands
Subclasses of FFXCommand in ffx.potential.commandsModifier and TypeClassDescriptionclass
The Energy script evaluates the energy of a system. -
Uses of FFXCommand in ffx.utilities
Methods in ffx.utilities that return FFXCommandMethods in ffx.utilities that return types with arguments of type FFXCommandModifier and TypeMethodDescriptionstatic Class
<? extends FFXCommand> FFXCommand.getCommand
(String name) Use the System ClassLoader to find the requested command.