Remote Systems
v6.4.1

com.ibm.etools.systems.launch.sourceLookup
Class RemoteSourceContainerTypeDelegate

java.lang.Object
  extended byAbstractSourceContainerTypeDelegate
      extended bycom.ibm.etools.systems.launch.sourceLookup.RemoteSourceContainerTypeDelegate

public class RemoteSourceContainerTypeDelegate
extends AbstractSourceContainerTypeDelegate

See Also:
Serialized Form

Field Summary
protected  String CONNECTION_ALIAS_ATTRIBUTE
           
protected  String CONNECTION_ELEMENT
           
protected  String CONNECTION_PROFILE_ATTRIBUTE
           
protected  String IS_CASESENSITIVE
           
protected  String IS_REMOTE_FOLDER
           
protected  String PATH_ATTRIBUTE
           
protected  String PATH_USE_LOCAL_FIRST_ATTRIBUTE
           
 
Constructor Summary
RemoteSourceContainerTypeDelegate()
           
 
Method Summary
 ISourceContainer createSourceContainer(String memento)
           
 String getMemento(ISourceContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTION_ELEMENT

protected final String CONNECTION_ELEMENT
See Also:
Constant Field Values

CONNECTION_PROFILE_ATTRIBUTE

protected final String CONNECTION_PROFILE_ATTRIBUTE
See Also:
Constant Field Values

CONNECTION_ALIAS_ATTRIBUTE

protected final String CONNECTION_ALIAS_ATTRIBUTE
See Also:
Constant Field Values

PATH_ATTRIBUTE

protected final String PATH_ATTRIBUTE
See Also:
Constant Field Values

PATH_USE_LOCAL_FIRST_ATTRIBUTE

protected final String PATH_USE_LOCAL_FIRST_ATTRIBUTE
See Also:
Constant Field Values

IS_REMOTE_FOLDER

protected final String IS_REMOTE_FOLDER
See Also:
Constant Field Values

IS_CASESENSITIVE

protected final String IS_CASESENSITIVE
See Also:
Constant Field Values
Constructor Detail

RemoteSourceContainerTypeDelegate

public RemoteSourceContainerTypeDelegate()
Method Detail

createSourceContainer

public ISourceContainer createSourceContainer(String memento)
                                       throws CoreException
Throws:
CoreException

getMemento

public String getMemento(ISourceContainer container)
                  throws CoreException
Throws:
CoreException

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.