X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.export.core%2Fsrc%2Forg%2Fsimantics%2Fexport%2Fcore%2Fintf%2FPublisher.java;h=c9cde4528c71c6ac6f0c872736e01ef3cad8406a;hb=48ea5bf055156f92d497a9a45bc05ac9d85b6f43;hp=fdd10b5cf15ba06f118dc4952a26703b2081efdb;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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; + +}