Uses of Class
org.nuxeo.runtime.deployment.preprocessor.FragmentDescriptor
-
Packages that use FragmentDescriptor Package Description org.nuxeo.runtime.deployment.preprocessor -
-
Uses of FragmentDescriptor in org.nuxeo.runtime.deployment.preprocessor
Fields in org.nuxeo.runtime.deployment.preprocessor declared as FragmentDescriptor Modifier and Type Field Description static FragmentDescriptorFragmentDescriptor. ALLMarker used for better control on requirements.Fields in org.nuxeo.runtime.deployment.preprocessor with type parameters of type FragmentDescriptor Modifier and Type Field Description protected Map<String,FragmentDescriptor>FragmentRegistry. fragmentsMethods in org.nuxeo.runtime.deployment.preprocessor that return FragmentDescriptor Modifier and Type Method Description FragmentDescriptorFragmentRegistry. get(String key)protected FragmentDescriptorDeploymentPreprocessor. getDirectoryFragment(File directory)protected FragmentDescriptorDeploymentPreprocessor. getJARFragment(File file)protected FragmentDescriptorDeploymentPreprocessor. getXMLFragment(File file)Methods in org.nuxeo.runtime.deployment.preprocessor that return types with arguments of type FragmentDescriptor Modifier and Type Method Description Collection<DependencyTree.Entry<String,FragmentDescriptor>>FragmentRegistry. getEntries()DependencyTree.Entry<String,FragmentDescriptor>FragmentRegistry. getEntry(String key)List<DependencyTree.Entry<String,FragmentDescriptor>>FragmentRegistry. getMissingRequirements()List<DependencyTree.Entry<String,FragmentDescriptor>>FragmentRegistry. getPendingEntries()List<FragmentDescriptor>FragmentRegistry. getPendingObjects()List<DependencyTree.Entry<String,FragmentDescriptor>>FragmentRegistry. getResolvedEntries()List<FragmentDescriptor>FragmentRegistry. getResolvedObjects()Methods in org.nuxeo.runtime.deployment.preprocessor with parameters of type FragmentDescriptor Modifier and Type Method Description voidFragmentRegistry. add(FragmentDescriptor fragment)protected static StringDeploymentPreprocessor. listFragmentDescriptor(FragmentDescriptor fd)protected voidDeploymentPreprocessor. processBundleForCompat(FragmentDescriptor fd, File file)protected voidDeploymentPreprocessor. processManifest(FragmentDescriptor fd, String fileName, Manifest mf)
-