Method Summary |
|
public boolean | canRead(String resourceName) This methods checks if the resource path in question can be accessed
by the user trying to select or view it. |
public boolean | canWrite(String resourceName) This methods checks if the resource path in question can be accessed
for writes by the user. |
public String | getAbsoluteRoot() Returns the root value of the file system in question. |
public String | getCurrentDir() |
public String | getDelimiterChar() |
public String | getEscapeChar() |
public String | getFilterValue() Return the filter String currently in use. |
public ResourceItem[] | getFolderContent(String folder, boolean disableFiles, boolean disableFolders) Returns the list of objects in the container represented by the
current directory. |
public String | getParentFolder() |
public ResourceItem | getResourceItem(String itemKey) Given a ResourceItem key return the ResourceItem.
- the resource item key which is the same as the value of the Option element in the listbox. |
public String[] | getRoots() |
public Object[] | getSelectedContent(String[] content, boolean selectFolders) |
public String | getSeparatorString() Return the separator String for this resource system. |
public String | getServerName() Get the Server namefrom where the resources are being loaded. |
public String | getSortValue() Return the sort field that is currently active. |
public boolean | isFolderType(String path) Returns true if the supplied absolute path is a folder type. |
public void | setAbsoluteRoot(String absRoot) Sets the root value of the resource system in question. |
public void | setCurrentDir(String dir) This method is called to set the current directory of
the resuource list that would be displayed in the next
display cycle. |
public void | setFilterValue(String filterString) Set the filter String entered by the user in the Filter text field. |
public void | setServerName(String serverName) Set the server name from where the resources are being loaded. |
public void | setSortValue(String sortField) Set the sort field chosen by the user from the drop down menu. |