public interface Contribution extends StreamRef
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the contribution XML content.
|
String |
getDescription()
Gets the contribution description.
|
String |
getName()
Gets the contribution name.
|
InputStream |
getStream()
Gets the contribution XML content.
|
boolean |
isDisabled()
Whether this contribution should be automatically installed at startup.
|
void |
setDescription(String description)
Sets the contribution description.
|
void |
setDisabled(boolean isAutoStart)
Sets the auto install flag for this contribution.
|
String getDescription()
void setDescription(String description)
boolean isDisabled()
void setDisabled(boolean isAutoStart)
InputStream getStream()
String getContent()
Copyright © 2018 Nuxeo. All rights reserved.