Class DummyFileUploadRepository.Slot

    • Constructor Summary

      Constructors 
      Constructor Description
      Slot​(tigase.xmpp.jid.BareJID uploader, java.lang.String slotId, java.lang.String filename, long filesize, java.lang.String contentType, java.util.Date timestamp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String slotId, long filesize, java.lang.String contentType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Slot

        public Slot​(tigase.xmpp.jid.BareJID uploader,
                    java.lang.String slotId,
                    java.lang.String filename,
                    long filesize,
                    java.lang.String contentType,
                    java.util.Date timestamp)
    • Method Detail

      • matches

        public boolean matches​(java.lang.String slotId,
                               long filesize,
                               java.lang.String contentType)
        Overrides:
        matches in class FileUploadRepository.Slot