uk.co.silentsoftware.datastore.importer
Interface TargetImporter

All Known Implementing Classes:
KMLImporter

public interface TargetImporter

Interface for importing targets from various formats


Method Summary
 java.util.Vector importTargets(java.lang.String filename)
          Import the targets from the given base file name
 

Method Detail

importTargets

java.util.Vector importTargets(java.lang.String filename)
                               throws java.io.IOException
Import the targets from the given base file name

Parameters:
name -
Throws:
java.io.IOException