Class ComparisonDataSourceBasedTypedElement

    • Constructor Detail

      • ComparisonDataSourceBasedTypedElement

        public ComparisonDataSourceBasedTypedElement​(String name,
                                                     IComparisonDataSource dataSource,
                                                     Path path)
        Creates a new instance.
        Parameters:
        name - the typed element name, may be null
        dataSource - the comparison data source to get content from, cannot be null
        path - the path to get content by, may be null
    • Method Detail

      • getContents

        public InputStream getContents()
                                throws org.eclipse.core.runtime.CoreException
        Throws:
        org.eclipse.core.runtime.CoreException