Uses of Class
org.apache.maven.repository.metadata.MetadataResolutionException
-
Packages that use MetadataResolutionException Package Description org.apache.maven.repository.metadata -
-
Uses of MetadataResolutionException in org.apache.maven.repository.metadata
Methods in org.apache.maven.repository.metadata that throw MetadataResolutionException Modifier and Type Method Description MetadataGraphMetadataGraph. addEdge(MetadataGraphVertex vFrom, MetadataGraphVertex vTo, MetadataGraphEdge e)ClasspathContainerMetadataResolutionResult. getClasspath(ArtifactScopeEnum scope)MetadataTreeNodeClasspathContainer. getClasspathAsTree()MetadataTreeNodeMetadataResolutionResult. getClasspathTree(ArtifactScopeEnum scope)MetadataGraphMetadataResolutionResult. getGraph()MetadataGraphMetadataResolutionResult. getGraph(ArtifactScopeEnum scope)MetadataGraphMetadataResolutionResult. getGraph(MetadataResolutionRequestTypeEnum requestType)java.lang.StringMetadataTreeNode. graphHash()Constructors in org.apache.maven.repository.metadata that throw MetadataResolutionException Constructor Description MetadataGraph(MetadataGraphVertex entry)construct a single vertexMetadataGraph(MetadataTreeNode tree)construct graph from a "dirty" treeMetadataGraph(MetadataTreeNode tree, boolean versionedVertices, boolean scopedVertices)construct graph from a "dirty" tree
-