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 |
createInitialFile() |
protected void |
initialize() |
void |
remove(ConnectionDescriptor connectionInformation) |
void |
update(ConnectionDescriptor oldConnectionDescriptor,
ConnectionDescriptor newConnectionDescriptor) |
load, load, load
addConnection, addConnectionListener, dispose, fireDiscoveryUpdate, getConnections, removeConnection, removeConnectionListener, setConnections
protected void initialize()
initialize
in class ResourceDiscoverer
protected void createInitialFile()
public void add(ConnectionDescriptor connectionInformation) throws org.eclipse.core.runtime.CoreException
add
in interface ConnectionStore
org.eclipse.core.runtime.CoreException
public void remove(ConnectionDescriptor connectionInformation) throws org.eclipse.core.runtime.CoreException
remove
in interface ConnectionStore
org.eclipse.core.runtime.CoreException
public void update(ConnectionDescriptor oldConnectionDescriptor, ConnectionDescriptor newConnectionDescriptor) throws org.eclipse.core.runtime.CoreException
update
in interface ConnectionStore
org.eclipse.core.runtime.CoreException