|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPlugin
com.ibm.ram.rich.core.RichClientCorePlugin
public class RichClientCorePlugin
Represents the entry point for the com.ibm.ram.rich.core bundle.
This class provides a mechanism for creating RAMSessions for connections
created inside the Eclipse UI, among other things.
| Field Summary | |
|---|---|
static java.lang.String |
ASSET_MODEL_VERSION_7_0_0_0
|
static java.lang.String |
ASSET_MODEL_VERSION_7_0_0_1
|
static java.lang.String |
ASSET_MODEL_VERSION_CURRENT
|
static java.lang.String |
REFRESH_ALL_RAM_REPOSITORY_CONNECTIONS
|
static java.lang.String |
REMEMBERED_CONNECTIONS
|
| Constructor Summary | |
|---|---|
RichClientCorePlugin()
|
|
| Method Summary | |
|---|---|
RAMSession |
createClientSession(IRepositoryIdentifier repository)
Creates and returns a RAMSession for the repository identifier provided. |
RAMSession |
createClientSession(IRepositoryIdentifier repository,
boolean useWorkbenchCache)
Deprecated. |
RAMSession |
createClientSession(RepositoryIdentification repository,
boolean useWorkbenchCache)
Creates and returns a RAMSession for the repository identifier provided. |
static RichClientCorePlugin |
getDefault()
Returns the shared instance |
static java.lang.String |
getPluginId()
Provides the identifier for this bundle. |
IRepositoryIdentifier[] |
getRepositoryConnections()
Deprecated. |
java.util.List<RepositoryIdentification> |
getRepositoryIdentifications()
Returns all repository connections defined on the rich client. |
static java.io.File |
getTemporaryFolder()
|
void |
start(BundleContext context)
|
void |
stop(BundleContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REFRESH_ALL_RAM_REPOSITORY_CONNECTIONS
public static final java.lang.String ASSET_MODEL_VERSION_7_0_0_1
public static final java.lang.String ASSET_MODEL_VERSION_7_0_0_0
public static final java.lang.String ASSET_MODEL_VERSION_CURRENT
public static final java.lang.String REMEMBERED_CONNECTIONS
| Constructor Detail |
|---|
public RichClientCorePlugin()
| Method Detail |
|---|
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic static RichClientCorePlugin getDefault()
public static java.lang.String getPluginId()
public static java.io.File getTemporaryFolder()
public IRepositoryIdentifier[] getRepositoryConnections()
getRepositoryIdentifications()public java.util.List<RepositoryIdentification> getRepositoryIdentifications()
public RAMSession createClientSession(IRepositoryIdentifier repository)
RAMSession for the repository identifier provided.
Returns null if no such connection could be found.
repository -
public RAMSession createClientSession(IRepositoryIdentifier repository,
boolean useWorkbenchCache)
RAMSession for the repository identifier provided.
Returns null if no such connection could be found.
repository -
createClientSession(RepositoryIdentification, boolean)
public RAMSession createClientSession(RepositoryIdentification repository,
boolean useWorkbenchCache)
RAMSession for the repository identifier provided.
Returns null if no such connection could be found.
repository -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||