Searched defs:FILE_STRUCTURE_KEY (Results 1 - 21 of 21) sorted by relevance

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
37 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
50 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredParameter(0));
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/stub/command/
H A DStruCommandHandler.java29 * <li>{@link #FILE_STRUCTURE_KEY} ("fileStructure") - the file structure code submitted on the invocation (the first command parameter)
38 public static final String FILE_STRUCTURE_KEY = "fileStructure"; field in class:StruCommandHandler
51 invocationRecord.set(FILE_STRUCTURE_KEY, command.getRequiredString(0));

Completed in 2511 milliseconds