Class Deployable
java.lang.Object
org.jreleaser.model.spi.deploy.maven.Deployable
- All Implemented Interfaces:
Comparable<Deployable>
- Since:
- 1.4.0
- Author:
- Andres Almiray
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeployable(String stagingRepository, String path, String packaging, String filename) -
Method Summary
-
Field Details
-
PACKAGING_AAR
- See Also:
-
PACKAGING_JAR
- See Also:
-
PACKAGING_POM
- See Also:
-
PACKAGING_NBM
- See Also:
-
PACKAGING_MAVEN_ARCHETYPE
- See Also:
-
MAVEN_METADATA_XML
- See Also:
-
EXT_JAR
- See Also:
-
EXT_POM
- See Also:
-
EXT_ASC
- See Also:
-
EXT_MODULE
- See Also:
-
EXT_XML
- See Also:
-
EXT_JSON
- See Also:
-
-
Constructor Details
-
Deployable
-
-
Method Details
-
requiresJar
public boolean requiresJar() -
requiresSourcesJar
public boolean requiresSourcesJar() -
requiresJavadocJar
public boolean requiresJavadocJar() -
getGav
-
getStagingRepository
-
getPath
-
getFullDeployPath
-
getDeployPath
-
getFilename
-
getGroupId
-
getArtifactId
-
getVersion
-
getLocalPath
-
deriveByFilename
-
deriveByFilename
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Deployable>
-
isArtifact
public boolean isArtifact() -
isPom
public boolean isPom() -
isSignature
public boolean isSignature() -
isChecksum
public boolean isChecksum() -
isJson
public boolean isJson() -
isXml
public boolean isXml() -
isGradleMetadata
public boolean isGradleMetadata() -
isMavenMetadata
public boolean isMavenMetadata()
-