Home | History | Annotate | Download | only in 1.0

META-INF/
META-INF/MANIFEST.MF
META-INF/plexus/
org/
org/apache/
org/apache/maven/
org/apache/maven/doxia/
org/apache/maven/doxia/site/
org/apache/maven/doxia/site/decoration/
org/apache/maven/doxia/site/decoration/inheritance/
org/apache/maven/doxia/site/decoration/io/
org/apache/maven/doxia/site/decoration/io/xpp3/
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/plexus/components.xml
org/apache/maven/doxia/site/decoration/Banner.class
Banner.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.Banner extends java.lang.Object implements java.io.Serializable  {
	private String name
	private String src
	private String alt
	private String href
	public void  () 
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.Banner that
		boolean result
	public java.lang.String getAlt () 
	public java.lang.String getHref () 
	public java.lang.String getName () 
	public java.lang.String getSrc () 
	public int hashCode () 
		int result
	public void setAlt (java.lang.String) 
		String alt
	public void setHref (java.lang.String) 
		String href
	public void setName (java.lang.String) 
		String name
	public void setSrc (java.lang.String) 
		String src
	public java.lang.String toString () 
		StringBuffer buf
}

org/apache/maven/doxia/site/decoration/Body.class
Body.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.Body extends java.lang.Object implements java.io.Serializable  {
	private Object head
	private java.util.List links
	private java.util.List breadcrumbs
	private java.util.List menus
	static Class class$org$apache$maven$doxia$site$decoration$LinkItem
	static Class class$org$apache$maven$doxia$site$decoration$Menu
	public void  () 
	public void addBreadcrumb (org.apache.maven.doxia.site.decoration.LinkItem) 
		org.apache.maven.doxia.site.decoration.LinkItem linkItem
	public void addLink (org.apache.maven.doxia.site.decoration.LinkItem) 
		org.apache.maven.doxia.site.decoration.LinkItem linkItem
	public void addMenu (org.apache.maven.doxia.site.decoration.Menu) 
		org.apache.maven.doxia.site.decoration.Menu menu
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.Body that
		boolean result
	public java.util.List getBreadcrumbs () 
	public java.lang.Object getHead () 
	public java.util.List getLinks () 
	public java.util.List getMenus () 
	public int hashCode () 
		int result
	public void removeBreadcrumb (org.apache.maven.doxia.site.decoration.LinkItem) 
		org.apache.maven.doxia.site.decoration.LinkItem linkItem
	public void removeLink (org.apache.maven.doxia.site.decoration.LinkItem) 
		org.apache.maven.doxia.site.decoration.LinkItem linkItem
	public void removeMenu (org.apache.maven.doxia.site.decoration.Menu) 
		org.apache.maven.doxia.site.decoration.Menu menu
	public void setBreadcrumbs (java.util.List) 
		java.util.List breadcrumbs
	public void setHead (java.lang.Object) 
		Object head
	public void setLinks (java.util.List) 
		java.util.List links
	public void setMenus (java.util.List) 
		java.util.List menus
	public java.lang.String toString () 
		StringBuffer buf
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/apache/maven/doxia/site/decoration/DecorationModel.class
DecorationModel.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.DecorationModel extends java.lang.Object implements java.io.Serializable  {
	private String name
	private org.apache.maven.doxia.site.decoration.Banner bannerLeft
	private org.apache.maven.doxia.site.decoration.Banner bannerRight
	private org.apache.maven.doxia.site.decoration.PublishDate publishDate
	private org.apache.maven.doxia.site.decoration.Version version
	private java.util.List poweredBy
	private org.apache.maven.doxia.site.decoration.Skin skin
	private org.apache.maven.doxia.site.decoration.Body body
	private Object custom
	private String modelEncoding
	private java.util.Map menusByRef
	static Class class$org$apache$maven$doxia$site$decoration$Logo
	public void  () 
	public void addPoweredBy (org.apache.maven.doxia.site.decoration.Logo) 
		org.apache.maven.doxia.site.decoration.Logo logo
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.DecorationModel that
		boolean result
	public org.apache.maven.doxia.site.decoration.Banner getBannerLeft () 
	public org.apache.maven.doxia.site.decoration.Banner getBannerRight () 
	public org.apache.maven.doxia.site.decoration.Body getBody () 
	public java.lang.Object getCustom () 
	public java.lang.String getModelEncoding () 
	public java.lang.String getName () 
	public java.util.List getPoweredBy () 
	public org.apache.maven.doxia.site.decoration.PublishDate getPublishDate () 
	public org.apache.maven.doxia.site.decoration.Skin getSkin () 
	public org.apache.maven.doxia.site.decoration.Version getVersion () 
	public int hashCode () 
		int result
	public void removePoweredBy (org.apache.maven.doxia.site.decoration.Logo) 
		org.apache.maven.doxia.site.decoration.Logo logo
	public void setBannerLeft (org.apache.maven.doxia.site.decoration.Banner) 
		org.apache.maven.doxia.site.decoration.Banner bannerLeft
	public void setBannerRight (org.apache.maven.doxia.site.decoration.Banner) 
		org.apache.maven.doxia.site.decoration.Banner bannerRight
	public void setBody (org.apache.maven.doxia.site.decoration.Body) 
		org.apache.maven.doxia.site.decoration.Body body
	public void setCustom (java.lang.Object) 
		Object custom
	public void setModelEncoding (java.lang.String) 
		String modelEncoding
	public void setName (java.lang.String) 
		String name
	public void setPoweredBy (java.util.List) 
		java.util.List poweredBy
	public void setPublishDate (org.apache.maven.doxia.site.decoration.PublishDate) 
		org.apache.maven.doxia.site.decoration.PublishDate publishDate
	public void setSkin (org.apache.maven.doxia.site.decoration.Skin) 
		org.apache.maven.doxia.site.decoration.Skin skin
	public void setVersion (org.apache.maven.doxia.site.decoration.Version) 
		org.apache.maven.doxia.site.decoration.Version version
	public java.lang.String toString () 
		StringBuffer buf
	public org.apache.maven.doxia.site.decoration.Menu getMenuRef (java.lang.String) 
		org.apache.maven.doxia.site.decoration.Menu menu
		java.util.Iterator i
		String key
	public void removeMenuRef (java.lang.String) 
		org.apache.maven.doxia.site.decoration.Menu menu
		java.util.Iterator i
		String key
	public java.util.List getMenus () 
		java.util.List menus
		java.util.List menus
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/apache/maven/doxia/site/decoration/inheritance/DecorationModelInheritanceAssembler$1.class
DecorationModelInheritanceAssembler.java
package org.apache.maven.doxia.site.decoration.inheritance
 org.apache.maven.doxia.site.decoration.inheritance.DecorationModelInheritanceAssembler$1 extends java.lang.Object {
	static Class class$org$apache$maven$doxia$site$decoration$inheritance$DecorationModelInheritanceAssembler
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/apache/maven/doxia/site/decoration/inheritance/DecorationModelInheritanceAssembler.class
DecorationModelInheritanceAssembler.java
package org.apache.maven.doxia.site.decoration.inheritance
public abstract org.apache.maven.doxia.site.decoration.inheritance.DecorationModelInheritanceAssembler extends java.lang.Object {
	public static final String ROLE
	public abstract void assembleModelInheritance (java.lang.String, org.apache.maven.doxia.site.decoration.DecorationModel, org.apache.maven.doxia.site.decoration.DecorationModel, java.lang.String, java.lang.String) 
	public abstract void resolvePaths (org.apache.maven.doxia.site.decoration.DecorationModel, java.lang.String) 
	static void  () 
}

org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler$URLContainer.class
DefaultDecorationModelInheritanceAssembler.java
package org.apache.maven.doxia.site.decoration.inheritance
public final org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer extends java.lang.Object {
	private final String oldPath
	private final String newPath
	private final org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler this$0
	public void  (org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler, java.lang.String, java.lang.String) 
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler this$0
		String oldPath
		String newPath
	public java.lang.String getNewPath () 
	public java.lang.String getOldPath () 
}

org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.class
DefaultDecorationModelInheritanceAssembler.java
package org.apache.maven.doxia.site.decoration.inheritance
public org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler extends java.lang.Object implements org.apache.maven.doxia.site.decoration.inheritance.DecorationModelInheritanceAssembler  {
	public void  () 
	public void assembleModelInheritance (java.lang.String, org.apache.maven.doxia.site.decoration.DecorationModel, org.apache.maven.doxia.site.decoration.DecorationModel, java.lang.String, java.lang.String) 
		String name
		org.apache.maven.doxia.site.decoration.DecorationModel child
		org.apache.maven.doxia.site.decoration.DecorationModel parent
		String childBaseUrl
		String parentBaseUrl
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
	public void resolvePaths (org.apache.maven.doxia.site.decoration.DecorationModel, java.lang.String) 
		org.apache.maven.doxia.site.decoration.Logo logo
		java.util.Iterator i
		org.apache.maven.doxia.site.decoration.LinkItem linkItem
		java.util.Iterator i
		org.apache.maven.doxia.site.decoration.LinkItem linkItem
		java.util.Iterator i
		org.apache.maven.doxia.site.decoration.Menu menu
		java.util.Iterator i
		org.apache.maven.doxia.site.decoration.DecorationModel decoration
		String baseUrl
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
	private void resolveBannerPaths (org.apache.maven.doxia.site.decoration.Banner, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		org.apache.maven.doxia.site.decoration.Banner banner
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
	private void assembleCustomInheritance (org.apache.maven.doxia.site.decoration.DecorationModel, org.apache.maven.doxia.site.decoration.DecorationModel) 
		org.apache.maven.doxia.site.decoration.DecorationModel child
		org.apache.maven.doxia.site.decoration.DecorationModel parent
	private void assembleBodyInheritance (java.lang.String, org.apache.maven.doxia.site.decoration.DecorationModel, org.apache.maven.doxia.site.decoration.DecorationModel, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		org.apache.maven.doxia.site.decoration.LinkItem breadcrumb
		String name
		org.apache.maven.doxia.site.decoration.DecorationModel child
		org.apache.maven.doxia.site.decoration.DecorationModel parent
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
		org.apache.maven.doxia.site.decoration.Body cBody
		org.apache.maven.doxia.site.decoration.Body pBody
	private java.util.List mergeMenus (java.util.List, java.util.List, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		org.apache.maven.doxia.site.decoration.Menu menu
		java.util.Iterator it
		org.apache.maven.doxia.site.decoration.Menu menu
		java.util.Iterator it
		java.util.List childMenus
		java.util.List parentMenus
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
		java.util.List menus
		int topCounter
	private void resolveMenuPaths (java.util.List, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		org.apache.maven.doxia.site.decoration.MenuItem item
		java.util.Iterator i
		java.util.List items
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
	private void resolveLinkItemPaths (org.apache.maven.doxia.site.decoration.LinkItem, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		String href
		org.apache.maven.doxia.site.decoration.LinkItem item
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
	private void resolveLogoPaths (org.apache.maven.doxia.site.decoration.Logo, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		org.apache.maven.doxia.site.decoration.Logo logo
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
	private java.util.List mergeLinkItemLists (java.util.List, java.util.List, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		org.apache.maven.doxia.site.decoration.LinkItem item
		java.util.Iterator it
		org.apache.maven.doxia.site.decoration.LinkItem item
		java.util.Iterator it
		java.util.List childList
		java.util.List parentList
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
		java.util.List items
	private java.util.List mergePoweredByLists (java.util.List, java.util.List, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		org.apache.maven.doxia.site.decoration.Logo logo
		java.util.Iterator it
		org.apache.maven.doxia.site.decoration.Logo logo
		java.util.Iterator it
		java.util.List childList
		java.util.List parentList
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
		java.util.List logos
	private java.lang.String convertPath (java.lang.String, org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer) 
		org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor oldPathDescriptor
		org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor newPathDescriptor
		org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor relativePathDescriptor
		java.net.MalformedURLException mue
		String relativePath
		org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer urlContainer
}

org/apache/maven/doxia/site/decoration/inheritance/PathDescriptor.class
PathDescriptor.java
package org.apache.maven.doxia.site.decoration.inheritance
public org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor extends java.lang.Object {
	private final java.net.URL baseUrl
	private final java.net.URL pathUrl
	private final String relativePath
	public void  (java.lang.String)  throws java.net.MalformedURLException 
		String path
	public void  (java.lang.String, java.lang.String)  throws java.net.MalformedURLException 
		String base
		String path
	public void  (java.net.URL, java.lang.String)  throws java.net.MalformedURLException 
		java.net.MalformedURLException e2
		java.net.MalformedURLException e
		java.net.URL baseUrl
		String path
		java.net.URL pathURL
		String relPath
	private static java.net.URL buildBaseUrl (java.lang.String)  throws java.net.MalformedURLException 
		java.net.MalformedURLException e
		String base
	private static java.net.URL buildUrl (java.net.URL, java.lang.String)  throws java.net.MalformedURLException 
		java.net.URL baseUrl
		String path
	public boolean isFile () 
	public boolean isRelative () 
	public java.net.URL getBaseUrl () 
	public java.net.URL getPathUrl () 
	public java.lang.String getPath () 
	public java.lang.String getLocation () 
	public java.lang.String toString () 
		StringBuffer res
}

org/apache/maven/doxia/site/decoration/inheritance/PathUtils.class
PathUtils.java
package org.apache.maven.doxia.site.decoration.inheritance
public abstract org.apache.maven.doxia.site.decoration.inheritance.PathUtils extends java.lang.Object {
	private void  () 
	public static final org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor convertPath (org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor, org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor)  throws java.net.MalformedURLException 
		org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor oldPath
		org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor newPath
		String relative
	public static final java.lang.String getRelativePath (org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor, org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor) 
		String oldPath
		String newPath
		java.net.URL oldUrl
		java.net.URL newUrl
		org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor oldPathDescriptor
		org.apache.maven.doxia.site.decoration.inheritance.PathDescriptor newPathDescriptor
		String oldPath
		String newPath
}

org/apache/maven/doxia/site/decoration/io/xpp3/DecorationXpp3Reader.class
DecorationXpp3Reader.java
package org.apache.maven.doxia.site.decoration.io.xpp3
public org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader extends java.lang.Object {
	private boolean addDefaultEntities
	public void  () 
	private boolean checkFieldWithDuplicate (org.codehaus.plexus.util.xml.pull.XmlPullParser, java.lang.String, java.lang.String, java.util.Set)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		String tagName
		String alias
		java.util.Set parsed
	public boolean getAddDefaultEntities () 
	private boolean getBooleanValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
	private boolean getBooleanValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, java.lang.String)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		String defaultValue
	private byte getByteValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		NumberFormatException e
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
	private char getCharacterValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
	private java.util.Date getDateValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
	private java.util.Date getDateValue (java.lang.String, java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.text.DateFormat dateParser
		java.text.ParseException e
		String effectiveDateFormat
		String s
		String attribute
		String dateFormat
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
	private double getDoubleValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		NumberFormatException e
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
	private float getFloatValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		NumberFormatException e
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
	private int getIntegerValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		NumberFormatException e
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
	private long getLongValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		NumberFormatException e
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
	private java.lang.String getRequiredAttributeValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
	private short getShortValue (java.lang.String, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		NumberFormatException e
		String s
		String attribute
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
	private java.lang.String getTrimmedValue (java.lang.String) 
		String s
	private org.apache.maven.doxia.site.decoration.Banner parseBanner (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.Banner banner
		java.util.Set parsed
	private org.apache.maven.doxia.site.decoration.Body parseBody (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.util.List links
		java.util.List breadcrumbs
		java.util.List menus
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.Body body
		java.util.Set parsed
	private org.apache.maven.doxia.site.decoration.DecorationModel parseDecorationModel (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.util.List poweredBy
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.DecorationModel decorationModel
		java.util.Set parsed
		int eventType
		boolean foundRoot
	private org.apache.maven.doxia.site.decoration.LinkItem parseLinkItem (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.LinkItem linkItem
		java.util.Set parsed
	private org.apache.maven.doxia.site.decoration.Logo parseLogo (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.Logo logo
		java.util.Set parsed
	private org.apache.maven.doxia.site.decoration.Menu parseMenu (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.util.List items
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.Menu menu
		java.util.Set parsed
	private org.apache.maven.doxia.site.decoration.MenuItem parseMenuItem (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.util.List items
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.MenuItem menuItem
		java.util.Set parsed
	private org.apache.maven.doxia.site.decoration.PublishDate parsePublishDate (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.PublishDate publishDate
		java.util.Set parsed
	private org.apache.maven.doxia.site.decoration.Skin parseSkin (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.Skin skin
		java.util.Set parsed
	private org.apache.maven.doxia.site.decoration.Version parseVersion (java.lang.String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
		boolean strict
		org.apache.maven.doxia.site.decoration.Version version
		java.util.Set parsed
	public org.apache.maven.doxia.site.decoration.DecorationModel read (java.io.Reader, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.io.Reader reader
		boolean strict
		org.codehaus.plexus.util.xml.pull.XmlPullParser parser
	public org.apache.maven.doxia.site.decoration.DecorationModel read (java.io.Reader)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.io.Reader reader
	public org.apache.maven.doxia.site.decoration.DecorationModel read (java.io.InputStream, boolean)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.io.InputStream in
		boolean strict
		java.io.Reader reader
	public org.apache.maven.doxia.site.decoration.DecorationModel read (java.io.InputStream)  throws java.io.IOException org.codehaus.plexus.util.xml.pull.XmlPullParserException 
		java.io.InputStream in
		java.io.Reader reader
	public void setAddDefaultEntities (boolean) 
		boolean addDefaultEntities
}

org/apache/maven/doxia/site/decoration/io/xpp3/DecorationXpp3Writer.class
DecorationXpp3Writer.java
package org.apache.maven.doxia.site.decoration.io.xpp3
public org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Writer extends java.lang.Object {
	private static final String NAMESPACE
	public void  () 
	public void write (java.io.Writer, org.apache.maven.doxia.site.decoration.DecorationModel)  throws java.io.IOException 
		java.io.Writer writer
		org.apache.maven.doxia.site.decoration.DecorationModel decorationModel
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeBanner (org.apache.maven.doxia.site.decoration.Banner, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.Banner banner
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeBody (org.apache.maven.doxia.site.decoration.Body, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.LinkItem o
		java.util.Iterator iter
		org.apache.maven.doxia.site.decoration.LinkItem o
		java.util.Iterator iter
		org.apache.maven.doxia.site.decoration.Menu o
		java.util.Iterator iter
		org.apache.maven.doxia.site.decoration.Body body
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeDecorationModel (org.apache.maven.doxia.site.decoration.DecorationModel, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.Logo o
		java.util.Iterator iter
		org.apache.maven.doxia.site.decoration.DecorationModel decorationModel
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeLinkItem (org.apache.maven.doxia.site.decoration.LinkItem, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.LinkItem linkItem
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeLogo (org.apache.maven.doxia.site.decoration.Logo, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.Logo logo
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeMenu (org.apache.maven.doxia.site.decoration.Menu, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.MenuItem o
		java.util.Iterator iter
		org.apache.maven.doxia.site.decoration.Menu menu
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeMenuItem (org.apache.maven.doxia.site.decoration.MenuItem, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.MenuItem o
		java.util.Iterator iter
		org.apache.maven.doxia.site.decoration.MenuItem menuItem
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writePublishDate (org.apache.maven.doxia.site.decoration.PublishDate, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.PublishDate publishDate
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeSkin (org.apache.maven.doxia.site.decoration.Skin, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.Skin skin
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	private void writeVersion (org.apache.maven.doxia.site.decoration.Version, java.lang.String, org.codehaus.plexus.util.xml.pull.XmlSerializer)  throws java.io.IOException 
		org.apache.maven.doxia.site.decoration.Version version
		String tagName
		org.codehaus.plexus.util.xml.pull.XmlSerializer serializer
	static void  () 
}

org/apache/maven/doxia/site/decoration/LinkItem.class
LinkItem.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.LinkItem extends java.lang.Object implements java.io.Serializable  {
	private String name
	private String href
	public void  () 
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.LinkItem that
		boolean result
	public java.lang.String getHref () 
	public java.lang.String getName () 
	public int hashCode () 
		int result
	public void setHref (java.lang.String) 
		String href
	public void setName (java.lang.String) 
		String name
	public java.lang.String toString () 
		StringBuffer buf
}

org/apache/maven/doxia/site/decoration/Logo.class
Logo.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.Logo extends org.apache.maven.doxia.site.decoration.LinkItem implements java.io.Serializable  {
	private String img
	public void  () 
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.Logo that
		boolean result
	public java.lang.String getImg () 
	public int hashCode () 
		int result
	public void setImg (java.lang.String) 
		String img
	public java.lang.String toString () 
		StringBuffer buf
}

org/apache/maven/doxia/site/decoration/Menu.class
Menu.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.Menu extends java.lang.Object implements java.io.Serializable  {
	private String name
	private String inherit
	private boolean inheritAsRef
	private String ref
	private String img
	private java.util.List items
	static Class class$org$apache$maven$doxia$site$decoration$MenuItem
	public void  () 
	public void addItem (org.apache.maven.doxia.site.decoration.MenuItem) 
		org.apache.maven.doxia.site.decoration.MenuItem menuItem
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.Menu that
		boolean result
	public java.lang.String getImg () 
	public java.lang.String getInherit () 
	public java.util.List getItems () 
	public java.lang.String getName () 
	public java.lang.String getRef () 
	public int hashCode () 
		int result
	public boolean isInheritAsRef () 
	public void removeItem (org.apache.maven.doxia.site.decoration.MenuItem) 
		org.apache.maven.doxia.site.decoration.MenuItem menuItem
	public void setImg (java.lang.String) 
		String img
	public void setInherit (java.lang.String) 
		String inherit
	public void setInheritAsRef (boolean) 
		boolean inheritAsRef
	public void setItems (java.util.List) 
		java.util.List items
	public void setName (java.lang.String) 
		String name
	public void setRef (java.lang.String) 
		String ref
	public java.lang.String toString () 
		StringBuffer buf
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/apache/maven/doxia/site/decoration/MenuItem.class
MenuItem.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.MenuItem extends org.apache.maven.doxia.site.decoration.LinkItem implements java.io.Serializable  {
	private String description
	private boolean collapse
	private String ref
	private java.util.List items
	static Class class$org$apache$maven$doxia$site$decoration$MenuItem
	public void  () 
	public void addItem (org.apache.maven.doxia.site.decoration.MenuItem) 
		org.apache.maven.doxia.site.decoration.MenuItem menuItem
	public void breakMenuItemAssociation (org.apache.maven.doxia.site.decoration.MenuItem) 
		org.apache.maven.doxia.site.decoration.MenuItem menuItem
	public void createMenuItemAssociation (org.apache.maven.doxia.site.decoration.MenuItem) 
		org.apache.maven.doxia.site.decoration.MenuItem menuItem
		java.util.Collection items
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.MenuItem that
		boolean result
	public java.lang.String getDescription () 
	public java.util.List getItems () 
	public java.lang.String getRef () 
	public int hashCode () 
		int result
	public boolean isCollapse () 
	public void removeItem (org.apache.maven.doxia.site.decoration.MenuItem) 
		org.apache.maven.doxia.site.decoration.MenuItem menuItem
	public void setCollapse (boolean) 
		boolean collapse
	public void setDescription (java.lang.String) 
		String description
	public void setItems (java.util.List) 
		java.util.List items
	public void setRef (java.lang.String) 
		String ref
	public java.lang.String toString () 
		StringBuffer buf
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/apache/maven/doxia/site/decoration/PublishDate.class
PublishDate.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.PublishDate extends java.lang.Object implements java.io.Serializable  {
	private String position
	private String format
	public void  () 
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.PublishDate that
		boolean result
	public java.lang.String getFormat () 
	public java.lang.String getPosition () 
	public int hashCode () 
		int result
	public void setFormat (java.lang.String) 
		String format
	public void setPosition (java.lang.String) 
		String position
	public java.lang.String toString () 
		StringBuffer buf
}

org/apache/maven/doxia/site/decoration/Skin.class
Skin.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.Skin extends java.lang.Object implements java.io.Serializable  {
	private String groupId
	private String artifactId
	private String version
	public void  () 
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.Skin that
		boolean result
	public java.lang.String getArtifactId () 
	public java.lang.String getGroupId () 
	public java.lang.String getVersion () 
	public int hashCode () 
		int result
	public void setArtifactId (java.lang.String) 
		String artifactId
	public void setGroupId (java.lang.String) 
		String groupId
	public void setVersion (java.lang.String) 
		String version
	public java.lang.String toString () 
		StringBuffer buf
	public static org.apache.maven.doxia.site.decoration.Skin getDefaultSkin () 
		org.apache.maven.doxia.site.decoration.Skin skin
}

org/apache/maven/doxia/site/decoration/Version.class
Version.java
package org.apache.maven.doxia.site.decoration
public org.apache.maven.doxia.site.decoration.Version extends java.lang.Object implements java.io.Serializable  {
	private String position
	public void  () 
	public boolean equals (java.lang.Object) 
		Object other
		org.apache.maven.doxia.site.decoration.Version that
		boolean result
	public java.lang.String getPosition () 
	public int hashCode () 
		int result
	public void setPosition (java.lang.String) 
		String position
	public java.lang.String toString () 
		StringBuffer buf
}

META-INF/maven/
META-INF/maven/org.apache.maven.doxia/
META-INF/maven/org.apache.maven.doxia/doxia-decoration-model/
META-INF/maven/org.apache.maven.doxia/doxia-decoration-model/pom.xml
META-INF/maven/org.apache.maven.doxia/doxia-decoration-model/pom.properties