implicit final class AbstractFileOps extends AnyVal
- Source
- FileUtils.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractFileOps
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AbstractFileOps(file: AbstractFile)
Value Members
- val file: AbstractFile
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isClass: Boolean
- def isJarOrZip: Boolean
- def isPackage: Boolean
- def isScalaOrJavaSource: Boolean
-
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
The Scala compiler and reflection APIs.