Package org.apache.maven.model
Class Prerequisites
java.lang.Object
org.apache.maven.model.Prerequisites
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
Describes the prerequisites a project can have.
- 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.getMaven()Get for a plugin project (packaging ismaven-plugin), the minimum version of Maven required to use the resulting plugin.voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidSet for a plugin project (packaging ismaven-plugin), the minimum version of Maven required to use the resulting plugin.voidsetOtherLocation(Object key, InputLocation location) 
- 
Constructor Details- 
Prerequisitespublic Prerequisites()
 
- 
- 
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
 
- 
getMavenGet for a plugin project (packaging ismaven-plugin), the minimum version of Maven required to use the resulting plugin.- 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.
 
- 
setMavenSet for a plugin project (packaging ismaven-plugin), the minimum version of Maven required to use the resulting plugin.- Parameters:
- maven- a maven object.
 
 
-