public class DefaultFileResourceDiscoverer extends ResourceDiscoverer implements ConnectionStore
STORE_ID_DELIM| Constructor and Description |
|---|
DefaultFileResourceDiscoverer() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ConnectionDescriptor connectionInformation) |
protected void |
initialize() |
void |
remove(ConnectionDescriptor connectionInformation) |
void |
update(ConnectionDescriptor oldConnectionDescriptor,
ConnectionDescriptor newConnectionDescriptor) |
load, load, loadaddConnection, addConnectionListener, dispose, fireDiscoveryUpdate, getConnections, removeConnection, removeConnectionListener, setConnectionsprotected void initialize()
initialize in class ResourceDiscovererpublic void add(ConnectionDescriptor connectionInformation) throws org.eclipse.core.runtime.CoreException
add in interface ConnectionStoreorg.eclipse.core.runtime.CoreExceptionpublic void remove(ConnectionDescriptor connectionInformation) throws org.eclipse.core.runtime.CoreException
remove in interface ConnectionStoreorg.eclipse.core.runtime.CoreExceptionpublic void update(ConnectionDescriptor oldConnectionDescriptor, ConnectionDescriptor newConnectionDescriptor) throws org.eclipse.core.runtime.CoreException
update in interface ConnectionStoreorg.eclipse.core.runtime.CoreException