o

izumi.fundamentals.platform.resources

PortableResourceMacro

object PortableResourceMacro extends PortableResourceBase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PortableResourceMacro
  2. PortableResourceBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def chunkString(content: String): Seq[String]

    Split content into pieces small enough to be emitted as individual JVM constant-pool string literals.

    Split content into pieces small enough to be emitted as individual JVM constant-pool string literals. A CONSTANT_Utf8 entry stores its length in an unsigned 16-bit field, so it cannot exceed 65535 bytes of modified UTF-8. A single char encodes to at most 3 modified-UTF-8 bytes (lone surrogates included), so chunking at maxChunkChars characters keeps every chunk under the limit regardless of content. Splitting mid-surrogate-pair is safe: re-concatenating the chunks at runtime reproduces the original string exactly.

    Attributes
    protected
    Definition Classes
    PortableResourceBase
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def doExtractSources[T](maybeRoot: Option[String], pathExpr: String): Seq[(String, String)]
    Attributes
    protected
    Definition Classes
    PortableResourceBase
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def extractResourceContents(sourcePath: String): Seq[(String, String)]
    Attributes
    protected
    Definition Classes
    PortableResourceBase
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def makeEmbedResources(c: Context)(path: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.blackbox.Context.Expr[Map[String, String]]
  16. def makeEmbedResourcesUnchecked(c: Context)(path: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.blackbox.Context.Expr[Map[String, String]]
  17. def makeEmbedSources(c: Context)(pathExpr: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.blackbox.Context.Expr[Map[String, String]]
  18. def makeEmbedSourcesUnchecked(c: Context)(pathExpr: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.blackbox.Context.Expr[Map[String, String]]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. def walkTree(file: File): Iterable[File]
    Attributes
    protected
    Definition Classes
    PortableResourceBase

Inherited from PortableResourceBase

Inherited from AnyRef

Inherited from Any

Ungrouped