Class

poly.io.Local

SymLink

Related Doc: package Local

Permalink

class SymLink extends Path with ReadOnlySymLink[Local.type]

Linear Supertypes
ReadOnlySymLink[Local.type], Path, io.Path[Local.type], ReadOnlyPath[Local.type], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymLink
  2. ReadOnlySymLink
  3. Path
  4. Path
  5. ReadOnlyPath
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(rl: RelativeSymLink): SymLink

    Permalink
    Definition Classes
    ReadOnlyPath
  4. def /(rf: RelativeFile): File

    Permalink
    Definition Classes
    ReadOnlyPath
  5. def /(rd: RelativeDirectory): Directory

    Permalink
    Definition Classes
    ReadOnlyPath
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def baseName: String

    Permalink

    Returns the basename of a file name (without the extension part).

    Returns the basename of a file name (without the extension part).

    Definition Classes
    ReadOnlyPath
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def copyTo[DS <: FileSystem](destination: ReadOnlyPath.copyTo.DS.Directory)(implicit ft: Copying[Local.type, DS]): Unit

    Permalink
    Definition Classes
    ReadOnlyPath
  11. def delete(): Unit

    Permalink

    Removes this file or directory.

    Removes this file or directory.

    Definition Classes
    PathPath
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    ReadOnlyPath → AnyRef → Any
  14. def extension: String

    Permalink

    Returns the extension of this file.

    Returns the extension of this file. The extension is lowercased.

    returns

    If there's no extension, the empty string "" is returned.

    Definition Classes
    ReadOnlyPath
  15. val fileSystem: Local.type

    Permalink

    Returns a reference to the file system in which this file resides.

    Returns a reference to the file system in which this file resides.

    Definition Classes
    PathReadOnlyPath
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fullName: String

    Permalink

    Returns the full name (including the absolute path) of this file.

    Returns the full name (including the absolute path) of this file.

    Definition Classes
    ReadOnlyPath
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    ReadOnlyPath → AnyRef → Any
  20. final def isDirectory: Boolean

    Permalink
    Definition Classes
    ReadOnlySymLink
  21. def isExecutable: Boolean

    Permalink
    Definition Classes
    PathReadOnlyPath
  22. final def isFile: Boolean

    Permalink
    Definition Classes
    ReadOnlySymLink
  23. def isHidden: Boolean

    Permalink
    Definition Classes
    PathReadOnlyPath
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isReadable: Boolean

    Permalink
    Definition Classes
    PathReadOnlyPath
  26. final def isSymLink: Boolean

    Permalink
    Definition Classes
    ReadOnlySymLink
  27. def isWriteable: Boolean

    Permalink
    Definition Classes
    PathReadOnlyPath
  28. def moveTo[DS <: FileSystem](destination: Path.moveTo.DS.Directory)(implicit ft: Copying[Local.type, DS]): Unit

    Permalink
    Definition Classes
    Path
  29. def name: String

    Permalink

    Returns the name (without the path section) of this file or directory.

    Returns the name (without the path section) of this file or directory.

    Definition Classes
    ReadOnlyPath
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def parent: Directory

    Permalink

    Returns the parent directory of this path.

    Returns the parent directory of this path.

    Definition Classes
    ReadOnlyPath
  34. val path: Array[String]

    Permalink

    Returns an array of the components of this path.

    Returns an array of the components of this path.

    Definition Classes
    SymLinkReadOnlyPath
    Example:
    1. Directory("/home/admin/projects") = ("home", "admin", "projects")
  35. def permissions: Set[java.nio.file.attribute.PosixFilePermission]

    Permalink
    Definition Classes
    PathReadOnlyPath
  36. def relativize(that: Path): RelativePath

    Permalink
    Definition Classes
    ReadOnlyPath
  37. def relativize(that: File): RelativeFile

    Permalink
    Definition Classes
    ReadOnlyPath
  38. def relativize(that: Directory): RelativeDirectory

    Permalink
    Definition Classes
    ReadOnlyPath
  39. def rename(newName: String): Unit

    Permalink

    Renames this file or directory or symbolic link.

    Renames this file or directory or symbolic link.

    Definition Classes
    PathPath
  40. def resolve(rl: RelativeSymLink): SymLink

    Permalink
    Definition Classes
    ReadOnlyPath
  41. def resolve(rf: RelativeFile): File

    Permalink
    Definition Classes
    ReadOnlyPath
  42. def resolve(rd: RelativeDirectory): Directory

    Permalink
    Definition Classes
    ReadOnlyPath
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def target: Directory

    Permalink

    Returns the target of this symbolic link.

    Returns the target of this symbolic link.

    Definition Classes
    SymLinkReadOnlySymLink
  45. def toString(): String

    Permalink
    Definition Classes
    ReadOnlyPath → AnyRef → Any
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ReadOnlySymLink[Local.type]

Inherited from Path

Inherited from io.Path[Local.type]

Inherited from ReadOnlyPath[Local.type]

Inherited from AnyRef

Inherited from Any

Ungrouped