Skip to content
Snippets Groups Projects
Commit 823568c1 authored by Andreas Bayha's avatar Andreas Bayha
Browse files

GREEN

Issue-ref: 4344
Issue-URL: af3#4344



Signed-off-by: default avatarAndreas Bayha <bayha@fortiss.org>
parent 1b1ddf91
No related branches found
No related tags found
1 merge request!218Add preparation possibility for reuse providers (incl. specs cleaning)
Pipeline #39626 passed
Pipeline: maven-releng

#39627

    ......@@ -33,8 +33,8 @@ import org.fortiss.tooling.kernel.service.base.IEObjectAware;
    public interface IReuseProvider<T extends EObject> extends IEObjectAware<T> {
    /**
    * Prepares the given <T> for its storage in a reuse library. This contains cleaning it from all
    * attributes that are not needed anymore when "exported" into a library.
    * Prepares the given <T> for its storage in a reuse library. This might e.g. include cleaning
    * it from attributes that are not needed anymore when "exported" into a library.
    *
    * @param element
    * The <T> that should be prepared.
    ......
    ......@@ -54,9 +54,9 @@ public interface IReuseProviderService extends IIntrospectiveKernelService {
    public <T extends EObject> void registerReuseProvider(IReuseProvider<T> provider, Class<T> cls);
    /**
    * Prepares the given reuse element as {@link EObject} for its storage in a reuse library. This
    * contains cleaning the reuse element from all attributes that are not needed anymore when
    * "exported" into a library.
    * Prepares the given reuse element as {@link EObject} for storage in a reuse library. This
    * might include e.g. cleaning the reuse element from all attributes that are not needed anymore
    * when "exported" into a library.
    *
    * @param reuseElement
    * The reuse element that should be prepared.
    ......
    ReuseLibraryModelElementFactory.java 4ee3eb7449e212643992a3dec6cfb8f4278efb70 GREEN
    ReuseLibraryUtilsBasics.java 1d60936f98bd09e1ba1715192f5263f89b4942fe GREEN
    ReuseLibraryUtilsManipulation.java fbb36279eb20cb46a4f2b79fed33dd5395d6da3e YELLOW
    ReuseLibraryUtilsManipulation.java fbb36279eb20cb46a4f2b79fed33dd5395d6da3e GREEN
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment