final class LinkOptionPath extends RichNioPath
- Alphabetic
- By Inheritance
- LinkOptionPath
- RichNioPath
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new LinkOptionPath(p: java.nio.file.Path, lo: Vector[LinkOption])
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
aclFileAttributeView: AclFileAttributeView
- Definition Classes
- RichNioPath
-
def
addPermission(permission: PosixFilePermission): Unit
Adds permission to this file.
Adds permission to this file. This operation requires underlying filesystem to support
IO.isPosix
.- permission
the permission to add
- Definition Classes
- RichNioPath
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
asPath: java.nio.file.Path
- Definition Classes
- LinkOptionPath → RichNioPath
-
def
attributes: BasicFileAttributes
- Definition Classes
- RichNioPath
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
dosAttributes: DosFileAttributes
- Definition Classes
- RichNioPath
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
group: GroupPrincipal
Returns the group owner of a file.
Returns the group owner of a file. This operation requires underlying filesystem to support
IO.hasFileOwnerAttributeView
.- Definition Classes
- RichNioPath
-
def
groupName: String
Returns the group owner of a file.
Returns the group owner of a file. This operation requires underlying filesystem to support
IO.hasFileOwnerAttributeView
.- Definition Classes
- RichNioPath
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isGroupExecutable: Boolean
Tests if this file has the group+execute permission.
Tests if this file has the group+execute permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
isGroupReadable: Boolean
Tests if this file has the group+read permission.
Tests if this file has the group+read permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
isGroupWritable: Boolean
Tests if this file has the group+write permission.
Tests if this file has the group+write permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOthersExecutable: Boolean
Tests if this file has the others+execute permission.
Tests if this file has the others+execute permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
isOthersReadable: Boolean
Tests if this file has the others+read permission.
Tests if this file has the others+read permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
isOthersWritable: Boolean
Tests if this file has the others+write permission.
Tests if this file has the others+write permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
isOwnerExecutable: Boolean
Tests if this file has the owner+execute permission.
Tests if this file has the owner+execute permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
isOwnerReadable: Boolean
Tests if this file has the owner+read permission.
Tests if this file has the owner+read permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
isOwnerWritable: Boolean
Tests if this file has the owner+write permission.
Tests if this file has the owner+write permission. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
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
owner: UserPrincipal
Returns the owner of a file.
Returns the owner of a file. This operation requires underlying filesystem to support
IO.hasFileOwnerAttributeView
.- Definition Classes
- RichNioPath
-
def
ownerName: String
Returns the owner of a file.
Returns the owner of a file. This operation requires underlying filesystem to support
IO.hasFileOwnerAttributeView
.- Definition Classes
- RichNioPath
-
def
permissions: Set[PosixFilePermission]
Returns this file's POSIX permissions.
Returns this file's POSIX permissions. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
permissionsAsString: String
Returns this file's POSIX permissions.
Returns this file's POSIX permissions. This operation requires underlying filesystem to support
IO.isPosix
.- Definition Classes
- RichNioPath
-
def
posixAttributes: PosixFileAttributes
- Definition Classes
- RichNioPath
-
def
removePermission(permission: PosixFilePermission): Unit
Removes permission from this file.
Removes permission from this file. This operation requires underlying filesystem to support
IO.isPosix
.- permission
the permission to remove
- Definition Classes
- RichNioPath
-
def
setGroup(group: String): Unit
Updates the group owner of the file.
Updates the group owner of the file. This operation requires underlying filesystem to support
IO.hasFileOwnerAttributeView
.- group
the new group owner
- Definition Classes
- RichNioPath
-
def
setOwner(owner: String): Unit
Updates the file owner.
Updates the file owner. This operation requires underlying filesystem to support
IO.hasFileOwnerAttributeView
.- owner
the new group owner
- Definition Classes
- RichNioPath
-
def
setPermissions(permissions: Set[PosixFilePermission]): Unit
Updates permission of this file.
Updates permission of this file. This operation requires underlying filesystem to support
IO.isPosix
.- permissions
the permissions to add
- Definition Classes
- RichNioPath
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
testPermission(permission: PosixFilePermission): Boolean
Tests if this file has the given permission.
Tests if this file has the given permission. This operation requires underlying filesystem to support
IO.isPosix
.- permission
the permission to remove
- Definition Classes
- RichNioPath
-
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
- @throws( ... ) @native()