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 FragmentDescriptor
FragmentDescriptor. ALL
Marker 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. fragments
Methods in org.nuxeo.runtime.deployment.preprocessor that return FragmentDescriptor Modifier and Type Method Description FragmentDescriptor
FragmentRegistry. get(String key)
protected 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 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 void
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)
-