org.olat.fileresource.types
Class WikiResource

java.lang.Object
  extended by org.olat.fileresource.types.FileResource
      extended by org.olat.fileresource.types.WikiResource
All Implemented Interfaces:
OLATResourceable

public class WikiResource
extends FileResource

Description:
TODO: guido Class Description for WikiResource

Initial Date: May 4, 2006

Author:
guido

Field Summary
static java.lang.String TYPE_NAME
           
 
Fields inherited from class org.olat.fileresource.types.FileResource
GENERIC_TYPE_NAME
 
Constructor Summary
WikiResource()
          Standard constructor.
 
Method Summary
static boolean validate(java.io.File directory)
           
 
Methods inherited from class org.olat.fileresource.types.FileResource
getResourceableId, getResourceableTypeName, overrideResourceableId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NAME

public static final java.lang.String TYPE_NAME
See Also:
Constant Field Values
Constructor Detail

WikiResource

public WikiResource()
Standard constructor.

Method Detail

validate

public static boolean validate(java.io.File directory)