object FileUtils

Common methods related to Java files and abstract files used in the context of classpath

Source
FileUtils.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class AbstractFileOps extends AnyVal
  2. implicit final class FileOps extends AnyVal

Value Members

  1. def dirPath(forPackage: String): String
  2. def endsClass(fileName: String): Boolean
  3. def endsJava(fileName: String): Boolean
  4. def endsScala(fileName: String): Boolean
  5. def endsScalaOrJava(fileName: String): Boolean
  6. def mayBeValidPackage(dirName: String): Boolean
  7. def mkFileFilter(f: (File) => Boolean): FileFilter
  8. def stripClassExtension(fileName: String): String
  9. def stripJavaExtension(fileName: String): String
  10. def stripSourceExtension(fileName: String): String