Searched defs:replyCode (Results 1 - 25 of 149) sorted by relevance

123456

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java81 * @param replyCode - the reply code to check
83 * - if the replyCode is invalid
85 protected void assertValidReplyCode(int replyCode) { argument
86 Assert.isTrue(replyCode > 0, "The number [" + replyCode + "] is not a valid reply code");
H A DAbstractStaticReplyCommandHandler.java23 * code by setting the required <code>replyCode</code> property. If only the
24 * <code>replyCode</code> property is set, then the default reply text corresponding to that
38 protected int replyCode = 0; field in class:AbstractStaticReplyCommandHandler
41 // the replyCode.
51 * @param replyCode - the replyCode
53 * @throws org.mockftpserver.core.util.AssertFailedException - if the replyCode is not valid
55 public void setReplyCode(int replyCode) { argument
56 assertValidReplyCode(replyCode);
57 this.replyCode
[all...]
H A DStaticReplyCommandHandler.java23 * returned reply code by setting the required <code>replyCode</code> property. If only the
24 * <code>replyCode</code> property is set, then the default reply text corresponding to that
43 * Create a new instance with the specified replyCode
44 * @param replyCode - the replyCode to use
45 * @throws AssertFailedException - if the replyCode is null
47 public StaticReplyCommandHandler(int replyCode) { argument
48 setReplyCode(replyCode);
52 * Create a new instance with the specified replyCode and replyText
53 * @param replyCode
57 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandler.java24 * returned reply code by setting the required <code>replyCode</code> property. If only the
25 * <code>replyCode</code> property is set, then the default reply text corresponding to that
44 * Create a new instance with the specified replyCode
45 * @param replyCode - the replyCode to use
46 * @throws AssertFailedException - if the replyCode is null
48 public StaticReplyCommandHandler(int replyCode) { argument
49 setReplyCode(replyCode);
53 * Create a new instance with the specified replyCode and replyText
54 * @param replyCode
58 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubCommandHandler.java36 protected int replyCode = 0; field in class:AbstractStubCommandHandler
39 // the replyCode.
49 * @param replyCode - the replyCode
51 * @throws AssertFailedException - if the replyCode is not valid
53 public void setReplyCode(int replyCode) { argument
54 assertValidReplyCode(replyCode);
55 this.replyCode = replyCode;
59 * Set the reply text. If null, then use the (default) message key for the replyCode
[all...]
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandler.java24 * returned reply code by setting the required <code>replyCode</code> property. If only the
25 * <code>replyCode</code> property is set, then the default reply text corresponding to that
44 * Create a new instance with the specified replyCode
45 * @param replyCode - the replyCode to use
46 * @throws AssertFailedException - if the replyCode is null
48 public StaticReplyCommandHandler(int replyCode) { argument
49 setReplyCode(replyCode);
53 * Create a new instance with the specified replyCode and replyText
54 * @param replyCode
58 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubCommandHandler.java36 protected int replyCode = 0; field in class:AbstractStubCommandHandler
39 // the replyCode.
49 * @param replyCode - the replyCode
51 * @throws AssertFailedException - if the replyCode is not valid
53 public void setReplyCode(int replyCode) { argument
54 assertValidReplyCode(replyCode);
55 this.replyCode = replyCode;
59 * Set the reply text. If null, then use the (default) message key for the replyCode
[all...]
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandler.java24 * returned reply code by setting the required <code>replyCode</code> property. If only the
25 * <code>replyCode</code> property is set, then the default reply text corresponding to that
44 * Create a new instance with the specified replyCode
45 * @param replyCode - the replyCode to use
46 * @throws AssertFailedException - if the replyCode is null
48 public StaticReplyCommandHandler(int replyCode) { argument
49 setReplyCode(replyCode);
53 * Create a new instance with the specified replyCode and replyText
54 * @param replyCode
58 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubCommandHandler.java36 protected int replyCode = 0; field in class:AbstractStubCommandHandler
39 // the replyCode.
49 * @param replyCode - the replyCode
51 * @throws AssertFailedException - if the replyCode is not valid
53 public void setReplyCode(int replyCode) { argument
54 assertValidReplyCode(replyCode);
55 this.replyCode = replyCode;
59 * Set the reply text. If null, then use the (default) message key for the replyCode
[all...]
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandler.java24 * returned reply code by setting the required <code>replyCode</code> property. If only the
25 * <code>replyCode</code> property is set, then the default reply text corresponding to that
44 * Create a new instance with the specified replyCode
45 * @param replyCode - the replyCode to use
46 * @throws AssertFailedException - if the replyCode is null
48 public StaticReplyCommandHandler(int replyCode) { argument
49 setReplyCode(replyCode);
53 * Create a new instance with the specified replyCode and replyText
54 * @param replyCode
58 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubCommandHandler.java36 protected int replyCode = 0; field in class:AbstractStubCommandHandler
39 // the replyCode.
49 * @param replyCode - the replyCode
51 * @throws AssertFailedException - if the replyCode is not valid
53 public void setReplyCode(int replyCode) { argument
54 assertValidReplyCode(replyCode);
55 this.replyCode = replyCode;
59 * Set the reply text. If null, then use the (default) message key for the replyCode
[all...]
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandler.java24 * returned reply code by setting the required <code>replyCode</code> property. If only the
25 * <code>replyCode</code> property is set, then the default reply text corresponding to that
44 * Create a new instance with the specified replyCode
45 * @param replyCode - the replyCode to use
46 * @throws AssertFailedException - if the replyCode is null
48 public StaticReplyCommandHandler(int replyCode) { argument
49 setReplyCode(replyCode);
53 * Create a new instance with the specified replyCode and replyText
54 * @param replyCode
58 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubCommandHandler.java36 protected int replyCode = 0; field in class:AbstractStubCommandHandler
39 // the replyCode.
49 * @param replyCode - the replyCode
51 * @throws AssertFailedException - if the replyCode is not valid
53 public void setReplyCode(int replyCode) { argument
54 assertValidReplyCode(replyCode);
55 this.replyCode = replyCode;
59 * Set the reply text. If null, then use the (default) message key for the replyCode
[all...]
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandler.java24 * returned reply code by setting the required <code>replyCode</code> property. If only the
25 * <code>replyCode</code> property is set, then the default reply text corresponding to that
44 * Create a new instance with the specified replyCode
45 * @param replyCode - the replyCode to use
46 * @throws AssertFailedException - if the replyCode is null
48 public StaticReplyCommandHandler(int replyCode) { argument
49 setReplyCode(replyCode);
53 * Create a new instance with the specified replyCode and replyText
54 * @param replyCode
58 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubCommandHandler.java36 protected int replyCode = 0; field in class:AbstractStubCommandHandler
39 // the replyCode.
49 * @param replyCode - the replyCode
51 * @throws AssertFailedException - if the replyCode is not valid
53 public void setReplyCode(int replyCode) { argument
54 assertValidReplyCode(replyCode);
55 this.replyCode = replyCode;
59 * Set the reply text. If null, then use the (default) message key for the replyCode
[all...]
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandler.java24 * returned reply code by setting the required <code>replyCode</code> property. If only the
25 * <code>replyCode</code> property is set, then the default reply text corresponding to that
44 * Create a new instance with the specified replyCode
45 * @param replyCode - the replyCode to use
46 * @throws AssertFailedException - if the replyCode is null
48 public StaticReplyCommandHandler(int replyCode) { argument
49 setReplyCode(replyCode);
53 * Create a new instance with the specified replyCode and replyText
54 * @param replyCode
58 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubCommandHandler.java36 protected int replyCode = 0; field in class:AbstractStubCommandHandler
39 // the replyCode.
49 * @param replyCode - the replyCode
51 * @throws AssertFailedException - if the replyCode is not valid
53 public void setReplyCode(int replyCode) { argument
54 assertValidReplyCode(replyCode);
55 this.replyCode = replyCode;
59 * Set the reply text. If null, then use the (default) message key for the replyCode
[all...]
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandler.java24 * returned reply code by setting the required <code>replyCode</code> property. If only the
25 * <code>replyCode</code> property is set, then the default reply text corresponding to that
44 * Create a new instance with the specified replyCode
45 * @param replyCode - the replyCode to use
46 * @throws AssertFailedException - if the replyCode is null
48 public StaticReplyCommandHandler(int replyCode) { argument
49 setReplyCode(replyCode);
53 * Create a new instance with the specified replyCode and replyText
54 * @param replyCode
58 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubCommandHandler.java36 protected int replyCode = 0; field in class:AbstractStubCommandHandler
39 // the replyCode.
49 * @param replyCode - the replyCode
51 * @throws AssertFailedException - if the replyCode is not valid
53 public void setReplyCode(int replyCode) { argument
54 assertValidReplyCode(replyCode);
55 this.replyCode = replyCode;
59 * Set the reply text. If null, then use the (default) message key for the replyCode
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java80 * @param replyCode - the reply code to check
82 * - if the replyCode is invalid
84 protected void assertValidReplyCode(int replyCode) { argument
85 Assert.isTrue(replyCode > 0, "The number [" + replyCode + "] is not a valid reply code");
H A DAbstractStaticReplyCommandHandler.java23 * code by setting the required <code>replyCode</code> property. If only the
24 * <code>replyCode</code> property is set, then the default reply text corresponding to that
38 protected int replyCode = 0; field in class:AbstractStaticReplyCommandHandler
41 // the replyCode.
51 * @param replyCode - the replyCode
53 * @throws org.mockftpserver.core.util.AssertFailedException - if the replyCode is not valid
55 public void setReplyCode(int replyCode) { argument
56 assertValidReplyCode(replyCode);
57 this.replyCode
[all...]
H A DStaticReplyCommandHandler.java23 * returned reply code by setting the required <code>replyCode</code> property. If only the
24 * <code>replyCode</code> property is set, then the default reply text corresponding to that
43 * Create a new instance with the specified replyCode
44 * @param replyCode - the replyCode to use
45 * @throws AssertFailedException - if the replyCode is null
47 public StaticReplyCommandHandler(int replyCode) { argument
48 setReplyCode(replyCode);
52 * Create a new instance with the specified replyCode and replyText
53 * @param replyCode
57 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java80 * @param replyCode - the reply code to check
82 * - if the replyCode is invalid
84 protected void assertValidReplyCode(int replyCode) { argument
85 Assert.isTrue(replyCode > 0, "The number [" + replyCode + "] is not a valid reply code");
H A DAbstractStaticReplyCommandHandler.java23 * code by setting the required <code>replyCode</code> property. If only the
24 * <code>replyCode</code> property is set, then the default reply text corresponding to that
38 protected int replyCode = 0; field in class:AbstractStaticReplyCommandHandler
41 // the replyCode.
51 * @param replyCode - the replyCode
53 * @throws org.mockftpserver.core.util.AssertFailedException - if the replyCode is not valid
55 public void setReplyCode(int replyCode) { argument
56 assertValidReplyCode(replyCode);
57 this.replyCode
[all...]
H A DStaticReplyCommandHandler.java23 * returned reply code by setting the required <code>replyCode</code> property. If only the
24 * <code>replyCode</code> property is set, then the default reply text corresponding to that
43 * Create a new instance with the specified replyCode
44 * @param replyCode - the replyCode to use
45 * @throws AssertFailedException - if the replyCode is null
47 public StaticReplyCommandHandler(int replyCode) { argument
48 setReplyCode(replyCode);
52 * Create a new instance with the specified replyCode and replyText
53 * @param replyCode
57 StaticReplyCommandHandler(int replyCode, String replyText) argument
[all...]

Completed in 241 milliseconds

123456