Package ffx.potential.commands.test
Class PrmToProperty
java.lang.Object
ffx.utilities.FFXCommand
ffx.potential.cli.PotentialCommand
ffx.potential.commands.test.PrmToProperty
The PrmToProperty script converts a TINKER *.prm file to Java properties.
Usage: ffxc test.PrmToProperty <filename>
-
Field Summary
Fields inherited from class ffx.potential.cli.PotentialCommand
activeAssembly, baseDir, potentialFunctions
Fields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version
-
Constructor Summary
ConstructorsConstructorDescriptionPrmToProperty Constructor.PrmToProperty
(FFXBinding binding) PrmToProperty Constructor.PrmToProperty
(String[] args) PrmToProperty constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.potential.cli.PotentialCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getBaseDirString, getPotentials, init, setActiveAssembly
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
PrmToProperty
public PrmToProperty()PrmToProperty Constructor. -
PrmToProperty
PrmToProperty Constructor.- Parameters:
binding
- Binding to use.
-
PrmToProperty
PrmToProperty constructor that sets the command line arguments.- Parameters:
args
- Command line arguments.
-
-
Method Details
-
run
Execute the script.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-