Class CircularDependencyHelper
java.lang.Object
org.apache.ivy.plugins.circular.CircularDependencyHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatMessage(ModuleDescriptor[] descriptors) static StringformatMessage(ModuleRevisionId[] mrids) Returns a string representation of this circular dependency graphstatic StringformatMessageFromDescriptors(List<ModuleDescriptor> loopElements)
-
Method Details
-
formatMessage
Returns a string representation of this circular dependency graph- Parameters:
mrids- in order of circular dependency- Returns:
- a string representation of this circular dependency graph
-
formatMessage
-
formatMessageFromDescriptors
- Parameters:
loopElements- a List<ModuleDescriptor>- Returns:
- String
-