uk.ac.starlink.ttools.task
Interface TableLocator


public interface TableLocator

Interface which describes turning a string into a StarTable object.

Since:
20 Oct 2008
Author:
Mark Taylor

Method Summary
 uk.ac.starlink.table.StarTable getTable(String location)
          Returns a new or used table which is named by a given location.
 

Method Detail

getTable

uk.ac.starlink.table.StarTable getTable(String location)
                                        throws IOException
Returns a new or used table which is named by a given location.

Parameters:
location - table location
Returns:
table named by location
Throws:
IOException


Copyright © 2009 Central Laboratory of the Research Councils. All Rights Reserved.