All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.starlake.utils.RichPath.scala Maven / Gradle / Ivy

package ai.starlake.utils

import org.apache.hadoop.fs.Path

object ImplicitRichPath {
  implicit class RichPath(path: Path) {
    def fileNameWithoutSlExt = {
      path.getName.replace(".sl.yml", "")
    }
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy