Searched refs:PARAMETERS_KEY (Results 1 - 25 of 42) sorted by relevance

12

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
37 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
50 invocationRecord.set(PARAMETERS_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/stub/command/
H A DSiteCommandHandler.java29 * <li>{@link #PARAMETERS_KEY} ("parameters") - the site parameters submitted on the invocation (the first command parameter)
38 public static final String PARAMETERS_KEY = "parameters"; field in class:SiteCommandHandler
51 invocationRecord.set(PARAMETERS_KEY, command.getRequiredString(0));
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
H A DSiteCommandHandlerTest.java51 verifyOneDataElement(commandHandler.getInvocation(0), SiteCommandHandler.PARAMETERS_KEY, PARAMETERS1);
52 verifyOneDataElement(commandHandler.getInvocation(1), SiteCommandHandler.PARAMETERS_KEY, PARAMETERS2);
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
H A DSiteCommandHandlerTest.java52 verifyOneDataElement(commandHandler.getInvocation(0), SiteCommandHandler.PARAMETERS_KEY, PARAMETERS1);
53 verifyOneDataElement(commandHandler.getInvocation(1), SiteCommandHandler.PARAMETERS_KEY, PARAMETERS2);
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/
H A DSiteCommandHandlerTest.java52 verifyOneDataElement(commandHandler.getInvocation(0), SiteCommandHandler.PARAMETERS_KEY, PARAMETERS1);
53 verifyOneDataElement(commandHandler.getInvocation(1), SiteCommandHandler.PARAMETERS_KEY, PARAMETERS2);
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/
H A DSiteCommandHandlerTest.java52 verifyOneDataElement(commandHandler.getInvocation(0), SiteCommandHandler.PARAMETERS_KEY, PARAMETERS1);
53 verifyOneDataElement(commandHandler.getInvocation(1), SiteCommandHandler.PARAMETERS_KEY, PARAMETERS2);

Completed in 403 milliseconds

12