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 class
IvyPublish.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 interface
Artifact
Representation of a published 'file' in the development environment.interface
DependencyArtifactDescriptor
This describes an artifact that is asked for a dependency.interface
DependencyDescriptor
Describes a dependency from a depender to a dependee.interface
ExcludeRule
This describes a rule of exclusion.interface
IncludeRule
This describes a rule of inclusion.interface
ModuleDescriptor
Descriptor of a module.interface
WorkspaceModuleDescriptor
Marker 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 class
AbstractArtifact
class
AbstractIncludeExcludeRule
Abstract class used as implementation for bothIncludeRule
andExcludeRule
, since their contract is almost identicalclass
Configuration
Represents a module configurationclass
ConfigurationGroup
A configuration which is actually a group of several configurations.class
ConfigurationIntersection
A configuration which is actually the intersection of several configurations.class
DefaultArtifact
class
DefaultDependencyArtifactDescriptor
class
DefaultDependencyDescriptor
This class can be used as the default implementation for DependencyDescriptor.class
DefaultExcludeRule
class
DefaultIncludeRule
class
DefaultModuleDescriptor
class
DefaultWorkspaceModuleDescriptor
class
MDArtifact
-
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 class
ArtifactRevisionId
Identifies an artifact in a particular module revisionclass
ModuleRevisionId
Identifies 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 class
PomModuleDescriptorBuilder.PomDependencyDescriptor
DependencyDescriptor
that provides access to the originalPomDependencyData
.static class
PomModuleDescriptorBuilder.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 void
XmlModuleDescriptorWriter. printExtraAttributes(ExtendableItem item, java.io.PrintWriter out, java.lang.String prefix)
Writes the extra attributes of the givenExtendableItem
to 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 class
DefaultExtendableItem
An item which is meant to be extended, i.e.class
UnmodifiableExtendableItem
-