org.apache.jetspeed.util
Class AbstractFileSystemHelper

java.lang.Object
  extended by org.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 516448 2007-03-09 16:25:47Z ate $
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-2007 Apache Software Foundation. All Rights Reserved.