Package org.apache.maven.model
Class Organization
java.lang.Object
org.apache.maven.model.Organization
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
Specifies the organization that produces this project.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Method clone.getLocation(Object key) Gets the location of the specified field in the input source.getName()Get the full name of the organization.getUrl()Get the URL to the organization's home page.voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidSet the full name of the organization.voidsetOtherLocation(Object key, InputLocation location) voidSet the URL to the organization's home page.toString()
- 
Constructor Details- 
Organizationpublic Organization()
 
- 
- 
Method Details- 
cloneMethod clone.
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- Returns:
- InputLocation
 
- 
getNameGet the full name of the organization.- Returns:
- String
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- location- a location object.
 
- 
setOtherLocation- Parameters:
- key- a key object.
- location- a location object.
 
- 
getUrlGet the URL to the organization's home page.- Returns:
- String
 
- 
setNameSet the full name of the organization.- Parameters:
- name- a name object.
 
- 
setUrlSet the URL to the organization's home page.- Parameters:
- url- a url object.
 
- 
toString
 
-