mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
[173332] refactored dstore extra apis to be visible
This commit is contained in:
parent
ff52c536ed
commit
4f9571e8e2
20 changed files with 22 additions and 22 deletions
|
@ -46,7 +46,7 @@ import org.eclipse.dstore.core.util.ExternalLoader;
|
|||
import org.eclipse.dstore.core.util.Sender;
|
||||
import org.eclipse.dstore.core.util.ssl.DStoreSSLContext;
|
||||
import org.eclipse.dstore.core.util.ssl.DataStoreTrustManager;
|
||||
import org.eclipse.dstore.extra.internal.DomainNotifier;
|
||||
import org.eclipse.dstore.internal.extra.DomainNotifier;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,9 +22,9 @@ import java.util.List;
|
|||
import org.eclipse.dstore.core.util.DataElementRemover;
|
||||
import org.eclipse.dstore.core.util.StringCompare;
|
||||
import org.eclipse.dstore.extra.IDataElement;
|
||||
import org.eclipse.dstore.extra.internal.DataElementActionFilter;
|
||||
import org.eclipse.dstore.extra.internal.DesktopElement;
|
||||
import org.eclipse.dstore.extra.internal.PropertySource;
|
||||
import org.eclipse.dstore.internal.extra.DataElementActionFilter;
|
||||
import org.eclipse.dstore.internal.extra.DesktopElement;
|
||||
import org.eclipse.dstore.internal.extra.PropertySource;
|
||||
|
||||
/**
|
||||
* <code>DataElement</code> is the unit of information for the <code>DataStore</code>. All objects including
|
||||
|
|
|
@ -48,7 +48,7 @@ import org.eclipse.dstore.core.util.ExternalLoader;
|
|||
import org.eclipse.dstore.core.util.StringCompare;
|
||||
import org.eclipse.dstore.core.util.XMLgenerator;
|
||||
import org.eclipse.dstore.core.util.XMLparser;
|
||||
import org.eclipse.dstore.extra.internal.DomainNotifier;
|
||||
import org.eclipse.dstore.internal.extra.DomainNotifier;
|
||||
|
||||
/**
|
||||
* <code>DataStore</code> is the heart of the <code>DataStore</code> Distributed Tooling Framework.
|
||||
|
|
|
@ -18,7 +18,7 @@ package org.eclipse.dstore.extra;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
import org.eclipse.dstore.extra.internal.IElement;
|
||||
import org.eclipse.dstore.internal.extra.IElement;
|
||||
|
||||
public interface IDataElement extends IElement
|
||||
{
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
import org.eclipse.dstore.extra.IDataElement;
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
public class DesktopElement
|
||||
{
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
import org.eclipse.dstore.extra.DomainEvent;
|
||||
import org.eclipse.dstore.extra.IDomainListener;
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
public interface IDesktopElement
|
||||
{
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
public interface IElement
|
||||
{
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
public interface IPropertySource
|
||||
{
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
import org.eclipse.dstore.extra.IDataElement;
|
||||
|
|
@ -18,7 +18,7 @@ package org.eclipse.dstore.extra;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
import org.eclipse.dstore.extra.internal.IElement;
|
||||
import org.eclipse.dstore.internal.extra.IElement;
|
||||
|
||||
public interface IDataElement extends IElement
|
||||
{
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
import org.eclipse.dstore.extra.IDataElement;
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
public interface IDataElementActionFilter extends org.eclipse.ui.IActionFilter
|
||||
{
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
|
||||
public interface IDesktopElement extends org.eclipse.ui.model.IWorkbenchAdapter
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
import org.eclipse.core.runtime.IAdaptable;
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
public interface IPropertySource extends org.eclipse.ui.views.properties.IPropertySource
|
||||
{
|
|
@ -14,7 +14,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.extra.internal;
|
||||
package org.eclipse.dstore.internal.extra;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
Loading…
Add table
Reference in a new issue