public class FragmentDescriptor extends Object
| Modifier and Type | Field and Description | 
|---|---|
static FragmentDescriptor | 
ALL
Marker used for better control on requirements. 
 | 
TemplateContribution[] | 
contributions  | 
String | 
fileName  | 
String | 
filePath  | 
CommandProcessor | 
install  | 
protected boolean | 
isMarker  | 
String | 
name  | 
String[] | 
requiredBy  | 
List<String> | 
requires  | 
int | 
startLevel
Deprecated.  
 | 
Map<String,TemplateDescriptor> | 
templates  | 
CommandProcessor | 
uninstall  | 
int | 
version  | 
| Constructor and Description | 
|---|
FragmentDescriptor()  | 
FragmentDescriptor(String name,
                  boolean isMarker)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isMarker()  | 
void | 
setInstallCommands(DocumentFragment df)  | 
void | 
setUninstallCommands(DocumentFragment df)  | 
String | 
toString()  | 
public static final FragmentDescriptor ALL
public int version
@Deprecated public int startLevel
nuxeo-framework
 nuxeo-runtime
 nuxeo-service
 nuxeo-core
 nuxeo-platform
 nuxeo-presentation
 nuxeo-ui
 nuxeo-plugin
 Bundle-Category since start level numbering may change
 (this header has the advantage of using symbolic names)public TemplateContribution[] contributions
public String[] requiredBy
public Map<String,TemplateDescriptor> templates
public CommandProcessor install
public CommandProcessor uninstall
protected boolean isMarker
public FragmentDescriptor()
public FragmentDescriptor(String name, boolean isMarker)
public boolean isMarker()
public void setInstallCommands(DocumentFragment df)
public void setUninstallCommands(DocumentFragment df)
Copyright © 2019 Nuxeo. All rights reserved.