Interface ScopedArtifactRef

  • All Superinterfaces:
    org.commonjava.maven.atlas.ident.ref.ArtifactRef, Comparable<org.commonjava.maven.atlas.ident.ref.ProjectRef>, org.commonjava.maven.atlas.ident.ref.ProjectRef, org.commonjava.maven.atlas.ident.ref.ProjectVersionRef, Serializable, org.commonjava.maven.atlas.ident.ref.VersionedRef<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef>
    All Known Implementing Classes:
    SimpleScopedArtifactRef

    public interface ScopedArtifactRef
    extends org.commonjava.maven.atlas.ident.ref.ArtifactRef
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getScope()  
      • Methods inherited from interface org.commonjava.maven.atlas.ident.ref.ArtifactRef

        getClassifier, getType, getTypeAndClassifier, versionlessEquals
      • Methods inherited from interface org.commonjava.maven.atlas.ident.ref.ProjectRef

        asProjectRef, asVersionlessArtifactRef, asVersionlessArtifactRef, asVersionlessJarArtifact, asVersionlessPomArtifact, getArtifactId, getGroupId, matches
      • Methods inherited from interface org.commonjava.maven.atlas.ident.ref.ProjectVersionRef

        asArtifactRef, asArtifactRef, asJarArtifact, asPomArtifact, asProjectVersionRef, getVersionSpec, getVersionSpecRaw, getVersionString, getVersionStringRaw, isCompound, isRelease, isSnapshot, isSpecificVersion, isVariableVersion, matchesVersion, newRef, selectVersion, selectVersion, selectVersion, selectVersion
    • Method Detail