Class AddInExtension


  • public class AddInExtension
    extends Object
    Operation implementations for EClass AddIn
    • Constructor Detail

      • AddInExtension

        public AddInExtension()
    • Method Detail

      • inputStream

        public static InputStream inputStream​(org.eclipse.emf.ecore.EObject addIn)
        Returns file input stream for given addIn.
        Parameters:
        addIn - is the AddIn, cannot be null
        Returns:
        add-in content InputStream, can be null
      • outputStream

        public static OutputStream outputStream​(org.eclipse.emf.ecore.EObject addIn)
        Returns an OutputStream so one can set contents of the provided addIn.
        Parameters:
        binaryData - is the AddIn, cannot be null
        Returns:
        add-in content OutputStream, can be null