uk.co.silentsoftware.datastore.exporter
Interface TargetExporter

All Known Implementing Classes:
KMLExporter

public interface TargetExporter

Interface for exporting targets to various formats


Method Summary
 void exportTargets(java.lang.String name)
          Import the file with the given base name
 void setTargets(java.util.Vector targets)
          Add a target to be exported
 

Method Detail

setTargets

void setTargets(java.util.Vector targets)
Add a target to be exported


exportTargets

void exportTargets(java.lang.String name)
                   throws java.io.IOException
Import the file with the given base name

Parameters:
name -
Throws:
java.io.IOException