fm.common.rich

RichFile

final class RichFile extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichFile
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichFile(f: File)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def classpathLastModified(cl: ClassLoader): Long

  6. def classpathLastModified: Long

  7. def classpathLength(cl: ClassLoader): Long

  8. def classpathLength: Long

  9. def extension: Option[String]

    The extension (if any) of this file

  10. val f: File

  11. def findFiles(recursive: Boolean = true): Vector[File]

    Find all files under this directory (directories are not included in the result)

  12. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  13. def isClasspathDirectory(cl: ClassLoader): Boolean

  14. def isClasspathDirectory: Boolean

  15. def isClasspathFile(cl: ClassLoader): Boolean

  16. def isClasspathFile: Boolean

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def nameWithoutExtension: String

    The name of the file without it's extension

  19. def stripLeading(path: File): File

    If this path starts with the passed in path then strip it

  20. def stripTrailing(path: File): File

    If this path ends with the passed in path then strip it

  21. def toString(): String

    Definition Classes
    Any
  22. def withExtension(ext: String): File

    Change or Add an extension to this file

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped