com.plumtree.openfoundation.platform
Class XPOperatingSystem.FileChecker

java.lang.Object
  extended by com.plumtree.openfoundation.platform.XPOperatingSystem.FileChecker
Enclosing class:
XPOperatingSystem

protected static class XPOperatingSystem.FileChecker
extends java.lang.Object

Static class to check for existing file path.

Author:
djc

Constructor Summary
protected XPOperatingSystem.FileChecker()
           
 
Method Summary
 boolean checkFile(java.lang.String path)
          Determine if provided file path already exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPOperatingSystem.FileChecker

protected XPOperatingSystem.FileChecker()
Method Detail

checkFile

public boolean checkFile(java.lang.String path)
Determine if provided file path already exists.

Parameters:
path - file path.
Returns:
true if path exists, false it otherwise.


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.