Packages

implicit final class AbstractFileOps extends AnyVal

Source
FileUtils.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractFileOps
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractFileOps(file: AbstractFile)

Value Members

  1. val file: AbstractFile
  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  3. def isClass: Boolean
  4. def isJarOrZip: Boolean
  5. def isPackage: Boolean
  6. def isScalaOrJavaSource: Boolean
  7. def toURLs(default: ⇒ Seq[URL] = Seq.empty): Seq[URL]

    Safe method returning a sequence containing one URL representing this file, when underlying file exists, and returning given default value in other case