Class IvyPatternHelper.OriginalArtifactNameValue

java.lang.Object
org.apache.ivy.core.IvyPatternHelper.OriginalArtifactNameValue
Enclosing class:
IvyPatternHelper

private static class IvyPatternHelper.OriginalArtifactNameValue extends Object
This class returns the original name of the artifact 'on demand'. This is done to avoid having to read the cached datafile containing the original location of the artifact if we don't need it.
  • Field Details

    • org

      private String org
    • moduleName

      private String moduleName
    • branch

      private String branch
    • revision

      private String revision
    • extraModuleAttributes

      private Map<String,String> extraModuleAttributes
    • artifactName

      private String artifactName
    • artifactType

      private String artifactType
    • artifactExt

      private String artifactExt
    • extraArtifactAttributes

      private Map<String,String> extraArtifactAttributes
    • origin

      private ArtifactOrigin origin
  • Constructor Details

  • Method Details