com.myJava.file.archive
Class ArchiveWriter

java.lang.Object
  extended by com.myJava.file.archive.ArchiveWriter

public class ArchiveWriter
extends java.lang.Object

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
ArchiveWriter(ArchiveAdapter adapter)
           
 
Method Summary
 void addFile(java.io.File file, java.lang.String fullName, TaskMonitor monitor)
           
 void addFile(java.io.File file, TaskMonitor monitor)
           
 void addFile(java.lang.String file)
           
 void addFile(java.lang.String file, java.lang.String fullName)
           
 void addFile(java.lang.String file, java.lang.String fullName, TaskMonitor monitor)
           
 void addFile(java.lang.String file, TaskMonitor monitor)
           
 void close()
           
 ArchiveAdapter getAdapter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveWriter

public ArchiveWriter(ArchiveAdapter adapter)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addFile

public void addFile(java.io.File file,
                    java.lang.String fullName,
                    TaskMonitor monitor)
             throws java.io.IOException,
                    TaskCancelledException
Throws:
java.io.IOException
TaskCancelledException

addFile

public void addFile(java.io.File file,
                    TaskMonitor monitor)
             throws java.io.IOException,
                    TaskCancelledException
Throws:
java.io.IOException
TaskCancelledException

addFile

public void addFile(java.lang.String file,
                    java.lang.String fullName)
             throws java.io.IOException
Throws:
java.io.IOException

addFile

public void addFile(java.lang.String file,
                    java.lang.String fullName,
                    TaskMonitor monitor)
             throws java.io.IOException,
                    TaskCancelledException
Throws:
java.io.IOException
TaskCancelledException

addFile

public void addFile(java.lang.String file)
             throws java.io.IOException
Throws:
java.io.IOException

addFile

public void addFile(java.lang.String file,
                    TaskMonitor monitor)
             throws java.io.IOException,
                    TaskCancelledException
Throws:
java.io.IOException
TaskCancelledException

getAdapter

public ArchiveAdapter getAdapter()

close

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