aaraar
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
aaraar
core
/
sh.christian.aaraar.model
/
PublicTxt
Public
Txt
class
PublicTxt
Represents the contents of the
public.txt
file.
Members
Constructors
Public
Txt
Link copied to clipboard
constructor
(
lines
:
List
<
String
>
,
packageName
:
String
)
constructor
(
lines
:
String
,
packageName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Link copied to clipboard
fun
writeTo
(
path
:
Path
)