X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.export.core%2Fsrc%2Forg%2Fsimantics%2Fexport%2Fcore%2Fintf%2FDiscoverer.java;h=822addd122d06abfd3df4234fe5676d919cd73e5;hb=HEAD;hp=7d422e70b9f36ebde30057a54bb59aa3b34e39f9;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Discoverer.java b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Discoverer.java index 7d422e70b..822addd12 100644 --- a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Discoverer.java +++ b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Discoverer.java @@ -1,28 +1,28 @@ -package org.simantics.export.core.intf; - -import java.util.Collection; - -import org.simantics.db.request.Read; -import org.simantics.export.core.ExportContext; -import org.simantics.export.core.error.ExportException; - -/** - * Discoverer extension - * - * @author toni.kalajainen@semantum.fi - */ -public interface Discoverer extends DiscoverAction { - - String contentTypeId(); - - /** - * Discover content. - * - * @param ctx - * @param startLocations - * @return a collection of content uris. - * @throws ExportException - */ - Collection discoverContent(ExportContext ctx, Collection startLocations) throws ExportException; - -} +package org.simantics.export.core.intf; + +import java.util.Collection; + +import org.simantics.db.request.Read; +import org.simantics.export.core.ExportContext; +import org.simantics.export.core.error.ExportException; + +/** + * Discoverer extension + * + * @author toni.kalajainen@semantum.fi + */ +public interface Discoverer extends DiscoverAction { + + String contentTypeId(); + + /** + * Discover content. + * + * @param ctx + * @param startLocations + * @return a collection of content uris. + * @throws ExportException + */ + Collection discoverContent(ExportContext ctx, Collection startLocations) throws ExportException; + +}