org.mockftpserver.core.command
Interface ReplyTextBundleAware

All Known Implementing Classes:
AborCommandHandler, AborCommandHandler, AbstractCommandHandler, AbstractFakeCommandHandler, AbstractStaticReplyCommandHandler, AbstractStorCommandHandler, AbstractStoreFileCommandHandler, AbstractStubCommandHandler, AbstractStubDataCommandHandler, AbstractTrackingCommandHandler, AcctCommandHandler, AcctCommandHandler, AlloCommandHandler, AlloCommandHandler, AppeCommandHandler, AppeCommandHandler, CdupCommandHandler, CdupCommandHandler, ConnectCommandHandler, CwdCommandHandler, CwdCommandHandler, DeleCommandHandler, DeleCommandHandler, EprtCommandHandler, EprtCommandHandler, EpsvCommandHandler, EpsvCommandHandler, FileRetrCommandHandler, HelpCommandHandler, HelpCommandHandler, ListCommandHandler, ListCommandHandler, MkdCommandHandler, MkdCommandHandler, ModeCommandHandler, ModeCommandHandler, NlstCommandHandler, NlstCommandHandler, NoopCommandHandler, NoopCommandHandler, PassCommandHandler, PassCommandHandler, PasvCommandHandler, PasvCommandHandler, PortCommandHandler, PortCommandHandler, PwdCommandHandler, PwdCommandHandler, QuitCommandHandler, QuitCommandHandler, ReinCommandHandler, ReinCommandHandler, RestCommandHandler, RestCommandHandler, RetrCommandHandler, RetrCommandHandler, RmdCommandHandler, RmdCommandHandler, RnfrCommandHandler, RnfrCommandHandler, RntoCommandHandler, RntoCommandHandler, SimpleCompositeCommandHandler, SiteCommandHandler, SiteCommandHandler, SmntCommandHandler, SmntCommandHandler, StatCommandHandler, StatCommandHandler, StaticReplyCommandHandler, StorCommandHandler, StorCommandHandler, StouCommandHandler, StouCommandHandler, StruCommandHandler, StruCommandHandler, SystCommandHandler, SystCommandHandler, TypeCommandHandler, TypeCommandHandler, UnsupportedCommandHandler, UserCommandHandler, UserCommandHandler

public interface ReplyTextBundleAware

Interface for objects that allow getting and setting a reply text ResourceBundle. This interface is implemented by CommandHandlers so that the StubFtpServer can automatically set the default reply text ResourceBundle for the CommandHandler.

Version:
$Revision: 8 $ - $Date: 2007-12-18 22:42:32 -0500 (Tue, 18 Dec 2007) $
Author:
Chris Mair

Method Summary
 ResourceBundle getReplyTextBundle()
          Return the ResourceBundle containing the reply text messages
 void setReplyTextBundle(ResourceBundle replyTextBundle)
          Set the ResourceBundle containing the reply text messages
 

Method Detail

getReplyTextBundle

ResourceBundle getReplyTextBundle()
Return the ResourceBundle containing the reply text messages

Returns:
the replyTextBundle

setReplyTextBundle

void setReplyTextBundle(ResourceBundle replyTextBundle)
Set the ResourceBundle containing the reply text messages

Parameters:
replyTextBundle - - the replyTextBundle to set


Copyright © 2014. All rights reserved.