Class MySQLOptionFileReader
- java.lang.Object
-
- migratedb.core.internal.authentication.mysql.MySQLOptionFileReader
-
- All Implemented Interfaces:
ExternalAuthFileReader
public class MySQLOptionFileReader extends Object implements ExternalAuthFileReader
-
-
Field Summary
Fields Modifier and Type Field Description List<String>optionFiles
-
Constructor Summary
Constructors Constructor Description MySQLOptionFileReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAllContents()voidpopulateOptionFiles()
-
-
-
Method Detail
-
getAllContents
public List<String> getAllContents()
- Specified by:
getAllContentsin interfaceExternalAuthFileReader- Returns:
- The contents of all resolved auth files.
-
populateOptionFiles
public void populateOptionFiles()
-
-