org.apache.jetspeed.util
Class AbstractFileSystemHelper

java.lang.Object
  extended byorg.apache.jetspeed.util.AbstractFileSystemHelper
Direct Known Subclasses:
DirectoryHelper, JarHelper

public abstract class AbstractFileSystemHelper
extends Object

implements common directory and jar operations

Version:
$Id: AbstractFileSystemHelper.java 187214 2004-08-05 18:26:19Z taylor $
Author:
David Sean Taylor

Constructor Summary
AbstractFileSystemHelper()
           
 
Method Summary
 long getChecksum(String path)
           
abstract  File getRootDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFileSystemHelper

public AbstractFileSystemHelper()
Method Detail

getRootDirectory

public abstract File getRootDirectory()

getChecksum

public long getChecksum(String path)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.