Class ContributionFile

java.lang.Object
org.nuxeo.runtime.model.persistence.AbstractContribution
org.nuxeo.runtime.model.persistence.fs.ContributionFile
All Implemented Interfaces:
Contribution, StreamRef

public class ContributionFile extends AbstractContribution
Author:
Bogdan Stefanescu
  • Field Details

    • file

      protected final File file
  • Constructor Details

    • ContributionFile

      public ContributionFile(String name, File file)
  • Method Details

    • asURL

      public URL asURL()
      Description copied from interface: StreamRef
      Get an URL to that stream. May return null if no URL is available.
    • getContent

      public String getContent()
      Description copied from interface: Contribution
      Gets the contribution XML content. The content should be in Nuxeo XML component format.
    • getStream

      public InputStream getStream()
      Description copied from interface: Contribution
      Gets the contribution XML content. The content should be in Nuxeo XML component format.