Uses of Class
org.nuxeo.runtime.deployment.preprocessor.FragmentDescriptor
Packages that use FragmentDescriptor
-
Uses of FragmentDescriptor in org.nuxeo.runtime.deployment.preprocessor
Fields in org.nuxeo.runtime.deployment.preprocessor declared as FragmentDescriptorModifier and TypeFieldDescriptionstatic final FragmentDescriptor
FragmentDescriptor.ALL
Marker used for better control on requirements. see "all" marker in FragmentRegistryFields in org.nuxeo.runtime.deployment.preprocessor with type parameters of type FragmentDescriptorModifier and TypeFieldDescriptionprotected final Map<String,
FragmentDescriptor> FragmentRegistry.fragments
Methods in org.nuxeo.runtime.deployment.preprocessor that return FragmentDescriptorModifier and TypeMethodDescriptionprotected FragmentDescriptor
DeploymentPreprocessor.getDirectoryFragment
(File directory) protected FragmentDescriptor
DeploymentPreprocessor.getJARFragment
(File file) protected FragmentDescriptor
DeploymentPreprocessor.getXMLFragment
(File file) Methods in org.nuxeo.runtime.deployment.preprocessor that return types with arguments of type FragmentDescriptorModifier and TypeMethodDescriptionFragmentRegistry.getEntries()
FragmentRegistry.getMissingRequirements()
FragmentRegistry.getPendingEntries()
FragmentRegistry.getPendingObjects()
FragmentRegistry.getResolvedEntries()
FragmentRegistry.getResolvedObjects()
Methods in org.nuxeo.runtime.deployment.preprocessor with parameters of type FragmentDescriptorModifier and TypeMethodDescriptionvoid
FragmentRegistry.add
(FragmentDescriptor fragment) protected static String
DeploymentPreprocessor.listFragmentDescriptor
(FragmentDescriptor fd) protected void
DeploymentPreprocessor.processBundleForCompat
(FragmentDescriptor fd, File file) protected void
DeploymentPreprocessor.processManifest
(FragmentDescriptor fd, String fileName, Manifest mf)