Uses of Interface
org.apache.ivy.util.extendable.ExtendableItem
-
Packages that use ExtendableItem Package Description org.apache.ivy.ant org.apache.ivy.core.module.descriptor org.apache.ivy.core.module.id This packages gathers classes used to represent identifiers of objects involved in dependency management.org.apache.ivy.plugins.parser.m2 org.apache.ivy.plugins.parser.xml org.apache.ivy.util.extendable -
-
Uses of ExtendableItem in org.apache.ivy.ant
Classes in org.apache.ivy.ant that implement ExtendableItem Modifier and Type Class Description classIvyPublish.PublishArtifact -
Uses of ExtendableItem in org.apache.ivy.core.module.descriptor
Subinterfaces of ExtendableItem in org.apache.ivy.core.module.descriptor Modifier and Type Interface Description interfaceArtifactRepresentation of a published 'file' in the development environment.interfaceDependencyArtifactDescriptorThis describes an artifact that is asked for a dependency.interfaceDependencyDescriptorDescribes a dependency from a depender to a dependee.interfaceExcludeRuleThis describes a rule of exclusion.interfaceIncludeRuleThis describes a rule of inclusion.interfaceModuleDescriptorDescriptor of a module.interfaceWorkspaceModuleDescriptorMarker interface for module descriptor of a module in a workspace, then having special semantics, like artifacts declared by the resolver rather than the descriptorClasses in org.apache.ivy.core.module.descriptor that implement ExtendableItem Modifier and Type Class Description classAbstractArtifactclassAbstractIncludeExcludeRuleAbstract class used as implementation for bothIncludeRuleandExcludeRule, since their contract is almost identicalclassConfigurationRepresents a module configurationclassConfigurationGroupA configuration which is actually a group of several configurations.classConfigurationIntersectionA configuration which is actually the intersection of several configurations.classDefaultArtifactclassDefaultDependencyArtifactDescriptorclassDefaultDependencyDescriptorThis class can be used as the default implementation for DependencyDescriptor.classDefaultExcludeRuleclassDefaultIncludeRuleclassDefaultModuleDescriptorclassDefaultWorkspaceModuleDescriptorclassMDArtifact -
Uses of ExtendableItem in org.apache.ivy.core.module.id
Classes in org.apache.ivy.core.module.id that implement ExtendableItem Modifier and Type Class Description classArtifactRevisionIdIdentifies an artifact in a particular module revisionclassModuleRevisionIdIdentifies a module in a particular version -
Uses of ExtendableItem in org.apache.ivy.plugins.parser.m2
Classes in org.apache.ivy.plugins.parser.m2 that implement ExtendableItem Modifier and Type Class Description static classPomModuleDescriptorBuilder.PomDependencyDescriptorDependencyDescriptorthat provides access to the originalPomDependencyData.static classPomModuleDescriptorBuilder.PomModuleDescriptor -
Uses of ExtendableItem in org.apache.ivy.plugins.parser.xml
Methods in org.apache.ivy.plugins.parser.xml with parameters of type ExtendableItem Modifier and Type Method Description private static voidXmlModuleDescriptorWriter. printExtraAttributes(ExtendableItem item, java.io.PrintWriter out, java.lang.String prefix)Writes the extra attributes of the givenExtendableItemto the given PrintWriter. -
Uses of ExtendableItem in org.apache.ivy.util.extendable
Classes in org.apache.ivy.util.extendable that implement ExtendableItem Modifier and Type Class Description classDefaultExtendableItemAn item which is meant to be extended, i.e.classUnmodifiableExtendableItem
-