org.olat.fileresource.types
Class SharedFolderFileResource
java.lang.Object
org.olat.fileresource.types.FileResource
org.olat.fileresource.types.SharedFolderFileResource
- All Implemented Interfaces:
- OLATResourceable
public class SharedFolderFileResource
- extends FileResource
Initial Date: Apr 6, 2004
- Author:
- Alexander Schneider
|
Field Summary |
static java.lang.String |
RESOURCE_NAME
name of the folder on the filesystem, not visible for the user |
static java.lang.String |
TYPE_NAME
Sharedfolder file resource type. |
|
Method Summary |
static boolean |
validate(java.io.File f)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NAME
public static final java.lang.String TYPE_NAME
- Sharedfolder file resource type.
- See Also:
- Constant Field Values
RESOURCE_NAME
public static final java.lang.String RESOURCE_NAME
- name of the folder on the filesystem, not visible for the user
- See Also:
- Constant Field Values
SharedFolderFileResource
public SharedFolderFileResource()
- Standard constructor.
validate
public static boolean validate(java.io.File f)
- Parameters:
f -
- Returns:
- True if is of type.