Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.jboss.deployment.preprocessor
Class FragmentDescriptor

java.lang.Object
  extended by org.nuxeo.runtime.jboss.deployment.preprocessor.FragmentDescriptor

public class FragmentDescriptor
extends Object

Author:
Bogdan Stefanescu

Field Summary
 TemplateContribution[] contributions
           
 String fileName
           
 String filePath
           
 CommandProcessor install
           
 String name
           
 String[] requiredBy
           
 List<String> requires
           
 int startLevel
          The start level is used to control bundle start order.
 Map<String,TemplateDescriptor> templates
           
 CommandProcessor uninstall
           
 
Constructor Summary
FragmentDescriptor()
           
 
Method Summary
 void setInstallCommands(DocumentFragment df)
           
 void setUninstallCommands(DocumentFragment df)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

fileName

public String fileName

filePath

public String filePath

startLevel

public int startLevel
The start level is used to control bundle start order. The following levels are defined: The start level is overwritten by the one specified at MANIFEST level using the Nuxeo-StartLevel header. If the start header is missing it will be initialized from the OSGi Bundle-Category (if any) as follows: If the start level could not be computed then the default value of 6 (user level) is used The recommended method of specifying the start level is to use the Bundle-Category since start level numbering may change (this header has the advantage of using symbolic names)


contributions

public TemplateContribution[] contributions

requires

public List<String> requires

requiredBy

public String[] requiredBy

templates

public Map<String,TemplateDescriptor> templates

install

public CommandProcessor install

uninstall

public CommandProcessor uninstall
Constructor Detail

FragmentDescriptor

public FragmentDescriptor()
Method Detail

setInstallCommands

public void setInstallCommands(DocumentFragment df)

setUninstallCommands

public void setUninstallCommands(DocumentFragment df)

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.