|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.raben.telescope.comm.TelescopeFactory
Factory for creating instance of a concrete implementation of the TelescopeInterface
| Method Summary | |
static TelescopeInterface |
getInstance(java.lang.String modelName)
Get instance of TelescopeInterface for specified modelName |
static TelescopeInterface |
getInstance(TelescopeModel model)
Get instance of TelescopeInterface for specified telescope model |
static java.util.Properties |
loadProperties()
Load properties file if it exists |
static TelescopeInterface |
newInstance()
Create instance of TelescopeInterface for telescope model that has been stored in a properties file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static TelescopeInterface newInstance()
public static TelescopeInterface getInstance(java.lang.String modelName)
modelName - Name of telescope model @see TelescopeModel
public static TelescopeInterface getInstance(TelescopeModel model)
model - of telescope
public static java.util.Properties loadProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||