X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.export.core%2Fsrc%2Forg%2Fsimantics%2Fexport%2Fcore%2Fintf%2FPublisher.java;h=c9cde4528c71c6ac6f0c872736e01ef3cad8406a;hp=fdd10b5cf15ba06f118dc4952a26703b2081efdb;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Publisher.java b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Publisher.java index fdd10b5cf..c9cde4528 100644 --- a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Publisher.java +++ b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Publisher.java @@ -1,33 +1,33 @@ -package org.simantics.export.core.intf; - -import org.simantics.export.core.error.ExportException; - -/** - * Publisher - * - * @author toni.kalajainen@semantum.fi - */ -public interface Publisher { - - /** - * Identifier of the publiser extension. - * - * @return id - */ - String id(); - - /** - * Label of the publisher - * @return the label - */ - String label(); - - /** - * Create class for publishing data. - * - * @return - * @throws ExportException - */ - PublisherClass publisherClass() throws ExportException; - -} +package org.simantics.export.core.intf; + +import org.simantics.export.core.error.ExportException; + +/** + * Publisher + * + * @author toni.kalajainen@semantum.fi + */ +public interface Publisher { + + /** + * Identifier of the publiser extension. + * + * @return id + */ + String id(); + + /** + * Label of the publisher + * @return the label + */ + String label(); + + /** + * Create class for publishing data. + * + * @return + * @throws ExportException + */ + PublisherClass publisherClass() throws ExportException; + +}