Package highfive.commands
Class HashCommand
- java.lang.Object
-
- highfive.commands.Command
-
- highfive.commands.DataSourceCommand
-
- highfive.commands.GenericHashCommand
-
- highfive.commands.HashCommand
-
public class HashCommand extends GenericHashCommand
-
-
Field Summary
-
Fields inherited from class highfive.commands.GenericHashCommand
hashFile
-
Fields inherited from class highfive.commands.DataSourceCommand
DF, ds
-
-
Constructor Summary
Constructors Constructor Description HashCommand(String datasourceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class highfive.commands.GenericHashCommand
hash
-
Methods inherited from class highfive.commands.DataSourceCommand
checkIfHashingAndCopyingIsSupported, displayRowCount, run
-
Methods inherited from class highfive.commands.Command
error, error, getCommandName, info
-
-
-
-
Constructor Detail
-
HashCommand
public HashCommand(String datasourceName) throws InvalidConfigurationException, SQLException, UnsupportedDatabaseTypeException
-
-
Method Detail
-
execute
public void execute() throws NoSuchAlgorithmException, SQLException, UnsupportedDatabaseTypeException, InvalidSchemaException, CouldNotHashException, IOException, InvalidHashFileException, InvalidConfigurationException
-
-