Package net.kyori.indra.crossdoc
Interface JavadocPackaging
-
- All Superinterfaces:
org.gradle.api.Named
public interface JavadocPackaging extends org.gradle.api.NamedIndicate the packaging of a Javadoc variant.- Since:
- 2.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringARCHIVEPackaged as an archive, such as ajar.static StringDIRECTORYPublished as an exploded directory, the original output format.static org.gradle.api.attributes.Attribute<JavadocPackaging>JAVADOC_PACKAGING_ATTRIBUTEThe attribute itself.
-
-
-
Field Detail
-
JAVADOC_PACKAGING_ATTRIBUTE
static final org.gradle.api.attributes.Attribute<JavadocPackaging> JAVADOC_PACKAGING_ATTRIBUTE
The attribute itself.- Since:
- 2.1.0
-
ARCHIVE
static final String ARCHIVE
Packaged as an archive, such as ajar.- Since:
- 2.1.0
- See Also:
- Constant Field Values
-
DIRECTORY
static final String DIRECTORY
Published as an exploded directory, the original output format.- Since:
- 2.1.0
- See Also:
- Constant Field Values
-
-