Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.runtime.deployment.preprocessor.FragmentDescriptor

Packages that use FragmentDescriptor
org.nuxeo.runtime.deployment.preprocessor   
 

Uses of FragmentDescriptor in org.nuxeo.runtime.deployment.preprocessor
 

Fields in org.nuxeo.runtime.deployment.preprocessor declared as FragmentDescriptor
static FragmentDescriptor FragmentDescriptor.ALL
          Marker used for better control on requirements. see "all" marker in FragmentRegistry
 

Methods in org.nuxeo.runtime.deployment.preprocessor that return FragmentDescriptor
 FragmentDescriptor FragmentRegistry.get(java.lang.String key)
           
 

Methods in org.nuxeo.runtime.deployment.preprocessor that return types with arguments of type FragmentDescriptor
 java.util.Collection<DependencyTree.Entry<java.lang.String,FragmentDescriptor>> FragmentRegistry.getEntries()
           
 DependencyTree.Entry<java.lang.String,FragmentDescriptor> FragmentRegistry.getEntry(java.lang.String key)
           
 java.util.List<DependencyTree.Entry<java.lang.String,FragmentDescriptor>> FragmentRegistry.getMissingRequirements()
           
 java.util.List<DependencyTree.Entry<java.lang.String,FragmentDescriptor>> FragmentRegistry.getPendingEntries()
           
 java.util.List<FragmentDescriptor> FragmentRegistry.getPendingObjects()
           
 java.util.List<DependencyTree.Entry<java.lang.String,FragmentDescriptor>> FragmentRegistry.getResolvedEntries()
           
 java.util.List<FragmentDescriptor> FragmentRegistry.getResolvedObjects()
           
 

Methods in org.nuxeo.runtime.deployment.preprocessor with parameters of type FragmentDescriptor
 void FragmentRegistry.add(FragmentDescriptor fragment)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.