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 Summary
Constructors -
Method Summary
Modifier 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.void
setLocation
(Object key, InputLocation ___location) Sets the ___location of the specified field.void
Set the full name of the organization.void
setOtherLocation
(Object key, InputLocation ___location) void
Set the URL to the organization's home page.toString()
-
Constructor Details
-
Organization
public Organization()
-
-
Method Details
-
clone
Method clone. -
getLocation
Description copied from interface:InputLocationTracker
Gets the ___location of the specified field in the input source.- Specified by:
getLocation
in interfaceInputLocationTracker
- Parameters:
key
- a key object.- Returns:
- InputLocation
-
getName
Get the full name of the organization.- Returns:
- String
-
setLocation
Description copied from interface:InputLocationTracker
Sets the ___location of the specified field.- Specified by:
setLocation
in interfaceInputLocationTracker
- Parameters:
key
- a key object.___location
- a ___location object.
-
setOtherLocation
- Parameters:
key
- a key object.___location
- a ___location object.
-
getUrl
Get the URL to the organization's home page.- Returns:
- String
-
setName
Set the full name of the organization.- Parameters:
name
- a name object.
-
setUrl
Set the URL to the organization's home page.- Parameters:
url
- a url object.
-
toString
-