Package org.apache.maven.doxia.site
Class Version
java.lang.Object
org.apache.maven.doxia.site.Version
- All Implemented Interfaces:
Serializable,Cloneable
Modify display properties for version published.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.booleanMethod equals.Get where to place the version published ("left", "right", "navigation-top", "navigation-bottom", "bottom" or "none" to hide it).inthashCode()Method hashCode.voidsetPosition(String position) Set where to place the version published ("left", "right", "navigation-top", "navigation-bottom", "bottom" or "none" to hide it).toString()Method toString.
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
clone
Method clone. -
equals
Method equals. -
getPosition
Get where to place the version published ("left", "right", "navigation-top", "navigation-bottom", "bottom" or "none" to hide it).- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setPosition
Set where to place the version published ("left", "right", "navigation-top", "navigation-bottom", "bottom" or "none" to hide it).- Parameters:
position- a position object.
-
toString
Method toString.
-