com.adventnet.afp.log
Class FileUtil

java.lang.Object
  |
  +--com.adventnet.afp.log.FileUtil

public class FileUtil
extends java.lang.Object

This class has the methods that are used internally for file manupulationdeals present in a given directory. Various methods are avaliable for getting the nextfile, maxfile ..


Constructor Summary
FileUtil(java.io.File dir)
          Constructs an object initialized with File Object.
FileUtil(java.lang.String dir)
          Constructs an object initialized with a String pathname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtil

public FileUtil(java.io.File dir)
Constructs an object initialized with File Object. This file Object basically points to an directory
Parameters:
dir - File instance of the target directory

FileUtil

public FileUtil(java.lang.String dir)
Constructs an object initialized with a String pathname
Parameters:
dir - target directory path as a String


Copyright (c)AdventNet Inc., 1996-2004