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


Constructor Summary
MemoryFileSystemEntry()
           
 
Method Summary
 long getLastModified()
           
abstract  boolean isFolder()
           
 void touch()
           
 
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()

touch

public void touch()


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