Uses of Interface
org.aksw.commons.model.maven.domain.api.MavenEntityCore
Packages that use MavenEntityCore
Package
Description
-
Uses of MavenEntityCore in org.aksw.commons.model.maven.domain.api
Methods in org.aksw.commons.model.maven.domain.api that return MavenEntityCoreModifier and TypeMethodDescriptionstatic MavenEntityCoreMavenEntityCore.normalize(MavenEntityCore coord) Return a copy where all nulls replaced by empty strings and all strings are trimmedstatic MavenEntityCoreParse a maven GAV pattern with colons.static MavenEntityCorestatic MavenEntityCoreMavenEntityCore.setArtifactId(String artifactId) MavenEntityCore.setClassifier(String classifier) MavenEntityCore.setGroupId(String groupId) MavenEntityCore.setRemainder(String remainder) MavenEntityCore.setVersion(String version) Methods in org.aksw.commons.model.maven.domain.api with parameters of type MavenEntityCoreModifier and TypeMethodDescriptionstatic StringMavenEntityCore.getFileNameSuffix(MavenEntityCore coord) Returns a present classifier and type prefixed with '-' and '.', respectively.static MavenEntityCoreMavenEntityCore.normalize(MavenEntityCore coord) Return a copy where all nulls replaced by empty strings and all strings are trimmedstatic StringMavenEntityCore.toFileName(MavenEntityCore coord) Return the file name: artifactId-version-classifier.typestatic StringMavenEntityCore.toPath(MavenEntityCore coord) Return the path fraction: org/the/groupId/artifactId/versionstatic StringMavenEntityCore.toPath(MavenEntityCore entity, String snapshotPrefix, String internalPrefix, String componentSeparator, boolean includePrefix, boolean includeDirectories, boolean includeFileName) static StringMavenEntityCore.toRelativeUrl(MavenEntityCore coord) Return a complete relative URL for the given coordinate, such as: org/the/groupId/artifactId/version/artifactId-version-classifier.typestatic StringMavenEntityCore.toString(MavenEntityCore coord) -
Uses of MavenEntityCore in org.aksw.commons.model.maven.domain.impl
Classes in org.aksw.commons.model.maven.domain.impl that implement MavenEntityCoreMethods in org.aksw.commons.model.maven.domain.impl that return MavenEntityCoreModifier and TypeMethodDescriptionMavenEntityCoreImpl.setArtifactId(String artifactId) MavenEntityCoreImpl.setClassifier(String classifier) MavenEntityCoreImpl.setGroupId(String groupId) MavenEntityCoreImpl.setRemainder(String remainder) MavenEntityCoreImpl.setVersion(String version) Constructors in org.aksw.commons.model.maven.domain.impl with parameters of type MavenEntityCore