| java.lang.Object org.apache.ivy.core.resolve.ResolveData
ResolveData | public class ResolveData (Code) | | |
isTransitive | public boolean isTransitive()(Code) | | |
isValidate | public boolean isValidate()(Code) | | |
replaceNode | void replaceNode(ModuleRevisionId mrid, IvyNode node, String rootModuleConf)(Code) | | Updates the visit data currently associated with the given mrid with the given node and the
visit nodes of the old visitData for the given rootModuleConf
Parameters: mrid - the module revision id for which the update should be done Parameters: node - the IvyNode to associate with the visit data to update Parameters: rootModuleConf - the root module configuration in which the update is made |
|
|