aaraar
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
aaraar
core
/
sh.christian.aaraar.model
/
ApiJar
Api
Jar
data
class
ApiJar
(
val
archive
:
GenericJarArchive
)
Represents the contents of the
api.jar
file, the IDE sources for an
ArtifactArchive
.
Members
Constructors
Api
Jar
Link copied to clipboard
constructor
(
archive
:
GenericJarArchive
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
archive
Link copied to clipboard
val
archive
:
GenericJarArchive
Functions
write
To
Link copied to clipboard
fun
writeTo
(
path
:
Path
)