X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.export.core%2Fsrc%2Forg%2Fsimantics%2Fexport%2Fcore%2Fintf%2FDiscoverAction.java;h=cd116c0defa8613532c037d9e44fecf9f04ce277;hb=48ea5bf055156f92d497a9a45bc05ac9d85b6f43;hp=36622d751241df0eaa6c7b37b34dea18685e89a4;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/DiscoverAction.java b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/DiscoverAction.java index 36622d751..cd116c0de 100644 --- a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/DiscoverAction.java +++ b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/DiscoverAction.java @@ -1,26 +1,26 @@ -package org.simantics.export.core.intf; - -import java.util.Collection; - -import org.simantics.export.core.ExportContext; -import org.simantics.export.core.error.ExportException; - -/** - * Interface for implementations that discover content in workspace and - * database. - * - * @author toni.kalajainen@semantum.fi - */ -public interface DiscoverAction { - - /** - * 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.export.core.ExportContext; +import org.simantics.export.core.error.ExportException; + +/** + * Interface for implementations that discover content in workspace and + * database. + * + * @author toni.kalajainen@semantum.fi + */ +public interface DiscoverAction { + + /** + * Discover content. + * + * @param ctx + * @param startLocations + * @return a collection of content uris. + * @throws ExportException + */ + Collection discoverContent(ExportContext ctx, Collection startLocations) throws ExportException; + +}