|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Driver
Defines the generic properties that every driver should have.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets a description about this driver. |
java.lang.String |
getName()
Gets the name of this driver. |
java.lang.String[] |
getParameterNames()
Gets the names of all parameters available for this driver. |
Parameter[] |
getParameters()
Gets all parameters available for this driver. |
java.lang.String |
getVersion()
Gets the version of this driver. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getVersion()
Parameter[] getParameters()
Parameter
array with all parameters available for this driver.java.lang.String[] getParameterNames()
String
array with the names of all parameters
available for this driver.
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |