DOC

org.jetbrains.intellij.plugins : structure-classes

Maven & Gradle

Aug 08, 2023
2 usages
166 stars

JetBrains Plugins Structure Classes · Base library for resolving class files and resources. Used by other JetBrains Plugins Structure Classes libraries.

Table Of Contents

Latest Version

Download org.jetbrains.intellij.plugins : structure-classes Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jetbrains.intellij.plugins : structure-classes Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.260
3.259
3.258
3.257
3.256
3.253
3.252
3.251
3.250
3.249
3.248
3.247
3.246
3.245
3.243
3.242
3.241
3.239
3.238
3.237
3.236
3.235
3.234
3.233
3.232
3.231
3.230
3.229
3.228
3.227
3.226
3.225
3.224
3.223
3.219
3.218
3.217
3.216
3.215
3.214
3.213
3.212
3.211
3.210
3.209
3.208
3.207
3.206
3.205
3.204
3.203
3.202
3.201
3.200
3.199
3.198
3.197
3.196
3.195
3.194
3.193
3.192
3.191
3.190
3.185
3.184
3.183
3.182
3.177
3.176
3.175
3.172
3.171
3.170
3.169

How to open Javadoc JAR file in web browser

  1. Rename the file structure-classes-3.260-javadoc.jar to structure-classes-3.260-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder structure-classes-3.260-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "structure-classes-3.260-sources.jar" -d "structure-classes-3.260-javadoc" -subpackages 

Advertisement