|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.geo.map.MapProviderFactory
public class MapProviderFactory
Factory for the creation of instances of the classes which implements the MapProviderIFace
Constructor Summary | |
---|---|
MapProviderFactory()
|
Method Summary | |
---|---|
static MapProviderIFace |
getMapProvider(java.lang.String className)
Creates a new instance of the class identified by the name passed as input. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapProviderFactory()
Method Detail |
---|
public static MapProviderIFace getMapProvider(java.lang.String className) throws java.lang.Exception
className
- The class to create
java.lang.Exception
- raised if the class don't exist or it isn't an implementation of the MapProviderIFace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |