trait WritableMemVirtualJSFile extends MemVirtualJSFile with WritableVirtualJSFile with WritableMemVirtualTextFile
- Alphabetic
- By Inheritance
- WritableMemVirtualJSFile
- WritableMemVirtualTextFile
- WritableVirtualJSFile
- WritableVirtualTextFile
- MemVirtualJSFile
- VirtualJSFile
- MemVirtualTextFile
- VirtualTextFile
- MemVirtualFile
- VirtualFile
- AnyRef
- Any
- Hide All
- Show All
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
content: String
Returns the content of the file.
Returns the content of the file.
- Definition Classes
- MemVirtualTextFile → VirtualTextFile
-
def
contentWriter: Writer
- Definition Classes
- WritableMemVirtualTextFile → WritableVirtualTextFile
-
def
content_=(v: String): Unit
- Definition Classes
- MemVirtualTextFile
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists: Boolean
Whether this file exists.
Whether this file exists. Reading a non-existent file may fail
- Definition Classes
- MemVirtualFile → VirtualFile
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: String
Name of the file/writer, including extension
Name of the file/writer, including extension
- Definition Classes
- VirtualFile
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
path: String
- Definition Classes
- MemVirtualFile → VirtualFile
-
def
readLines(): List[String]
Returns the lines in the content.
Returns the lines in the content. Lines do not contain the new line characters.
- Definition Classes
- VirtualTextFile
-
def
reader: Reader
Returns a new Reader of the file.
Returns a new Reader of the file.
- Definition Classes
- VirtualTextFile
-
def
sourceMap: Option[String]
Optionally, content of the source map file associated with this JavaScript source.
Optionally, content of the source map file associated with this JavaScript source.
- Definition Classes
- MemVirtualJSFile → VirtualJSFile
-
def
sourceMapWriter: Writer
- Definition Classes
- WritableMemVirtualJSFile → WritableVirtualJSFile
-
def
sourceMap_=(v: Option[String]): Unit
- Definition Classes
- MemVirtualJSFile
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- VirtualFile → AnyRef → Any
-
def
toURI: URI
URI for this virtual file
URI for this virtual file
- Definition Classes
- VirtualFile
-
def
version: Option[String]
Optionally returns an implementation-dependent "version" token.
Optionally returns an implementation-dependent "version" token. Versions are compared with ==. If non-empty, a different version must be returned when the content changes. It should be equal if the content has not changed, but it is not mandatory. Such a token can be used by caches: the file need not be read and processed again if its version has not changed.
- Definition Classes
- MemVirtualFile → VirtualFile
-
def
version_=(v: Option[String]): Unit
- Definition Classes
- MemVirtualFile
-
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( ... )
-
final
def
withContent(v: String): WritableMemVirtualJSFile.this.type
- Definition Classes
- MemVirtualTextFile
-
final
def
withSourceMap(v: Option[String]): WritableMemVirtualJSFile.this.type
- Definition Classes
- MemVirtualJSFile
-
final
def
withVersion(v: Option[String]): WritableMemVirtualJSFile.this.type
- Definition Classes
- MemVirtualFile