A C D E F G H I L M N P R S T U _

A

AbstractArtifact - Class in fr.jayasoft.ivy
 
AbstractArtifact() - Constructor for class fr.jayasoft.ivy.AbstractArtifact
 
acceptRevision(String) - Method in class fr.jayasoft.ivy.ModuleRevisionId
Returns true if the given revision can be considered as a revision of this module revision id.
acceptRevision(String, String) - Static method in class fr.jayasoft.ivy.ModuleRevisionId
 
addAllVariables(Map) - Method in class fr.jayasoft.ivy.Ivy
 
addAllVariables(Map, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
addArtifact(String, Artifact) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
Artifact configurations are not used since added artifact may not be entirely completed, so its configurations data may not be accurate
addCaller(String, IvyNode, String, String[], DependencyDescriptor) - Method in class fr.jayasoft.ivy.IvyNode
 
addConfiguration(String) - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
Add a configuration for this artifact (includes or excludes depending on this type dependency artifact descriptor).
addConfiguration(Configuration) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
addConfiguration(String, String[]) - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
addConfiguration(String) - Method in class fr.jayasoft.ivy.MDArtifact
 
addConfigured(DependencyResolver) - Method in class fr.jayasoft.ivy.Ivy
 
addConfigured(ModuleDescriptorParser) - Method in class fr.jayasoft.ivy.Ivy
 
addConfigured(ConflictManager) - Method in class fr.jayasoft.ivy.Ivy
 
addConfigured(LatestStrategy) - Method in class fr.jayasoft.ivy.Ivy
 
addConfigured(Namespace) - Method in class fr.jayasoft.ivy.Ivy
 
addConfigured(PatternMatcher) - Method in class fr.jayasoft.ivy.Ivy
 
addConflictManager(ModuleId, PatternMatcher, ConflictManager) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
regular expressions as explained in Pattern class may be used in ModuleId organisation and name
addConflictManager(String, ConflictManager) - Method in class fr.jayasoft.ivy.Ivy
 
addDependency(DependencyDescriptor) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
addDependencyArtifactExcludes(String, DependencyArtifactDescriptor) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
addDependencyArtifactIncludes(String, DependencyArtifactDescriptor) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
addDependencyConfiguration(String, String) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
addExtends(String) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
addIvyListener(IvyListener) - Method in class fr.jayasoft.ivy.Ivy
 
addLatestStrategy(String, LatestStrategy) - Method in class fr.jayasoft.ivy.Ivy
 
addLicense(License) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
addMatcher(PatternMatcher) - Method in class fr.jayasoft.ivy.Ivy
 
addModuleConfiguration(ModuleId, PatternMatcher, String) - Method in class fr.jayasoft.ivy.Ivy
regular expressions as explained in Pattern class may be used in ModuleId organisation and name
addNamespace(Namespace) - Method in class fr.jayasoft.ivy.Ivy
 
addResolver(DependencyResolver) - Method in class fr.jayasoft.ivy.Ivy
 
addTransferListener(TransferListener) - Method in class fr.jayasoft.ivy.Ivy
 
Artifact - Interface in fr.jayasoft.ivy
 
ArtifactId - Class in fr.jayasoft.ivy
Identifies an artifact in a module, without revision information
ArtifactId(ModuleId, String, String, String) - Constructor for class fr.jayasoft.ivy.ArtifactId
 
ArtifactInfo - Interface in fr.jayasoft.ivy
 
ArtifactRevisionId - Class in fr.jayasoft.ivy
identifies an artifact in a particular module revision
ArtifactRevisionId(ArtifactId, ModuleRevisionId) - Constructor for class fr.jayasoft.ivy.ArtifactRevisionId
 

C

canExclude() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
Returns true if this descriptor contains any exclusion rule
canExclude() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
canExclude() - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
check() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
Throws an exception if the module descriptor is inconsistent For the moment, only extended configurations existence is checked
check(URL, String) - Method in class fr.jayasoft.ivy.Ivy
Checks the given ivy file using current configuration to see if all dependencies are available, with good confs.
CircularDependencyException - Exception in fr.jayasoft.ivy
Unchecked exception thrown when a circular dependency exists between projects.
CircularDependencyException(ModuleDescriptor[]) - Constructor for exception fr.jayasoft.ivy.CircularDependencyException
 
cloneWithAnotherType(Artifact, String) - Static method in class fr.jayasoft.ivy.DefaultArtifact
 
Configuration - Class in fr.jayasoft.ivy
Represents a module configuration
Configuration(String, Configuration.Visibility, String, String[]) - Constructor for class fr.jayasoft.ivy.Configuration
 
Configuration(String) - Constructor for class fr.jayasoft.ivy.Configuration
 
Configuration.Visibility - Class in fr.jayasoft.ivy
 
configure(File) - Method in class fr.jayasoft.ivy.Ivy
 
configure(URL) - Method in class fr.jayasoft.ivy.Ivy
 
configureDefault() - Method in class fr.jayasoft.ivy.Ivy
 
configureRepositories(boolean) - Method in class fr.jayasoft.ivy.Ivy
Call this method to ask ivy to configure some variables using either a remote or a local properties file
ConflictManager - Interface in fr.jayasoft.ivy
 

D

DATE_FORMAT - Static variable in class fr.jayasoft.ivy.Ivy
 
debugConflictResolution() - Method in class fr.jayasoft.ivy.Ivy
 
decode(String) - Static method in class fr.jayasoft.ivy.ModuleId
 
decode(String) - Static method in class fr.jayasoft.ivy.ModuleRevisionId
 
DEFAULT_CONFIGURATION - Static variable in interface fr.jayasoft.ivy.ModuleDescriptor
 
DEFAULT_STATUS - Static variable in class fr.jayasoft.ivy.Status
 
DefaultArtifact - Class in fr.jayasoft.ivy
 
DefaultArtifact(ModuleRevisionId, Date, String, String, String) - Constructor for class fr.jayasoft.ivy.DefaultArtifact
 
DefaultDependencyArtifactDescriptor - Class in fr.jayasoft.ivy
TODO write javadoc
DefaultDependencyArtifactDescriptor(DefaultDependencyDescriptor, String, String, String, boolean, PatternMatcher) - Constructor for class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
DefaultDependencyArtifactDescriptor(DefaultDependencyDescriptor, ArtifactId, boolean, PatternMatcher) - Constructor for class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
DefaultDependencyDescriptor - Class in fr.jayasoft.ivy
This class can be used as the default implementation for DependencyDescriptor.
DefaultDependencyDescriptor(DependencyDescriptor, String) - Constructor for class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
DefaultDependencyDescriptor(ModuleDescriptor, ModuleRevisionId, boolean, boolean, boolean) - Constructor for class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
DefaultDependencyDescriptor(ModuleRevisionId, boolean) - Constructor for class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
DefaultDependencyDescriptor(ModuleRevisionId, boolean, boolean) - Constructor for class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
DefaultModuleDescriptor - Class in fr.jayasoft.ivy
 
DefaultModuleDescriptor(ModuleRevisionId, String, Date) - Constructor for class fr.jayasoft.ivy.DefaultModuleDescriptor
 
DefaultModuleDescriptor(ModuleRevisionId, String, Date, boolean) - Constructor for class fr.jayasoft.ivy.DefaultModuleDescriptor
 
DefaultModuleDescriptor() - Constructor for class fr.jayasoft.ivy.DefaultModuleDescriptor
IMPORTANT : at least call setModuleRevisionId and setResolvedPublicationDate with instances created by this constructor !
DefaultModuleRevision - Class in fr.jayasoft.ivy
 
DefaultModuleRevision(DependencyResolver, ModuleDescriptor, boolean, boolean) - Constructor for class fr.jayasoft.ivy.DefaultModuleRevision
 
DefaultPublishingDRResolver - Class in fr.jayasoft.ivy
 
DefaultPublishingDRResolver() - Constructor for class fr.jayasoft.ivy.DefaultPublishingDRResolver
 
deliver(ModuleRevisionId, String, File, String, String, Date, PublishingDependencyRevisionResolver, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
deliver(ModuleRevisionId, String, File, String, String, Date, PublishingDependencyRevisionResolver, boolean, boolean) - Method in class fr.jayasoft.ivy.Ivy
delivers a resolved ivy file based upon last resolve call status and the given PublishingDependencyRevisionResolver.
DependencyArtifactDescriptor - Interface in fr.jayasoft.ivy
This describes an artifact that is asked for a dependency.
DependencyDescriptor - Interface in fr.jayasoft.ivy
 
DependencyResolver - Interface in fr.jayasoft.ivy
 
dependsOn(ModuleDescriptor) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
dependsOn(ModuleDescriptor) - Method in interface fr.jayasoft.ivy.ModuleDescriptor
Returns true if the module described by this descriptor dependes directly upon the given module descriptor
discardConf(String) - Method in class fr.jayasoft.ivy.IvyNode
 
discardConf(String, String) - Method in class fr.jayasoft.ivy.IvyNode
 
doesExclude(String[], ArtifactId) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
only works when namespace is properly set.
doesExclude(String[], ArtifactId) - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
doValidate() - Method in class fr.jayasoft.ivy.Ivy
 
download(Artifact[], Ivy, File) - Method in interface fr.jayasoft.ivy.DependencyResolver
 
download(Artifact, File) - Method in class fr.jayasoft.ivy.Ivy
Download an artifact to the cache.
dumpConfig() - Method in interface fr.jayasoft.ivy.DependencyResolver
 

E

encodeToString() - Method in class fr.jayasoft.ivy.ModuleId
 
encodeToString() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
equals(Object) - Method in class fr.jayasoft.ivy.AbstractArtifact
 
equals(Object) - Method in class fr.jayasoft.ivy.ArtifactId
 
equals(Object) - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
equals(Object) - Method in class fr.jayasoft.ivy.Configuration
 
equals(Object) - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
equals(Object) - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
equals(Object) - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
equals(Object) - Method in class fr.jayasoft.ivy.IvyNode
 
equals(Object) - Method in class fr.jayasoft.ivy.ModuleId
 
equals(Object) - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
exists(Artifact) - Method in interface fr.jayasoft.ivy.DependencyResolver
 

F

filterIgnore(Collection) - Method in class fr.jayasoft.ivy.Ivy
Filters the names list by removing all names that should be ignored as defined by the listing ignore list
findLatest(ArtifactInfo[], Date) - Method in interface fr.jayasoft.ivy.LatestStrategy
Finds the latest artifact among the given artifacts info.
findModuleInCache(ModuleRevisionId, File, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
findModuleRevisionIds(DependencyResolver, ModuleRevisionId, PatternMatcher) - Method in class fr.jayasoft.ivy.Ivy
 
findNode(ModuleRevisionId) - Method in class fr.jayasoft.ivy.IvyNode
 
fireIvyEvent(IvyEvent) - Method in class fr.jayasoft.ivy.Ivy
 
fireTransferEvent(TransferEvent) - Method in class fr.jayasoft.ivy.Ivy
 
fr.jayasoft.ivy - package fr.jayasoft.ivy
 

G

getAllArtifacts() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getAllArtifacts() - Method in class fr.jayasoft.ivy.IvyNode
Returns all the artifacts of this dependency required in all the root module configurations
getAllCallers() - Method in class fr.jayasoft.ivy.IvyNode
 
getAllDependencyArtifactsExcludes() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getAllDependencyArtifactsExcludes() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getAllDependencyArtifactsIncludes() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getAllDependencyArtifactsIncludes() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getAllEvictingConflictManagers() - Method in class fr.jayasoft.ivy.IvyNode
 
getAllEvictingNodes() - Method in class fr.jayasoft.ivy.IvyNode
Returns null if this node has only be evicted transitively, or the the colletion of selected nodes if it has been evicted by other selected nodes
getArchiveFileInCache(File, Artifact) - Method in class fr.jayasoft.ivy.Ivy
 
getArchiveFileInCache(File, String, String, String, String, String, String) - Method in class fr.jayasoft.ivy.Ivy
 
getArchivePathInCache(Artifact) - Method in class fr.jayasoft.ivy.Ivy
 
getArchivePathInCache(String, String, String, String, String, String) - Method in class fr.jayasoft.ivy.Ivy
 
getArtifactId() - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
getArtifacts(String) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getArtifacts(String) - Method in class fr.jayasoft.ivy.IvyNode
Returns the artifacts of this dependency required in the configurations themselves required in the given root module configuration
getArtifacts(String) - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getAskedDependencyId() - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
getCache() - Method in class fr.jayasoft.ivy.ResolveData
 
getCacheArtifactPattern() - Method in class fr.jayasoft.ivy.Ivy
 
getCacheDataFilePattern() - Method in class fr.jayasoft.ivy.Ivy
 
getCacheIvyPattern() - Method in class fr.jayasoft.ivy.Ivy
 
getCallerConfigurations() - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
getCallers(String) - Method in class fr.jayasoft.ivy.IvyNode
 
getConfiguration(String) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
Returns the configuration object with the given name in the current module descriptor, null if not found.
getConfiguration(String) - Method in class fr.jayasoft.ivy.IvyNode
 
getConfiguration(String) - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getConfigurations() - Method in interface fr.jayasoft.ivy.Artifact
 
getConfigurations() - Method in class fr.jayasoft.ivy.DefaultArtifact
 
getConfigurations() - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
getConfigurations() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getConfigurations() - Method in interface fr.jayasoft.ivy.DependencyArtifactDescriptor
Returns the configurations of the module in which the artifact is asked
getConfigurations(String) - Method in class fr.jayasoft.ivy.IvyNode
Returns the configurations of the dependency required in a given root module configuration.
getConfigurations() - Method in class fr.jayasoft.ivy.MDArtifact
 
getConfigurations() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
Returns all the configurations declared by this module as an array.
getConfigurationsNames() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getConfigurationsNames() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getConflictManager(ModuleId) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getConflictManager(String) - Method in class fr.jayasoft.ivy.Ivy
 
getConflictManager() - Method in class fr.jayasoft.ivy.IvyNode.EvictionData
 
getConflictManager(ModuleId) - Method in class fr.jayasoft.ivy.IvyNode
 
getConflictManager(ModuleId) - Method in interface fr.jayasoft.ivy.ModuleDescriptor
Returns the conflict manager to use for the given ModuleId
getConfsToFetch() - Method in class fr.jayasoft.ivy.IvyNode
 
getDate() - Method in class fr.jayasoft.ivy.ResolveData
 
getDefaultCache() - Method in class fr.jayasoft.ivy.Ivy
 
getDefaultConfigurationURL() - Static method in class fr.jayasoft.ivy.Ivy
 
getDefaultConflictManager() - Method in class fr.jayasoft.ivy.Ivy
 
getDefaultIvyUserDir() - Method in class fr.jayasoft.ivy.Ivy
 
getDefaultLatestStrategy() - Method in class fr.jayasoft.ivy.Ivy
 
getDefaultResolver() - Method in class fr.jayasoft.ivy.Ivy
 
getDeliveryStatusListString() - Static method in class fr.jayasoft.ivy.Status
 
getDependencies() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getDependencies(URL, String[], File, Date, boolean) - Method in class fr.jayasoft.ivy.Ivy
Resolve the dependencies of a module without downloading corresponding artifacts.
getDependencies(ModuleDescriptor, String[], File, Date, ResolveReport, boolean) - Method in class fr.jayasoft.ivy.Ivy
Resolve the dependencies of a module without downloading corresponding artifacts.
getDependencies(String[]) - Method in class fr.jayasoft.ivy.IvyNode
 
getDependencies(String, boolean) - Method in class fr.jayasoft.ivy.IvyNode
 
getDependencies() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getDependency() - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
getDependency() - Method in interface fr.jayasoft.ivy.DependencyArtifactDescriptor
Returns the dependency descriptor in which this artifact is asked
getDependency(DependencyDescriptor, ResolveData) - Method in interface fr.jayasoft.ivy.DependencyResolver
Resolve a module by id, getting its module descriptor and resolving the revision if it's a latest one (i.e.
getDependencyArtifactsExcludes(String) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getDependencyArtifactsExcludes(String[]) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getDependencyArtifactsExcludes(String) - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getDependencyArtifactsExcludes(String[]) - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getDependencyArtifactsIncludes(String) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getDependencyArtifactsIncludes(String[]) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getDependencyArtifactsIncludes(String) - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getDependencyArtifactsIncludes(String[]) - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getDependencyConfigurations(String) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getDependencyConfigurations(String[]) - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getDependencyConfigurations(String) - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getDependencyConfigurations(String[]) - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getDependencyDescriptor() - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
getDependencyDescriptor(IvyNode) - Method in class fr.jayasoft.ivy.IvyNode
 
getDependencyId() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getDependencyId() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getDependencyRevisionId() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getDependencyRevisionId() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getDescription() - Method in class fr.jayasoft.ivy.Configuration
 
getDescriptor() - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
getDescriptor() - Method in class fr.jayasoft.ivy.IvyNode
 
getDescriptor() - Method in interface fr.jayasoft.ivy.ResolvedModuleRevision
 
getDictatorResolver() - Method in class fr.jayasoft.ivy.Ivy
 
getEvictedConfs() - Method in class fr.jayasoft.ivy.IvyNode
 
getEvictedData(String) - Method in class fr.jayasoft.ivy.IvyNode
 
getEvictedNodes(ModuleId, String) - Method in class fr.jayasoft.ivy.IvyNode
 
getEvictedRevisions(ModuleId, String) - Method in class fr.jayasoft.ivy.IvyNode
 
getEvictionDataInRoot(String, IvyNode) - Method in class fr.jayasoft.ivy.IvyNode
Returns the eviction data for this node if it has been previously evicted in the most far parent of the given node, null otherwise (if it hasn't been evicted in root) for the given rootModuleConf.
getExt() - Method in interface fr.jayasoft.ivy.Artifact
 
getExt() - Method in class fr.jayasoft.ivy.ArtifactId
 
getExt() - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
getExt() - Method in class fr.jayasoft.ivy.DefaultArtifact
 
getExt() - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
getExt() - Method in interface fr.jayasoft.ivy.DependencyArtifactDescriptor
Returns the ext of the artifact asked
getExt() - Method in class fr.jayasoft.ivy.MDArtifact
 
getExtends() - Method in class fr.jayasoft.ivy.Configuration
 
getHomePage() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getHomePage() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getId() - Method in interface fr.jayasoft.ivy.Artifact
 
getId() - Method in class fr.jayasoft.ivy.DefaultArtifact
 
getId() - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
getId() - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
getId() - Method in interface fr.jayasoft.ivy.DependencyArtifactDescriptor
Returns the id of the described artifact, without revision information
getId() - Method in class fr.jayasoft.ivy.IvyNode
 
getId() - Method in class fr.jayasoft.ivy.MDArtifact
 
getId() - Method in interface fr.jayasoft.ivy.ResolvedModuleRevision
 
getIvy() - Method in class fr.jayasoft.ivy.ResolveData
 
getIvyFileInCache(File, ModuleRevisionId) - Method in class fr.jayasoft.ivy.Ivy
 
getLastModified() - Method in interface fr.jayasoft.ivy.ArtifactInfo
 
getLastModified() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getLastModified() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getLastModified() - Method in class fr.jayasoft.ivy.ResolvedURL
 
getLatestStrategy(String) - Method in class fr.jayasoft.ivy.Ivy
 
getLicenses() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getLicenses() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
Returns the licenses of the module described by this descriptor
getLocalHostName() - Static method in class fr.jayasoft.ivy.Ivy
 
getMatcher() - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
getMatcher() - Method in interface fr.jayasoft.ivy.DependencyArtifactDescriptor
Returns the matcher to use to know if an artifact match the current descriptor
getMatcher(String) - Method in class fr.jayasoft.ivy.Ivy
 
getModuleConfigurations() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getModuleConfigurations() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getModuleDescriptor() - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
getModuleId() - Method in class fr.jayasoft.ivy.ArtifactId
 
getModuleId() - Method in class fr.jayasoft.ivy.IvyNode
 
getModuleId() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
getModuleRevision() - Method in class fr.jayasoft.ivy.IvyNode
 
getModuleRevisionId() - Method in interface fr.jayasoft.ivy.Artifact
Returns the resolved module revision id for this artifact
getModuleRevisionId() - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
getModuleRevisionId() - Method in class fr.jayasoft.ivy.DefaultArtifact
 
getModuleRevisionId() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getModuleRevisionId() - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
getModuleRevisionId() - Method in class fr.jayasoft.ivy.MDArtifact
 
getModuleRevisionId() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getName() - Method in interface fr.jayasoft.ivy.Artifact
 
getName() - Method in class fr.jayasoft.ivy.ArtifactId
 
getName() - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
getName() - Method in class fr.jayasoft.ivy.Configuration
 
getName() - Method in interface fr.jayasoft.ivy.ConflictManager
 
getName() - Method in class fr.jayasoft.ivy.DefaultArtifact
 
getName() - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
getName() - Method in interface fr.jayasoft.ivy.DependencyArtifactDescriptor
Returns the name of the artifact asked
getName() - Method in interface fr.jayasoft.ivy.DependencyResolver
 
getName() - Method in interface fr.jayasoft.ivy.LatestStrategy
 
getName() - Method in class fr.jayasoft.ivy.License
 
getName() - Method in class fr.jayasoft.ivy.MDArtifact
 
getName() - Method in class fr.jayasoft.ivy.ModuleId
 
getName() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
getNamespace() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getNamespace() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getNamespace() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getNamespace(String) - Method in class fr.jayasoft.ivy.Ivy
 
getNode() - Method in class fr.jayasoft.ivy.IvyNode.EvictionData
 
getNode(ModuleRevisionId) - Method in class fr.jayasoft.ivy.ResolveData
 
getNodes() - Method in class fr.jayasoft.ivy.ResolveData
 
getOrganisation() - Method in class fr.jayasoft.ivy.ModuleId
 
getOrganisation() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
getParent() - Method in class fr.jayasoft.ivy.IvyNode
 
getParentConf() - Method in class fr.jayasoft.ivy.IvyNode
 
getParentRevisionId() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
getParentRevisionId() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
getPath() - Method in class fr.jayasoft.ivy.IvyNode
 
getPriority(String) - Static method in class fr.jayasoft.ivy.Status
 
getProblem() - Method in class fr.jayasoft.ivy.IvyNode
 
getPublication() - Method in class fr.jayasoft.ivy.IvyNode
 
getPublicationDate() - Method in interface fr.jayasoft.ivy.Artifact
Returns the resolved publication date for this artifact
getPublicationDate() - Method in class fr.jayasoft.ivy.DefaultArtifact
 
getPublicationDate() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getPublicationDate() - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
getPublicationDate() - Method in class fr.jayasoft.ivy.MDArtifact
 
getPublicationDate() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
may be null if unknown in the descriptor itself
getPublicationDate() - Method in interface fr.jayasoft.ivy.ResolvedModuleRevision
 
getPublicConfigurationsNames() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getPublicConfigurationsNames() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getRealConfs(String) - Method in class fr.jayasoft.ivy.IvyNode
 
getRealNode() - Method in class fr.jayasoft.ivy.IvyNode
 
getReport() - Method in class fr.jayasoft.ivy.ResolveData
 
getReportOutputters() - Method in class fr.jayasoft.ivy.Ivy
 
getRequiredConfigurations(IvyNode, String) - Method in class fr.jayasoft.ivy.IvyNode
returns the required configurations from the given node
getRequiredConfigurations() - Method in class fr.jayasoft.ivy.IvyNode
returns all the current required configurations of the node
getResolvedId() - Method in class fr.jayasoft.ivy.IvyNode
 
getResolvedIvyFileInCache(File, ModuleRevisionId) - Method in class fr.jayasoft.ivy.Ivy
 
getResolvedIvyPropertiesInCache(File, ModuleRevisionId) - Method in class fr.jayasoft.ivy.Ivy
 
getResolvedModuleRevisionId() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getResolvedModuleRevisionId() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
The module revision id returned here is the resolved one, i.e.
getResolvedNodes(ModuleId, String) - Method in class fr.jayasoft.ivy.IvyNode
 
getResolvedPublicationDate() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getResolvedPublicationDate() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
the publication date of the module revision should be the date at which it has been published, i.e.
getResolvedRevisions(ModuleId, String) - Method in class fr.jayasoft.ivy.IvyNode
 
getResolver() - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
getResolver(ModuleId) - Method in class fr.jayasoft.ivy.Ivy
 
getResolver(String) - Method in class fr.jayasoft.ivy.Ivy
 
getResolver() - Method in interface fr.jayasoft.ivy.ResolvedModuleRevision
 
getResolverName(ModuleId) - Method in class fr.jayasoft.ivy.Ivy
 
getRevision() - Method in interface fr.jayasoft.ivy.ArtifactInfo
 
getRevision() - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
getRevision() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
getRevision() - Method in class fr.jayasoft.ivy.ResolvedURL
 
getRoot() - Method in class fr.jayasoft.ivy.IvyNode
 
getRoot(IvyNode) - Static method in class fr.jayasoft.ivy.IvyNode
 
getRootModuleConf() - Method in class fr.jayasoft.ivy.IvyNode.EvictionData
 
getRootModuleConf() - Method in class fr.jayasoft.ivy.IvyNode
 
getRootModuleConfigurations() - Method in class fr.jayasoft.ivy.IvyNode
Returns the root module configurations in which this dependency is required
getSelected() - Method in class fr.jayasoft.ivy.IvyNode.EvictionData
 
getSelectedArtifacts(Filter) - Method in class fr.jayasoft.ivy.IvyNode
Returns all the artifacts of this dependency required in the root module configurations in which the node is not evicted
getStatus() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
getStatus() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
 
getSystemNamespace() - Method in class fr.jayasoft.ivy.Ivy
 
getType() - Method in interface fr.jayasoft.ivy.Artifact
 
getType() - Method in class fr.jayasoft.ivy.ArtifactId
 
getType() - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
getType() - Method in class fr.jayasoft.ivy.DefaultArtifact
 
getType() - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
getType() - Method in interface fr.jayasoft.ivy.DependencyArtifactDescriptor
Returns the type of the artifact asked
getType() - Method in class fr.jayasoft.ivy.MDArtifact
 
getTypeDef(String) - Method in class fr.jayasoft.ivy.Ivy
 
getTypeDefs() - Method in class fr.jayasoft.ivy.Ivy
 
getUrl() - Method in class fr.jayasoft.ivy.License
 
getURL() - Method in class fr.jayasoft.ivy.ResolvedURL
 
getVariable(String) - Method in class fr.jayasoft.ivy.Ivy
 
getVariables() - Method in class fr.jayasoft.ivy.Ivy
Returns the variables loaded in configuration file.
getVisibility() - Method in class fr.jayasoft.ivy.Configuration
 
getVisibility(String) - Static method in class fr.jayasoft.ivy.Configuration.Visibility
 

H

hasConfigurationsToLoad() - Method in class fr.jayasoft.ivy.IvyNode
 
hashCode() - Method in class fr.jayasoft.ivy.AbstractArtifact
 
hashCode() - Method in class fr.jayasoft.ivy.ArtifactId
 
hashCode() - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
hashCode() - Method in class fr.jayasoft.ivy.Configuration
 
hashCode() - Method in class fr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
 
hashCode() - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
hashCode() - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
hashCode() - Method in class fr.jayasoft.ivy.IvyNode
 
hashCode() - Method in class fr.jayasoft.ivy.ModuleId
 
hashCode() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
hasIvyListener(IvyListener) - Method in class fr.jayasoft.ivy.Ivy
 
hasProblem() - Method in class fr.jayasoft.ivy.IvyNode
 
hasTransferListener(TransferListener) - Method in class fr.jayasoft.ivy.Ivy
 

I

install(ModuleRevisionId, String, String, boolean, boolean, boolean, Filter, File, String) - Method in class fr.jayasoft.ivy.Ivy
 
isChanging() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
isChanging() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
Used to indicate that this dependency is a changing one.
isCheckUpToDate() - Method in class fr.jayasoft.ivy.Ivy
 
isCircular() - Method in class fr.jayasoft.ivy.IvyNode
Returns true if this node can already be found among its callers
isCompletelyEvicted() - Method in class fr.jayasoft.ivy.IvyNode
 
isDefault() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
isDefault() - Method in interface fr.jayasoft.ivy.ModuleDescriptor
Returns true if this descriptor is a default one, i.e.
isDownloaded() - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
isDownloaded() - Method in class fr.jayasoft.ivy.IvyNode
 
isDownloaded() - Method in interface fr.jayasoft.ivy.ResolvedModuleRevision
 
isEvicted(String) - Method in class fr.jayasoft.ivy.IvyNode
 
isExactRevision() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
isExactRevision(String) - Static method in class fr.jayasoft.ivy.ModuleRevisionId
 
isFetched(String) - Method in class fr.jayasoft.ivy.IvyNode
 
isForce() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
isForce() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
Used to indicate that this revision must be used in case of conflicts, independently of conflicts manager.
isIntegration(String) - Static method in class fr.jayasoft.ivy.Status
 
isLoaded() - Method in class fr.jayasoft.ivy.IvyNode
 
isNamespaceUseful() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
isSearched() - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
isSearched() - Method in class fr.jayasoft.ivy.IvyNode
 
isSearched() - Method in interface fr.jayasoft.ivy.ResolvedModuleRevision
 
isTransitive() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
isTransitive() - Method in interface fr.jayasoft.ivy.DependencyDescriptor
 
isUseRemoteConfig() - Method in class fr.jayasoft.ivy.Ivy
 
isValidate() - Method in class fr.jayasoft.ivy.ResolveData
 
Ivy - Class in fr.jayasoft.ivy
Ivy is a free java based dependency manager.
Ivy() - Constructor for class fr.jayasoft.ivy.Ivy
 
IvyAware - Interface in fr.jayasoft.ivy
 
IvyNode - Class in fr.jayasoft.ivy
 
IvyNode(ResolveData, IvyNode, DependencyDescriptor) - Constructor for class fr.jayasoft.ivy.IvyNode
 
IvyNode(ResolveData, ModuleDescriptor) - Constructor for class fr.jayasoft.ivy.IvyNode
 
IvyNode.Caller - Class in fr.jayasoft.ivy
 
IvyNode.Caller(ModuleDescriptor, ModuleRevisionId, DependencyDescriptor, boolean) - Constructor for class fr.jayasoft.ivy.IvyNode.Caller
 
IvyNode.EvictionData - Class in fr.jayasoft.ivy
 
IvyNode.EvictionData(String, IvyNode, ConflictManager, Collection) - Constructor for class fr.jayasoft.ivy.IvyNode.EvictionData
 

L

LatestStrategy - Interface in fr.jayasoft.ivy
 
License - Class in fr.jayasoft.ivy
 
License(String, String) - Constructor for class fr.jayasoft.ivy.License
 
listingIgnore(String) - Method in class fr.jayasoft.ivy.Ivy
Returns true if the name should be ignored in listing
listModuleEntries(OrganisationEntry) - Method in class fr.jayasoft.ivy.Ivy
 
listModules(OrganisationEntry) - Method in interface fr.jayasoft.ivy.DependencyResolver
 
listModules(String) - Method in class fr.jayasoft.ivy.Ivy
 
listOrganisationEntries() - Method in class fr.jayasoft.ivy.Ivy
 
listOrganisations() - Method in interface fr.jayasoft.ivy.DependencyResolver
 
listOrganisations() - Method in class fr.jayasoft.ivy.Ivy
 
listRevisionEntries(ModuleEntry) - Method in class fr.jayasoft.ivy.Ivy
 
listRevisions(ModuleEntry) - Method in interface fr.jayasoft.ivy.DependencyResolver
 
listRevisions(String, String) - Method in class fr.jayasoft.ivy.Ivy
 
loadData(String, boolean) - Method in class fr.jayasoft.ivy.IvyNode
After the call node may be discarded.
loadProperties(URL) - Method in class fr.jayasoft.ivy.Ivy
 
loadProperties(URL, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
loadProperties(File) - Method in class fr.jayasoft.ivy.Ivy
 
loadProperties(File, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
logModuleWhenFound() - Method in class fr.jayasoft.ivy.Ivy
 
logNotConvertedExclusionRule() - Method in class fr.jayasoft.ivy.Ivy
 
logResolvedRevision() - Method in class fr.jayasoft.ivy.Ivy
 

M

Main - Class in fr.jayasoft.ivy
class used to launch ivy as a standalone tool arguments are : -conf : indicates the path to the ivy configuration file ivyconf.xml is assumed if not given -cache : indicates the path to the cache directory cache is assumed if not given -ivy : indicates the path to the ivy file to use ivy.xml is assumed if not given -retrieve : when used, retrieve is also done using the given retrievepattern -revision : the revision with which the module should be published, required to publish -status : the status with which the module should be published, release is assumed if not given -publish : the pattern used to publish the resolved ivy file, ivy-[revision].xml is assumed if not given
Main() - Constructor for class fr.jayasoft.ivy.Main
 
main(String[]) - Static method in class fr.jayasoft.ivy.Main
 
markEvicted(String, IvyNode, ConflictManager, Collection) - Method in class fr.jayasoft.ivy.IvyNode
 
markEvicted(IvyNode.EvictionData) - Method in class fr.jayasoft.ivy.IvyNode
 
markSelected(String) - Method in class fr.jayasoft.ivy.IvyNode
 
MDArtifact - Class in fr.jayasoft.ivy
 
MDArtifact(ModuleDescriptor, String, String, String) - Constructor for class fr.jayasoft.ivy.MDArtifact
 
ModuleDescriptor - Interface in fr.jayasoft.ivy
 
ModuleId - Class in fr.jayasoft.ivy
 
ModuleId(String, String) - Constructor for class fr.jayasoft.ivy.ModuleId
 
ModuleRevisionId - Class in fr.jayasoft.ivy
 
ModuleRevisionId(ModuleId, String) - Constructor for class fr.jayasoft.ivy.ModuleRevisionId
 

N

newDefaultInstance(ModuleRevisionId) - Static method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
newDefaultInstance(ModuleRevisionId, DependencyArtifactDescriptor[]) - Static method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
newInstance(ModuleRevisionId, String, String, String) - Static method in class fr.jayasoft.ivy.ArtifactRevisionId
 
newInstance(String, String, String) - Static method in class fr.jayasoft.ivy.ModuleRevisionId
 

P

PRIVATE - Static variable in class fr.jayasoft.ivy.Configuration.Visibility
 
PUBLIC - Static variable in class fr.jayasoft.ivy.Configuration.Visibility
 
publish(Artifact, File, boolean) - Method in interface fr.jayasoft.ivy.DependencyResolver
 
publish(ModuleRevisionId, String, File, String, String, String, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
publish(ModuleRevisionId, String, File, String, String, String, boolean, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
PublishingDependencyRevisionResolver - Interface in fr.jayasoft.ivy
 

R

register(IvyNode) - Method in class fr.jayasoft.ivy.ResolveData
 
register(ModuleRevisionId, IvyNode) - Method in class fr.jayasoft.ivy.ResolveData
 
removeIvyListener(IvyListener) - Method in class fr.jayasoft.ivy.Ivy
 
removeTransferListener(TransferListener) - Method in class fr.jayasoft.ivy.Ivy
 
reportFailure() - Method in interface fr.jayasoft.ivy.DependencyResolver
Reports last resolve failure as Messages
reportFailure(Artifact) - Method in interface fr.jayasoft.ivy.DependencyResolver
Reports last artifact download failure as Messages
resolve(ModuleDescriptor, String, ModuleRevisionId, String) - Method in class fr.jayasoft.ivy.DefaultPublishingDRResolver
 
resolve(URL, String, String[], File, Date, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
resolve(URL, String, String[], File, Date, boolean, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
resolve(URL, String, String[], File, Date, boolean, boolean, Filter) - Method in class fr.jayasoft.ivy.Ivy
 
resolve(ModuleDescriptor, String, ModuleRevisionId, String) - Method in interface fr.jayasoft.ivy.PublishingDependencyRevisionResolver
Returns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.
resolveConflicts(IvyNode, Collection) - Method in interface fr.jayasoft.ivy.ConflictManager
Resolves the eventual conflicts found in the given collection of IvyNode.
ResolveData - Class in fr.jayasoft.ivy
 
ResolveData(ResolveData, boolean) - Constructor for class fr.jayasoft.ivy.ResolveData
 
ResolveData(Ivy, File, Date, ConfigurationResolveReport, boolean) - Constructor for class fr.jayasoft.ivy.ResolveData
 
ResolveData(Ivy, File, Date, ConfigurationResolveReport, boolean, Map) - Constructor for class fr.jayasoft.ivy.ResolveData
 
ResolvedModuleRevision - Interface in fr.jayasoft.ivy
 
ResolvedURL - Class in fr.jayasoft.ivy
 
ResolvedURL(URL, String) - Constructor for class fr.jayasoft.ivy.ResolvedURL
 
retrieve(ModuleId, String[], File, String) - Method in class fr.jayasoft.ivy.Ivy
example of destFilePattern : - lib/[organisation]/[module]/[artifact]-[revision].[type] - lib/[artifact].[type] : flatten with no revision moduleId is used with confs and localCacheDirectory to determine an ivy report file, used as input for the copy If such a file does not exist for any conf (resolve has not been called before ?) then an IllegalStateException is thrown and nothing is copied.
retrieve(ModuleId, String[], File, String, String) - Method in class fr.jayasoft.ivy.Ivy
If destIvyPattern is null no ivy files will be copied.

S

saveResolver(File, ModuleDescriptor, String) - Method in class fr.jayasoft.ivy.Ivy
Saves the information of which resolver was used to resolve a md, so that this info can be retrieve later (even after a jvm restart) by getSavedResolverName(ModuleDescriptor md)
setCacheArtifactPattern(String) - Method in class fr.jayasoft.ivy.Ivy
 
setCacheIvyPattern(String) - Method in class fr.jayasoft.ivy.Ivy
 
setCheckUpToDate(boolean) - Method in class fr.jayasoft.ivy.Ivy
 
setConfigurationVariables(File) - Method in class fr.jayasoft.ivy.Ivy
 
setConfigurationVariables(URL) - Method in class fr.jayasoft.ivy.Ivy
 
setDefault(boolean) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setDefaultCache(File) - Method in class fr.jayasoft.ivy.Ivy
 
setDefaultConflictManager(ConflictManager) - Method in class fr.jayasoft.ivy.Ivy
 
setDefaultIvyUserDir(File) - Method in class fr.jayasoft.ivy.Ivy
 
setDefaultLatestStrategy(LatestStrategy) - Method in class fr.jayasoft.ivy.Ivy
 
setDefaultResolver(String) - Method in class fr.jayasoft.ivy.Ivy
 
setDictatorResolver(DependencyResolver) - Method in class fr.jayasoft.ivy.Ivy
 
setEvictedNodes(ModuleId, String, Collection) - Method in class fr.jayasoft.ivy.IvyNode
 
setHomePage(String) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setIvy(Ivy) - Method in interface fr.jayasoft.ivy.IvyAware
 
setLastModified(long) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setLogNotConvertedExclusionRule(boolean) - Method in class fr.jayasoft.ivy.Ivy
 
setModuleRevisionId(ModuleRevisionId) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setName(String) - Method in interface fr.jayasoft.ivy.DependencyResolver
Should only be used by configurator
setNamespace(Namespace) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setParent(IvyNode) - Method in class fr.jayasoft.ivy.IvyNode
 
setParentConf(String) - Method in class fr.jayasoft.ivy.IvyNode
 
setPublicationDate(Date) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setReport(ConfigurationResolveReport) - Method in class fr.jayasoft.ivy.ResolveData
 
setResolvedModuleRevisionId(ModuleRevisionId) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setResolvedModuleRevisionId(ModuleRevisionId) - Method in interface fr.jayasoft.ivy.ModuleDescriptor
This method update the resolved module revision id
setResolvedNodes(ModuleId, String, Collection) - Method in class fr.jayasoft.ivy.IvyNode
 
setResolvedPublicationDate(Date) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setResolvedPublicationDate(Date) - Method in interface fr.jayasoft.ivy.ModuleDescriptor
This method update the resolved publication date
setRootModuleConf(String) - Method in class fr.jayasoft.ivy.IvyNode
 
setStatus(String) - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
setUseRemoteConfig(boolean) - Method in class fr.jayasoft.ivy.Ivy
 
setValidate(boolean) - Method in class fr.jayasoft.ivy.Ivy
 
setVariable(String, String) - Method in class fr.jayasoft.ivy.Ivy
 
setVariable(String, String, boolean) - Method in class fr.jayasoft.ivy.Ivy
 
setVariables(Map) - Method in class fr.jayasoft.ivy.Ivy
WARNING: Replace all current ivy variables by the given Map.
sortModuleDescriptors(Collection) - Static method in class fr.jayasoft.ivy.Ivy
Sorts the given ModuleDescriptors from the less dependent to the more dependent.
sortNodes(Collection) - Static method in class fr.jayasoft.ivy.Ivy
 
Status - Class in fr.jayasoft.ivy
 
Status() - Constructor for class fr.jayasoft.ivy.Status
 
substitute(String) - Method in class fr.jayasoft.ivy.Ivy
Substitute variables in the given string by their value found in the current set of variables

T

toString() - Method in class fr.jayasoft.ivy.AbstractArtifact
 
toString() - Method in class fr.jayasoft.ivy.ArtifactId
 
toString() - Method in class fr.jayasoft.ivy.ArtifactRevisionId
 
toString() - Method in class fr.jayasoft.ivy.Configuration
 
toString() - Method in class fr.jayasoft.ivy.Configuration.Visibility
 
toString() - Method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
 
toString() - Method in class fr.jayasoft.ivy.DefaultModuleDescriptor
 
toString() - Method in class fr.jayasoft.ivy.DefaultModuleRevision
 
toString() - Method in class fr.jayasoft.ivy.IvyNode.Caller
 
toString() - Method in class fr.jayasoft.ivy.IvyNode.EvictionData
 
toString() - Method in class fr.jayasoft.ivy.IvyNode
 
toString() - Method in class fr.jayasoft.ivy.ModuleId
 
toString() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 
toString() - Method in class fr.jayasoft.ivy.ResolvedURL
 
transferProgress(TransferEvent) - Method in class fr.jayasoft.ivy.Ivy
 
transformInstance(DependencyDescriptor, Namespace) - Static method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
Transforms the given dependency descriptor of the given namespace and return a new dependency descriptor in the system namespace.
transformInstance(DependencyDescriptor, NamespaceTransformer) - Static method in class fr.jayasoft.ivy.DefaultDependencyDescriptor
Transforms a dependency descriptor using the given transformer.
transformInstance(ModuleDescriptor, Namespace) - Static method in class fr.jayasoft.ivy.DefaultModuleDescriptor
Transforms the given module descriptor of the given namespace and return a new module descriptor in the system namespace.
typeDef(String, Class) - Method in class fr.jayasoft.ivy.Ivy
 
typeDefs(InputStream) - Method in class fr.jayasoft.ivy.Ivy
 
typeDefs(Properties) - Method in class fr.jayasoft.ivy.Ivy
 

U

updateConfsToFetch(Collection) - Method in class fr.jayasoft.ivy.IvyNode
 

_

_hashCode() - Method in class fr.jayasoft.ivy.ModuleId
 
_hashCode() - Method in class fr.jayasoft.ivy.ModuleRevisionId
 

A C D E F G H I L M N P R S T U _