Class Overview
BundlePlan that prepares BindingPublishers for Plexus bundles.
 
Summary
| Fields | 
|---|
    
      
          | protected
          
          final
          MutableBeanLocator | locator |  | 
      
    
| Public Methods | 
|---|
	 
    
        | BindingPublisher | prepare(Bundle bundle) | 
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  | 
|  From interface
  org.eclipse.sisu.launch.BundlePlan 
  
   
    
    
	 
    
        | abstract
            
            
            
            
            BindingPublisher | prepare(Bundle arg0) |  | 
 
Fields
 
    
      
        protected 
         
        final 
        MutableBeanLocator
      
        locator
    
      
        
        
  
      
    
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      PlexusBundlePlan
      (MutableBeanLocator locator)
    
      
    
 
Public Methods
 
    
      
        public 
         
         
         
         
        BindingPublisher
      
      prepare
      (Bundle bundle)
    
      
    
 
Protected Methods
 
    
      
        protected 
        static 
         
         
         
        boolean
      
      hasPlexusAnnotations
      (Bundle bundle)
    
      
    
 
 
    
      
        protected 
        static 
         
         
         
        boolean
      
      hasPlexusXml
      (Bundle bundle)