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

java.lang.Object
  extended by org.olat.core.util.vfs.AbstractVirtualContainer
      extended by org.olat.core.util.vfs.NamedContainerImpl
          extended by org.olat.core.commons.modules.bc.vfs.OlatNamedContainerImpl
All Implemented Interfaces:
OlatRelPathImpl, VFSContainer, VFSItem

public class OlatNamedContainerImpl
extends NamedContainerImpl
implements OlatRelPathImpl

Description:
TODO: Felix Jost Class Description for VirtualContainerImpl

Initial Date: 23.06.2005

Author:
Felix Jost

Constructor Summary
OlatNamedContainerImpl(java.lang.String name, OlatRootFolderImpl delegate)
           
 
Method Summary
 java.lang.String getRelPath()
           
 java.lang.String toString()
           
 
Methods inherited from class org.olat.core.util.vfs.NamedContainerImpl
canCopy, canWrite, copyFrom, createChildContainer, createChildLeaf, delete, getDefaultItemFilter, getDelegate, getItems, getItems, getLastModified, getLocalSecurityCallback, getParentContainer, isSame, rename, resolve, setDefaultItemFilter, setLocalSecurityCallback, setParentContainer
 
Methods inherited from class org.olat.core.util.vfs.AbstractVirtualContainer
canDelete, canRename, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OlatNamedContainerImpl

public OlatNamedContainerImpl(java.lang.String name,
                              OlatRootFolderImpl delegate)
Parameters:
name -
delegate -
Method Detail

toString

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

getRelPath

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