|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.runtime.model.persistence.AbstractContribution
org.nuxeo.runtime.model.persistence.fs.ContributionFile
public class ContributionFile
Constructor Summary | |
---|---|
ContributionFile(java.lang.String name,
java.io.File file)
|
Method Summary | |
---|---|
java.net.URL |
asURL()
Get an URL to that stream. |
java.lang.String |
getContent()
Gets the contribution XML content. |
java.lang.String |
getDescription()
Gets the contribution description. |
java.lang.String |
getName()
Gets the contribution name. |
java.io.InputStream |
getStream()
Gets the contribution XML content. |
boolean |
isDisabled()
Whether this contribution should be automatically installed at startup. |
void |
setDescription(java.lang.String description)
Sets the contribution description. |
void |
setDisabled(boolean isDisabled)
Sets the auto install flag for this contribution. |
Methods inherited from class org.nuxeo.runtime.model.persistence.AbstractContribution |
---|
getId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContributionFile(java.lang.String name, java.io.File file)
Method Detail |
---|
public java.lang.String getName()
Contribution
public java.lang.String getDescription()
Contribution
public void setDescription(java.lang.String description)
Contribution
public boolean isDisabled()
Contribution
public void setDisabled(boolean isDisabled)
Contribution
public java.net.URL asURL()
StreamRef
public java.lang.String getContent()
Contribution
public java.io.InputStream getStream()
Contribution
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |