org.eclipse.corona.model.container
Interface RepositoryConfiguration

All Known Implementing Classes:
RepositoryConfigurationImpl

public interface RepositoryConfiguration

A representation of the model object 'Repository Configuration'.

The following features are supported:


Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getRepositoryConnectionParameter(java.lang.String connectionParameterName)
          NOTE: this method does not do keyword expansion see org.eclipse.corona.container.config.PropertyContainerConfiguration for keyword expansion
 java.util.List getRepositoryConnectionParameters()
          Returns the value of the 'Repository Connection Parameters' containment reference list.
 java.util.Properties getRepositoryConnectionParametersAsProperties()
           
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 

Method Detail

getRepositoryConnectionParameter

java.lang.String getRepositoryConnectionParameter(java.lang.String connectionParameterName)
NOTE: this method does not do keyword expansion see org.eclipse.corona.container.config.PropertyContainerConfiguration for keyword expansion


getRepositoryConnectionParametersAsProperties

java.util.Properties getRepositoryConnectionParametersAsProperties()

getRepositoryConnectionParameters

java.util.List getRepositoryConnectionParameters()
Returns the value of the 'Repository Connection Parameters' containment reference list. The list contents are of type RepositoryConnectionParameters.

If the meaning of the 'Repository Connection Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Repository Connection Parameters' containment reference list.

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String)

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.