org.olat.core.commons.modules.bc.vfs
Class OlatRootFileImpl

java.lang.Object
  extended by org.olat.core.util.vfs.LocalImpl
      extended by org.olat.core.util.vfs.LocalFileImpl
          extended by org.olat.core.commons.modules.bc.vfs.OlatRootFileImpl
All Implemented Interfaces:
MetaTagged, OlatRelPathImpl, Versionable, VFSItem, VFSLeaf

public class OlatRootFileImpl
extends LocalFileImpl
implements OlatRelPathImpl, MetaTagged


Constructor Summary
OlatRootFileImpl(java.lang.String fileRelPath, VFSContainer parentContainer)
           
 
Method Summary
 MetaInfo getMetaInfo()
           
 java.lang.String getRelPath()
           
 java.lang.String toString()
           
 
Methods inherited from class org.olat.core.util.vfs.LocalFileImpl
delete, getInputStream, getOutputStream, getSize, getVersions, rename, resolve
 
Methods inherited from class org.olat.core.util.vfs.LocalImpl
canCopy, canDelete, canRename, canWrite, getBasefile, getLastModified, getLocalSecurityCallback, getName, getParentContainer, isSame, setLocalSecurityCallback, setParentContainer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.olat.core.util.vfs.VFSItem
canCopy, canDelete, canRename, canWrite, getLastModified, getLocalSecurityCallback, getName, getParentContainer, isSame, setLocalSecurityCallback, setParentContainer
 

Constructor Detail

OlatRootFileImpl

public OlatRootFileImpl(java.lang.String fileRelPath,
                        VFSContainer parentContainer)
Parameters:
Path - to the file, relative to bcroot
parentContainer - Optional VFS parent container
Method Detail

getRelPath

public java.lang.String getRelPath()
Specified by:
getRelPath in interface OlatRelPathImpl
See Also:
OlatRelPathImpl.getRelPath()

getMetaInfo

public MetaInfo getMetaInfo()
Specified by:
getMetaInfo in interface MetaTagged
Returns:
The MetaInfo object
See Also:
MetaTagged.getMetaInfo()

toString

public java.lang.String toString()
Overrides:
toString in class LocalFileImpl
See Also:
Object.toString()