Class SelectedPaths

java.lang.Object
org.apache.ibatis.migration.options.SelectedPaths

public class SelectedPaths extends Object
  • Constructor Details

    • SelectedPaths

      public SelectedPaths()
  • Method Details

    • getBasePath

      public File getBasePath()
    • getEnvPath

      public File getEnvPath()
    • getScriptPath

      public File getScriptPath()
    • getDriverPath

      public File getDriverPath()
    • getHookPath

      public File getHookPath()
    • setBasePath

      public void setBasePath(File aBasePath)
    • setEnvPath

      public void setEnvPath(File aEnvPath)
    • setScriptPath

      public void setScriptPath(File aScriptPath)
    • setDriverPath

      public void setDriverPath(File aDriverPath)
    • setHookPath

      public void setHookPath(File aHookPath)