Class Version
java.lang.Object
org.apache.maven.doxia.site.decoration.Version
- All Implemented Interfaces:
Serializable
,Cloneable
Modify display properties for version published.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Method clone.boolean
Method equals.Get where to place the version published (left, right, navigation-top, navigation-bottom, bottom).int
hashCode()
Method hashCode.void
setPosition
(String position) Set where to place the version published (left, right, navigation-top, navigation-bottom, bottom).toString()
Method toString.
-
Field Details
-
position
Where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
-
-
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).- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setPosition
Set where to place the version published (left, right, navigation-top, navigation-bottom, bottom).- Parameters:
position
- a position object.
-
toString
Method toString.
-