org.apache.jackrabbit.core.fs.mem
Class MemoryFolder

java.lang.Object
  extended by org.apache.jackrabbit.core.fs.mem.MemoryFileSystemEntry
      extended by org.apache.jackrabbit.core.fs.mem.MemoryFolder

public class MemoryFolder
extends MemoryFileSystemEntry

An in-memory folder.


Constructor Summary
MemoryFolder()
           
 
Method Summary
 boolean isFolder()
           
 
Methods inherited from class org.apache.jackrabbit.core.fs.mem.MemoryFileSystemEntry
getLastModified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryFolder

public MemoryFolder()
Method Detail

isFolder

public boolean isFolder()
Specified by:
isFolder in class MemoryFileSystemEntry


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.