Skip to content
Snippets Groups Projects
Commit d5cec44d authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

Another review iteration.

parent 0ea8e469
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ import org.fortiss.tooling.kernel.services.IPrototypeService.Prototype;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 1B489882210AB188E82A94F41F2CF796
* @ConQAT.Rating GREEN Hash: C7ED8EC9FDC7763BF3755FBEA4DEDE64
*/
public interface IElementCompositorService {
......
......@@ -46,6 +46,9 @@ public interface IPersistencyService {
/**
* Returns the list of top level {@link ITopLevelElementContext}s provided
* by {@link IStorageProvider}s.
*
* @TODO: if doSave takes a ProgressMonitor, shouldn't we have one here as
* well?
*/
List<ITopLevelElementContext> getTopLevelElementContexts();
......
......@@ -32,7 +32,7 @@ import org.fortiss.tooling.kernel.internal.PrototypeService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: A052488068BAE9406F9BEAD648E70BD7
* @ConQAT.Rating GREEN Hash: 7D308E866BBAEF201D83AE622C201A8F
*/
public interface IPrototypeService {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: 659E35767FF963AE2A8D7C2195891AA2
@ConQAT.Rating GREEN Hash: 5BF74F97872CB3DAB8DD92B75E8880EC
-->
<body>
Interface definitions of the kernel services. Each interface corresponds to a certain functionality of the kernel.
Some of the services provide extension points. Extension implementors should refer to the <code>kernel.interfaces</code>
and <code>kernel.base</code>m packages. Kernel services are implemented by classes from the <code>kernel.internal.services</code> package.
and <code>kernel.base</code> packages. Kernel services are implemented by classes from the <code>kernel.internal.services</code> package.
</body>
......@@ -34,7 +34,7 @@ import org.eclipse.emf.ecore.xmi.XMLResource;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: B220811451A4B54EB48A985228AC065F
* @ConQAT.Rating GREEN Hash: 457FAB182DE3C79EDED1E33D6E744BC2
*/
public final class EMFResourceUtils {
/**
......
......@@ -28,7 +28,7 @@ import org.fortiss.tooling.kernel.services.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: A52D2C0621A144E03101499724BCF926
* @ConQAT.Rating GREEN Hash: 54BEFCC44B523976BF14E4F2BC6FB697
*/
public final class ProjectRootElementUtils {
......
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