Interface WorkspaceModuleDescriptor
-
- All Superinterfaces:
ArtifactInfo
,DependencyDescriptorMediator
,ExtendableItem
,ModuleDescriptor
- All Known Implementing Classes:
DefaultWorkspaceModuleDescriptor
public interface WorkspaceModuleDescriptor extends ModuleDescriptor
Marker interface for module descriptor of a module in a workspace, then having special semantics, like artifacts declared by the resolver rather than the descriptor
-
-
Field Summary
-
Fields inherited from interface org.apache.ivy.core.module.descriptor.ModuleDescriptor
CALLER_ALL_CONFIGURATION, DEFAULT_CONFIGURATION
-
-
Method Summary
-
Methods inherited from interface org.apache.ivy.plugins.latest.ArtifactInfo
getRevision
-
Methods inherited from interface org.apache.ivy.core.module.descriptor.DependencyDescriptorMediator
mediate
-
Methods inherited from interface org.apache.ivy.util.extendable.ExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes
-
Methods inherited from interface org.apache.ivy.core.module.descriptor.ModuleDescriptor
canExclude, dependsOn, doesExclude, getAllArtifacts, getAllDependencyDescriptorMediators, getAllExcludeRules, getArtifacts, getConfiguration, getConfigurations, getConfigurationsNames, getConflictManager, getDependencies, getDescription, getExtraAttributesNamespaces, getExtraInfo, getExtraInfoByTagName, getExtraInfoContentByTagName, getExtraInfos, getHomePage, getInheritedDescriptors, getLastModified, getLicenses, getMetadataArtifact, getModuleRevisionId, getParser, getPublicationDate, getPublicConfigurationsNames, getResolvedModuleRevisionId, getResolvedPublicationDate, getResource, getStatus, isDefault, setResolvedModuleRevisionId, setResolvedPublicationDate, toIvyFile
-
-