Your browser does not support JavaScript and this site utilizes JavaScript to build content and provide links to additional information. You should either enable JavaScript in your browser settings or use a browser that supports JavaScript in order to take full advantage of this site.
1 19 20 package com.sslexplorer.networkplaces; 21 22 26 public class NetworkPlacesEventConstants { 27 30 public static final String EVENT_ATTR_VFS_URI = "VfsUri"; 31 32 35 public static final String EVENT_ATTR_VFS_UPLOAD_DESTINATION_URI = "VfsUploadDestinationUri"; 36 37 40 public static final String EVENT_ATTR_VFS_UPLOAD_DESTINATION_PATH = "VfsUploadDestinationPath"; 41 42 45 public static final String EVENT_ATTR_VFS_READ_ONLY = "VfsReadOnly"; 46 47 50 public static final String EVENT_ATTR_VFS_SHOW_HIDDEN = "VfsShowHidden"; 51 52 55 public static final String EVENT_ATTR_VFS_ALLOW_RECURSIVE = "VfsAllowRecursive"; 56 57 60 public static final String EVENT_ATTR_VFS_NO_DELETE = "VfsNoDelete"; 61 62 65 public static final String EVENT_ATTR_VFS_PATH = "VfsPath"; 66 67 70 public static final String EVENT_ATTR_VFS_FILE_NAME = "VfsFileName"; 71 72 75 public static final String EVENT_ATTR_VFS_DIRECTORY_NAME = "VfsDirectoryName"; 76 77 80 public static final String EVENT_ATTR_VFS_OPERATION = "VfsOperation"; 81 82 85 public static final String EVENT_ATTR_VFS_OLD_NAME = "VfsOldName"; 86 87 90 public static final String EVENT_ATTR_VFS_NEW_NAME = "VfsNewName"; 91 92 95 public static final String EVENT_ATTR_VFS_USER_AGENT = "VfsUserAgent"; 96 97 100 public static final int VFS_DIRECTORY_LISTED = 621; 101 102 105 public static final int VFS_DIRECTORY_CREATED = 622; 106 107 110 public static final int VFS_FILE_REMOVED = 623; 111 112 115 public static final int VFS_FILE_DOWNLOAD_STARTED = 624; 116 117 120 public static final int VFS_FILE_DOWNLOAD_COMPLETE = 625; 121 122 125 public static final int VFS_FILE_COPY = 626; 126 127 130 public static final int VFS_REMOVE = 627; 131 132 135 public static final int VFS_UPLOAD_FILE = 628; 136 137 140 public static final int VFS_ZIP_DOWNLOAD = 629; 141 142 145 public static final int VFS_PASTE_OPERATION = 630; 146 147 150 public static final int VFS_RENAME = 631; 151 152 155 public static final int CREATE_NETWORK_PLACE = 2020; 156 157 160 public static final int UPDATE_NETWORK_PLACE = 2019; 161 162 165 public static final int DELETE_NETWORK_PLACE = 2021; 166 } 167
| Popular Tags
|