Class CSVFileStoreProvider
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
-
- org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
-
- org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreProvider
-
- All Implemented Interfaces:
AuditLoggingComponent
public class CSVFileStoreProvider extends ConnectorProviderBase
CSVFileStoreProvider is the OCF connector provider for the structured file store connector.
-
-
Field Summary
Fields Modifier and Type Field Description static StringcolumnNamesPropertystatic StringdelimiterCharacterPropertystatic StringquoteCharacterProperty-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorTypeBean
-
-
Constructor Summary
Constructors Constructor Description CSVFileStoreProvider()Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific registry store implementation.
-
Method Summary
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getConnector, getConnector, getConnectorClassName, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
-
-
-
-
Field Detail
-
columnNamesProperty
public static final String columnNamesProperty
- See Also:
- Constant Field Values
-
delimiterCharacterProperty
public static final String delimiterCharacterProperty
- See Also:
- Constant Field Values
-
quoteCharacterProperty
public static final String quoteCharacterProperty
- See Also:
- Constant Field Values
-
-