Class DefaultCompositionResolver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.codehaus.plexus.util.dag.DAG dag  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addComponentDescriptor​(ComponentDescriptor<?> componentDescriptor)  
      java.util.List findRequirements​(java.lang.String role, java.lang.String roleHint)
      Returns the list of names of components which are using the component.
      private java.lang.String getDAGKey​(java.lang.String role, java.lang.String roleHint)  
      java.util.List getRequirements​(java.lang.String role, java.lang.String roleHint)
      Returns the list of names of components which are required by the component of given role and roleHint.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dag

        private org.codehaus.plexus.util.dag.DAG dag
    • Constructor Detail

      • DefaultCompositionResolver

        public DefaultCompositionResolver()