HEADER

ru.biosoft.access
Interface Repository

All Known Implementing Classes:
LocalRepository

public interface Repository

Version: 1.0
todo Document it.

Method Summary
 DataCollectioncreateDataCollection(String name, Properties properties, String subDir, String configName, File[] files, boolean copy, CreateDataCollectionController controller)
          Creates new DataCollection.

Method Detail

createDataCollection

public DataCollection createDataCollection(String name, Properties properties, String subDir, String configName, File[] files, boolean copy, CreateDataCollectionController controller)
throws java.lang.Exception
Creates new DataCollection.
Parameters:
name - DataCollection name
properties - DataCollection properties
subDir - Sub directory for new collection.
configName - Name of configuration file
files - Files to be moved or copied into repository
copy - Indicates whether files should be copied.
controller - Object for special control functions (dialogs for example).
Returns: Created data collection, or null.
Throws:
Exception - If error occured.

FOOTER

BOTTOM