Package org.apache.maven.profiles
Class RepositoryBase
java.lang.Object
org.apache.maven.profiles.RepositoryBase
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Repository
Repository contains the information needed
          for establishing connections with remote repository
       .
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetId()Get a unique identifier for a repository.Get the type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".getName()Get human readable name of the repository.getUrl()Get the url of the repository.voidSet a unique identifier for a repository.voidSet the type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".voidSet human readable name of the repository.voidSet the url of the repository.
- 
Constructor Details- 
RepositoryBasepublic RepositoryBase()
 
- 
- 
Method Details- 
getIdGet a unique identifier for a repository.- Returns:
- String
 
- 
getLayoutGet the type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".- Returns:
- String
 
- 
getNameGet human readable name of the repository.- Returns:
- String
 
- 
getUrlGet the url of the repository.- Returns:
- String
 
- 
setIdSet a unique identifier for a repository.- Parameters:
- id- a id object.
 
- 
setLayoutSet the type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".- Parameters:
- layout- a layout object.
 
- 
setNameSet human readable name of the repository.- Parameters:
- name- a name object.
 
- 
setUrlSet the url of the repository.- Parameters:
- url- a url object.
 
- 
equals
 
-