All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jmi.xmi.XmiWriter Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
package javax.jmi.xmi;

import java.io.OutputStream;
import java.io.IOException;
import java.util.Collection;
import javax.jmi.reflect.RefPackage;

@SuppressWarnings("rawtypes")
public interface XmiWriter {
    public void write(OutputStream stream, RefPackage extent, String xmiVersion)
        throws IOException;
    public void write(OutputStream stream, Collection objects, String xmiVersion)
        throws IOException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy