Package org.pentaho.di.connections
Interface ConnectionDetails
-
- All Known Subinterfaces:
VFSConnectionDetails
- All Known Implementing Classes:
OtherConnectionDetails
public interface ConnectionDetailsCreated by bmorrise on 2/13/19.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetDescription()StringgetName()default Map<String,String>getProperties()Gets props associated with this ConnectionDetails.StringgetType()voidsetName(String name)
-