|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGridPreferences
This interface defines some global access points for preferences that are not stored in the metadata area of the workspace.
| Method Summary | |
|---|---|
void |
createGlobalConnection(java.lang.String name,
java.net.URI uri,
IProgressMonitor monitor)
Creates a global connection, i.e. a connection that is not part of a project. |
IGridConnection |
createTemporaryConnection(java.net.URI uri)
Creates a temporary connection, i.e. a connection that is not shown in the UI, neither in a project nor in the connection view. |
IFolder |
getTemporaryFolder()
|
| Method Detail |
|---|
void createGlobalConnection(java.lang.String name,
java.net.URI uri,
IProgressMonitor monitor)
throws ProblemException
name - The name of the connection.uri - The URI from which to create the connection.monitor - Used to monitor the progress of this operation.
ProblemException - If an error occurs during the creation of the
connection.
IGridConnection createTemporaryConnection(java.net.URI uri)
throws ProblemException
uri - The URI from which to create the connection.
ProblemException - If an error occurs during the creation of the
connection.
IFolder getTemporaryFolder()
throws CoreException
CoreException
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||