jp.mwsoft.commonsfile

CommonsFilePlus

trait CommonsFilePlus extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CommonsFilePlus
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. val that : File

    Attributes
    protected abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def absoluteFile : File

    Returns the absolute form of this abstract pathname.

  7. def absolutePath : String

    Returns the absolute pathname string of this abstract pathname.

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def canonicalFile : File

    Returns the canonical form of this abstract pathname.

  10. def canonicalPath : String

    Returns the canonical pathname string of this abstract pathname.

  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def eachLine [B] (f: (String) ⇒ B, encoding: String): Unit

    Applies a function f to all line.

    Applies a function f to all line.

    f

    function

    encoding

    the encoding to use, null means platform default

  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def freeSpace : Long

    Returns the number of unallocated bytes in the partition named by this abstract path name.

  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. def name : String

    Returns the name of the file or directory denoted by this abstract pathname.

  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notExists : Boolean

    Tests whether the file or directory denoted by this abstract pathname not exists.

  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def parentFile : File

    Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.

  26. def parentPath : String

    Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.

  27. def path : String

    Converts this abstract pathname into a pathname string.

  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    AnyRef → Any
  30. def totalSpace : Long

    Returns the size of the partition named by this abstract pathname.

  31. def usableSpace : Long

    Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.

  32. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any