A C D E F G H I J L M O P R S T U W
All Classes All Packages
All Classes All Packages
A
- appendContent(String) - Method in class org.alfresco.ftp.FTPWrapper
-
Append content to file
- assertThat() - Method in class org.alfresco.ftp.FTPWrapper
- authenticateUser(UserModel) - Method in class org.alfresco.ftp.FTPWrapper
- authenticateUser(UserModel, int) - Method in class org.alfresco.ftp.FTPWrapper
-
Authenticate user and set the file transfer mode (use
FTP) codes: 10 - FTP.STREAM_TRANSFER_MODE, 11 - FTP.BLOCK_TRANSFER_MODE, 12 - FTP.COMPRESSED_TRANSFER_MODE) - authenticateUser(UserModel, String, int) - Method in class org.alfresco.ftp.FTPWrapper
C
- changeWorkingDirectory(String) - Method in class org.alfresco.ftp.FTPWrapper
- contentExists() - Method in class org.alfresco.ftp.dsl.FTPUtil
-
Verify if a file or folder exists in FTP
- contentIs(String) - Method in class org.alfresco.ftp.dsl.FTPAssertion
- copyTo(ContentModel) - Method in class org.alfresco.ftp.FTPWrapper
- createFile(FileModel) - Method in class org.alfresco.ftp.FTPWrapper
- createFile(FileModel, int) - Method in class org.alfresco.ftp.FTPWrapper
- createFolder(FolderModel) - Method in class org.alfresco.ftp.FTPWrapper
- createOfficeFile(FileModel) - Method in class org.alfresco.ftp.FTPWrapper
-
Create Office file which will be used in Integration tests by AOS
- currentFolderIs(String) - Method in class org.alfresco.ftp.dsl.FTPAssertion
D
- delete() - Method in class org.alfresco.ftp.FTPWrapper
- delete(String) - Method in class org.alfresco.ftp.FTPWrapper
- disconnect() - Method in class org.alfresco.ftp.FTPWrapper
- doesNotExistInFtp() - Method in class org.alfresco.ftp.dsl.FTPAssertion
- downloadFileTo(FolderModel) - Method in class org.alfresco.ftp.FTPWrapper
-
Download file locally, returning the new location
E
- existsInFtp() - Method in class org.alfresco.ftp.dsl.FTPAssertion
F
- FTPAssertion - Class in org.alfresco.ftp.dsl
-
DSL with all assertion available for
FTPWrapper - FTPAssertion(FTPWrapper) - Constructor for class org.alfresco.ftp.dsl.FTPAssertion
- fTPProperties - Variable in class org.alfresco.ftp.FTPWrapper
- FTPProperties - Class in org.alfresco.ftp
- FTPProperties() - Constructor for class org.alfresco.ftp.FTPProperties
- FTPUtil - Class in org.alfresco.ftp.dsl
- FTPUtil(FTPWrapper) - Constructor for class org.alfresco.ftp.dsl.FTPUtil
- FTPWrapper - Class in org.alfresco.ftp
- FTPWrapper() - Constructor for class org.alfresco.ftp.FTPWrapper
G
- getChildren() - Method in class org.alfresco.ftp.dsl.FTPUtil
-
Get a list of contents (file and folders) from current location
- getClient() - Method in class org.alfresco.ftp.FTPWrapper
- getContent(String) - Method in class org.alfresco.ftp.dsl.FTPUtil
-
Return the content of
- getCurrentDirectory() - Method in class org.alfresco.ftp.FTPWrapper
- getDataDictionaryPath() - Method in class org.alfresco.ftp.FTPWrapper
- getDocumentLibraryPath(SiteModel) - Method in class org.alfresco.ftp.FTPWrapper
- getFiles() - Method in class org.alfresco.ftp.dsl.FTPUtil
Get a list of files from current location- getFiles() - Method in class org.alfresco.ftp.FTPWrapper
- getFileSize() - Method in class org.alfresco.ftp.dsl.FTPUtil
Get file size.- getFolders() - Method in class org.alfresco.ftp.dsl.FTPUtil
Get a list of folders from current location- getFolders() - Method in class org.alfresco.ftp.FTPWrapper
- getFtpPort() - Method in class org.alfresco.ftp.FTPProperties
- getFTPServerConfigurationStatus() - Method in class org.alfresco.ftp.dsl.JmxUtil
- getftpTimeout() - Method in class org.alfresco.ftp.FTPProperties
- getModificationTime() - Method in class org.alfresco.ftp.FTPWrapper
Get modification time of last resource- getPrefixSpace() - Method in class org.alfresco.ftp.FTPWrapper
- getProtocolJMXConfigurationStatus() - Method in class org.alfresco.ftp.FTPWrapper
- getReplyCode() - Method in class org.alfresco.ftp.dsl.FTPUtil
- getRootPath() - Method in class org.alfresco.ftp.FTPWrapper
- getSitesPath() - Method in class org.alfresco.ftp.FTPWrapper
- getUserHomesPath() - Method in class org.alfresco.ftp.FTPWrapper
H
- hasChildren(ContentModel...) - Method in class org.alfresco.ftp.dsl.FTPAssertion
-
Verify the children(files and folders) from a parent folder
- hasFiles(FileModel...) - Method in class org.alfresco.ftp.dsl.FTPAssertion
-
Verify if file children exist in parent folder
- hasFolders(FolderModel...) - Method in class org.alfresco.ftp.dsl.FTPAssertion
-
Verify if folder children exist in parent folder
- hasReplyCode(int) - Method in class org.alfresco.ftp.dsl.FTPAssertion
-
Verify the status for a specific FTP action
- hasSize(int) - Method in class org.alfresco.ftp.dsl.FTPAssertion
-
Verify the size of a file
I
- isContentInList(ContentModel, List<ContentModel>) - Method in class org.alfresco.ftp.dsl.FTPUtil
- isDownloaded() - Method in class org.alfresco.ftp.dsl.FTPAssertion
-
Verify if file is downloaded in project root.
- isFileInList(FileModel, List<FileModel>) - Method in class org.alfresco.ftp.dsl.FTPUtil
- isFolderInList(FolderModel, List<FolderModel>) - Method in class org.alfresco.ftp.dsl.FTPUtil
- isPassiveModel() - Method in class org.alfresco.ftp.FTPProperties
J
- JmxUtil - Class in org.alfresco.ftp.dsl
-
DSL for interacting with JMX (using direct JMX call see
JmxClientorJmxJolokiaProxyClient - JmxUtil(FTPWrapper, Jmx) - Constructor for class org.alfresco.ftp.dsl.JmxUtil
L
- lastDownloadedFile - Variable in class org.alfresco.ftp.FTPWrapper
M
- moveTo(ContentModel) - Method in class org.alfresco.ftp.FTPWrapper
O
- org.alfresco.ftp - package org.alfresco.ftp
- org.alfresco.ftp.dsl - package org.alfresco.ftp.dsl
P
- propertySourcesPlaceholderConfigurer() - Static method in class org.alfresco.ftp.FTPProperties
R
- rename(String) - Method in class org.alfresco.ftp.FTPWrapper
- replyCode - Variable in class org.alfresco.ftp.FTPWrapper
S
- setFtpPort(int) - Method in class org.alfresco.ftp.FTPProperties
- setftpTimeout(int) - Method in class org.alfresco.ftp.FTPProperties
- setNewFile(FileModel) - Method in class org.alfresco.ftp.dsl.FTPUtil
- setPassiveModel(boolean) - Method in class org.alfresco.ftp.FTPProperties
- STEP_PREFIX - Static variable in class org.alfresco.ftp.FTPWrapper
T
- tasProperties - Variable in class org.alfresco.ftp.FTPWrapper
U
- update(String) - Method in class org.alfresco.ftp.FTPWrapper
- uploadFile(File) - Method in class org.alfresco.ftp.FTPWrapper
-
Upload file from disk via FTP protocol
- uploadFile(String) - Method in class org.alfresco.ftp.FTPWrapper
-
Upload file from disk via FTP protocol
- userIsLoggedIn() - Method in class org.alfresco.ftp.dsl.FTPAssertion
- userIsNotLoggedIn() - Method in class org.alfresco.ftp.dsl.FTPAssertion
- usingResource(ContentModel) - Method in class org.alfresco.ftp.FTPWrapper
- usingRoot() - Method in class org.alfresco.ftp.FTPWrapper
- usingSite(String) - Method in class org.alfresco.ftp.FTPWrapper
- usingSite(SiteModel) - Method in class org.alfresco.ftp.FTPWrapper
- usingUserHome() - Method in class org.alfresco.ftp.FTPWrapper
- usingUserHome(String) - Method in class org.alfresco.ftp.FTPWrapper
W
- withFtpUtil() - Method in class org.alfresco.ftp.FTPWrapper
- withJMX() - Method in class org.alfresco.ftp.FTPWrapper
All Classes All Packages