Package net.kyori.indra.crossdoc
Interface JavadocPackaging
- All Superinterfaces:
org.gradle.api.Named
public interface JavadocPackaging
extends org.gradle.api.Named
Indicate the packaging of a Javadoc variant.
- Since:
- 2.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPackaged as an archive, such as ajar.static final StringPublished as an exploded directory, the original output format.static final org.gradle.api.attributes.Attribute<JavadocPackaging>The attribute itself. -
Method Summary
Methods inherited from interface org.gradle.api.Named
getName
-
Field Details
-
JAVADOC_PACKAGING_ATTRIBUTE
The attribute itself.- Since:
- 2.1.0
-
ARCHIVE
Packaged as an archive, such as ajar.- Since:
- 2.1.0
- See Also:
-
DIRECTORY
Published as an exploded directory, the original output format.- Since:
- 2.1.0
- See Also:
-