org.apache.maven.doxia.site.MenuItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of doxia-site-model Show documentation
Show all versions of doxia-site-model Show documentation
The Site Model handles the descriptor for sites, also known as site.xml.
The newest version!
/*
=================== DO NOT EDIT THIS FILE ====================
Generated by Modello 2.4.0,
any modifications will be overwritten.
==============================================================
*/
package org.apache.maven.doxia.site;
/**
* A menu item.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class MenuItem
extends LinkItem
implements java.io.Serializable, java.lang.Cloneable
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Whether to collapse children elements of an item menu (by
* default).
*/
private boolean collapse = false;
/**
* A reference to a pre-defined menu item, such as a report
* (specified by the report goal
* name). Any elements explicitly given override
* those from the pre-defined reference.
*/
private String ref;
/**
* Field items.
*/
private java.util.List