object Files
- Source
- Files.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Files
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andDescendants(file: File): Iterable[File]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def children(file: File): Iterable[File]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def descendants(file: File): Iterable[File]
-
def
dropExtension(file: File): String
Returns the name of the file without its extension
-
def
dropExtension(name: String): String
Returns the name of the file without its extension
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extension(name: String): String
Returns the extension of the file name
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isDescendant(root: File, file: File): Boolean
Returns true if
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def recursiveFind(directories: Iterable[File])(filter: (File) ⇒ Boolean): Option[File]
-
def
recursiveFind(file: File)(filter: (File) ⇒ Boolean): Option[File]
Recursively finds the first file in this directory that matches the given predicate or matches against this file for non-directories
-
def
relativeUri(rootDir: File, file: File): String
Returns the relative URI of the given file with the respect to the given root directory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )