implicit class XtensionAbsolutePathBuffers extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XtensionAbsolutePathBuffers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new XtensionAbsolutePathBuffers(path: io.AbsolutePath)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def createDirectories(): io.AbsolutePath
- def dealias: io.AbsolutePath
- def delete(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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 isDependencySource(workspace: io.AbsolutePath): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isJar: Boolean
- def isSbtRelated(workspace: io.AbsolutePath): Boolean
-
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 readText: String
-
def
resolveZipPath(zipPath: Path): io.AbsolutePath
Resolve each path segment individually to prevent jjkjjk
- def sourcerootOption: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toFileOnDisk(workspace: io.AbsolutePath): io.AbsolutePath
Writes zip file contents to disk under $workspace/.metals/readonly.
-
def
toInputFromBuffers(buffers: Buffers): VirtualFile
Reads file contents from editor buffer with fallback to disk.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def toTextDocumentIdentifier: TextDocumentIdentifier
-
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( ... )