ucar.nc2.iosp.netcdf3
Class SPFactory

java.lang.Object
  extended by ucar.nc2.iosp.netcdf3.SPFactory

public class SPFactory
extends Object

A factory for implementations of netcdf-3 IOServiceProvider. This allows us to switch implementations in one place, used for testing and timing.

Author:
caron

Constructor Summary
SPFactory()
           
 
Method Summary
static IOServiceProvider getServiceProvider()
           
static void setServiceProvider(String spName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPFactory

public SPFactory()
Method Detail

getServiceProvider

public static IOServiceProvider getServiceProvider()

setServiceProvider

public static void setServiceProvider(String spName)
                               throws ClassNotFoundException,
                                      InstantiationException,
                                      IllegalAccessException
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.