com.neuron.app.tonto
Class CCFPorter

java.lang.Object
  extended by com.neuron.app.tonto.CCFPorter

public class CCFPorter
extends java.lang.Object


Method Summary
static void exportZip(CCF ccf, java.lang.String file)
           
static void exportZip(CCF ccf, java.lang.String file, ITaskStatus status)
           
static CCF importZip(java.lang.String file)
           
static CCF importZip(java.lang.String file, ITaskStatus status)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exportZip

public static void exportZip(CCF ccf,
                             java.lang.String file)
                      throws java.io.IOException
Throws:
java.io.IOException

exportZip

public static void exportZip(CCF ccf,
                             java.lang.String file,
                             ITaskStatus status)
                      throws java.io.IOException
Throws:
java.io.IOException

importZip

public static CCF importZip(java.lang.String file)
                     throws java.io.IOException
Throws:
java.io.IOException

importZip

public static CCF importZip(java.lang.String file,
                            ITaskStatus status)
                     throws java.io.IOException
Throws:
java.io.IOException