com.partnersoft.v3x.util
Class EIXDirectorySource
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EIXDirectorySource
public EIXDirectorySource()
EIXDirectorySource
public EIXDirectorySource(java.io.File newSource,
java.io.File newDestination)
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)