PluginId

class PluginId : CharSequence

Represents a plugin dependency meta-information.

Author

凛 (https://github.com/RinOrz)

Functions

chars
Link copied to clipboard
open fun chars(): IntStream
codePoints
Link copied to clipboard
open fun codePoints(): IntStream
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
get
Link copied to clipboard
open operator override fun get(index: Int): Char
hashCode
Link copied to clipboard
open override fun hashCode(): Int
subSequence
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
toLibraryDependency
Link copied to clipboard
fun toLibraryDependency(): LibraryDependency

Converts this plugin id to library dependency.

toString
Link copied to clipboard
open override fun toString(): String

Properties

length
Link copied to clipboard
open override val length: Int