
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