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

java.lang.Object
  extended by org.apache.jackrabbit.core.fs.mem.MemoryFileSystemEntry
Direct Known Subclasses:
MemoryFile, MemoryFolder

public abstract class MemoryFileSystemEntry
extends Object

An in-memory file or folder.


Constructor Summary
MemoryFileSystemEntry()
           
 
Method Summary
 long getLastModified()
           
abstract  boolean isFolder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryFileSystemEntry

public MemoryFileSystemEntry()
Method Detail

isFolder

public abstract boolean isFolder()

getLastModified

public long getLastModified()


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