Class ImapCommandFactory


  • public class ImapCommandFactory
    extends java.lang.Object
    A factory for ImapCommand instances, provided based on the command name. Command instances are created on demand, when first accessed.
    Version:
    $Revision: 109034 $
    Author:
    Darrell DeBoer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ImapCommand getCommand​(java.lang.String commandName)  
      • Methods inherited from class java.lang.Object

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

      • ImapCommandFactory

        public ImapCommandFactory()
    • Method Detail

      • getCommand

        public ImapCommand getCommand​(java.lang.String commandName)