/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 44 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 45 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 48 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 50 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 53 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 54 String parentPath = getFileSystem().getParent(path); in handle() 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 70 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 73 getFileSystem().add(file); in handle()
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/ |
D | RmdCommandHandler.java | 42 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); in handle() 43 … verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); in handle() 44 …verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directory… in handle() 47 verifyWritePermission(session, getFileSystem().getParent(path)); in handle() 49 getFileSystem().delete(path); in handle()
|
D | AbstractStoreFileCommandHandler.java | 50 … verifyFileSystemCondition(!getFileSystem().isDirectory(path), path, "filesystem.isDirectory"); in handle() 51 String parentPath = getFileSystem().getParent(path); in handle() 52 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() 55 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 67 FileEntry file = (FileEntry) getFileSystem().getEntry(path); in handle() 70 getFileSystem().add(file); in handle()
|
D | MkdCommandHandler.java | 42 String parent = getFileSystem().getParent(path); in handle() 45 … verifyFileSystemCondition(getFileSystem().exists(parent), parent, "filesystem.doesNotExist"); in handle() 46 verifyFileSystemCondition(!getFileSystem().exists(path), path, "filesystem.alreadyExists"); in handle() 55 getFileSystem().add(dirEntry); in handle()
|