com.ibm.commerce.tools.attachment.commands

Class FileAntiVirusCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, FileAntiVirusCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class FileAntiVirusCmdImpl
    extends TaskCommandImpl
    implements FileAntiVirusCmd
    This command is the default implementation of the FileAntiVirusCmd interface. This command performs no operations.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FileAntiVirusCmdImpl

        public FileAntiVirusCmdImpl()
    • Method Detail

      • setUploadedFile

        public void setUploadedFile(UploadedFile uploadedFile)
        This method sets the uploaded file to be scanned.
        Specified by:
        setUploadedFile in interface FileAntiVirusCmd
        Parameters:
        uploadedFile - the uploaded file.
      • setFilePath

        public void setFilePath(java.lang.String filePath)
        This method sets the file path to be scanned.
        Specified by:
        setFilePath in interface FileAntiVirusCmd
        Parameters:
        filePath - the absolute file path.