org.apache.maven.archiva.configuration
Class AbstractRepositoryConfiguration

Package class diagram package AbstractRepositoryConfiguration
java.lang.Object
  extended by org.apache.maven.archiva.configuration.AbstractRepositoryConfiguration
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManagedRepositoryConfiguration, RemoteRepositoryConfiguration

public class AbstractRepositoryConfiguration
extends java.lang.Object
implements java.io.Serializable

Class AbstractRepositoryConfiguration.

See Also:
Serialized Form

Constructor Summary
AbstractRepositoryConfiguration()
           
 
Method Summary
 java.lang.String getId()
          Get The repository identifier.
 java.lang.String getLayout()
          Get The layout of the repository.
 java.lang.String getName()
          Get The descriptive name of the repository.
 void setId(java.lang.String id)
          Set The repository identifier.
 void setLayout(java.lang.String layout)
          Set The layout of the repository.
 void setName(java.lang.String name)
          Set The descriptive name of the repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRepositoryConfiguration

public AbstractRepositoryConfiguration()
Method Detail

getId

public java.lang.String getId()
Get The repository identifier.

Returns:
String

getLayout

public java.lang.String getLayout()
Get The layout of the repository. Valid values are "default" and "legacy".

Returns:
String

getName

public java.lang.String getName()
Get The descriptive name of the repository.

Returns:
String

setId

public void setId(java.lang.String id)
Set The repository identifier.

Parameters:
id -

setLayout

public void setLayout(java.lang.String layout)
Set The layout of the repository. Valid values are "default" and "legacy".

Parameters:
layout -

setName

public void setName(java.lang.String name)
Set The descriptive name of the repository.

Parameters:
name -