Uses of Class
org.apache.ivy.core.resolve.IvyNodeUsage
-
Packages that use IvyNodeUsage Package Description org.apache.ivy.core.resolve -
-
Uses of IvyNodeUsage in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve declared as IvyNodeUsage Modifier and Type Field Description private IvyNodeUsage
IvyNode. usage
private IvyNodeUsage
VisitNode. usage
IvyNode usage information to update when visiting the underlying IvyNode.Fields in org.apache.ivy.core.resolve with type parameters of type IvyNodeUsage Modifier and Type Field Description private java.util.Map<ModuleRevisionId,IvyNodeUsage>
IvyNode. mergedUsages
Methods in org.apache.ivy.core.resolve that return IvyNodeUsage Modifier and Type Method Description IvyNodeUsage
IvyNode. getMainUsage()
private IvyNodeUsage
VisitNode. getUsage()
Methods in org.apache.ivy.core.resolve that return types with arguments of type IvyNodeUsage Modifier and Type Method Description private java.util.Collection<IvyNodeUsage>
IvyNode. getAllUsages()
Methods in org.apache.ivy.core.resolve with parameters of type IvyNodeUsage Modifier and Type Method Description private void
IvyNode. addRootModuleConfigurations(IvyNodeUsage usage, java.lang.String rootModuleConf, java.lang.String[] dependencyConfs)
private boolean
IvyNode. handleConfiguration(boolean loaded, java.lang.String rootModuleConf, IvyNode parent, java.lang.String parentConf, java.lang.String conf, boolean shouldBePublic, IvyNodeUsage usage)
boolean
IvyNode. loadData(java.lang.String rootModuleConf, IvyNode parent, java.lang.String parentConf, java.lang.String conf, boolean shouldBePublic, IvyNodeUsage usage)
After the call node may be discarded.private VisitNode
VisitNode. traverse(VisitNode parent, java.lang.String parentConf, IvyNode node, IvyNodeUsage usage)
private void
IvyNodeUsage. updateDataFrom(IvyNodeUsage usage, java.lang.String rootModuleConf)
Method parameters in org.apache.ivy.core.resolve with type arguments of type IvyNodeUsage Modifier and Type Method Description void
IvyNodeUsage. updateDataFrom(java.util.Collection<IvyNodeUsage> usages, java.lang.String rootModuleConf)
Constructors in org.apache.ivy.core.resolve with parameters of type IvyNodeUsage Constructor Description VisitNode(ResolveData data, IvyNode node, VisitNode parent, java.lang.String rootModuleConf, java.lang.String parentConf, IvyNodeUsage usage)
-