OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.project.AQProjectFile

Packages that use AQProjectFile
com.aquafold.openapi.mail   
com.aquafold.openapi.project   
 

Uses of AQProjectFile in com.aquafold.openapi.mail
 

Methods in com.aquafold.openapi.mail with parameters of type AQProjectFile
 void AQMailMessage.addProjectFileAttachment(AQProjectFile file)
          Adds a AQProjectFile as an attachment.
 void AQMailMessage.addProjectFileAttachment(AQProjectFile file, String attachmentName)
          Adds a AQProjectFile as an attachment.
 

Uses of AQProjectFile in com.aquafold.openapi.project
 

Methods in com.aquafold.openapi.project that return AQProjectFile
 AQProjectFile[] AQProjectFile.collectFilesRecursively()
          Recursively collects files in a project folder and its descendant folders, excluding system and hidden files.
 AQProjectFile[] AQProjectFile.collectFilesRecursively(String filter)
          Recursively collects files in a project folder and its descendant folders.
 AQProjectFile[] AQProject.collectUserFiles(String path)
          Recursively scans the specified path in the "User Files" project folder.
 AQProjectFile[] AQProject.collectUserFiles(String path, String filter)
          Recursively scans the specified path in the "User Files" project folder.
 AQProjectFile AQProject.getAquaScript(String path)
          Returns a file object with the specified path under the "AquaScripts" project folder.
 AQProjectFile AQProject.getAquaScriptsRootFolder()
          Returns a file object corresponding to the "AquaScripts" folder.
 AQProjectFile AQProject.getServerConnectionsRootFolder()
          Returns a file object corresponding to the "Servers" project folder.
 AQProjectFile AQProject.getUserFile(String path)
          Returns a file object within "User Files" project folder.
 AQProjectFile AQProject.getUserFilesRootFolder()
          Returns a file object corresponding to the "User Files" project folder.
 AQProjectFile[] AQProjectFile.list()
          Returns an array of files and folders in a project folder.
 AQProjectFile[] AQProjectFile.list(String filter)
          Returns an array of files and folders in a project folder, satisfying the specified file name filter.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.