com.partnersoft.v3x.util
Class EIXDirectorySource

java.lang.Object
  extended by com.partnersoft.v3x.util.EIXDirectorySource

public class EIXDirectorySource
extends java.lang.Object

this is the eFile iSystem Xaminer this class works by checking 2 directory trees.


Constructor Summary
EIXDirectorySource()
           
EIXDirectorySource(java.io.File newSource, java.io.File newDestination)
           
 
Method Summary
 void copyDirectory()
           
 void diffDirs()
          this will do a diff on two dirs...
 java.io.File getDestination()
           
 java.io.File getSource()
           
static void main(java.lang.String[] args)
           
 void setDestination(java.io.File newDir)
           
 void setSource(java.io.File newSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EIXDirectorySource

public EIXDirectorySource()

EIXDirectorySource

public EIXDirectorySource(java.io.File newSource,
                          java.io.File newDestination)
Method Detail

main

public static void main(java.lang.String[] args)

copyDirectory

public void copyDirectory()
                   throws java.io.IOException
Throws:
java.io.IOException

diffDirs

public void diffDirs()
              throws java.io.IOException
this will do a diff on two dirs... just if the files exist, not there content and currently just prints to stdout.

Throws:
java.io.IOException

getSource

public java.io.File getSource()

setSource

public void setSource(java.io.File newSource)

getDestination

public java.io.File getDestination()

setDestination

public void setDestination(java.io.File newDir)