public class DriverNode extends Node
Usage:
DriverNode driver = DriversNode.invoke("Oracle"); driver.connectUsing(); .... driver.delete();
stringPath, treeOperator, treePath
Constructor and Description |
---|
DriverNode(String name)
creates new DriverNode
|
Modifier and Type | Method and Description |
---|---|
void |
connectUsing()
performs ConnectUsingAction with this node
|
void |
customize()
performs ConnectUsingAction with this node
|
void |
delete()
performs DeleteAction with this node
|
static DriverNode |
invoke(String name)
Finds "Databases > Drivers > ${driver}" node
|
addSelectionPath, callPopup, collapse, expand, getChildren, getComparator, getOpenideNode, getParentPath, getPath, getText, getTreePath, isChildPresent, isCollapsed, isExpanded, isLeaf, isLink, isPresent, performAPIAction, performAPIActionNoBlock, performMenuAction, performMenuActionNoBlock, performPopupAction, performPopupActionNoBlock, select, setComparator, tree, verifyPopup, verifyPopup, verifyPopup, waitChildNotPresent, waitCollapsed, waitExpanded, waitNotPresent
public DriverNode(String name)
name
- DriverNode display namepublic static DriverNode invoke(String name)
public void connectUsing()
public void customize()
public void delete()