org.apache.maven.doxia.plugin
Class Format

java.lang.Object
  extended by org.apache.maven.doxia.plugin.Format

public class Format
extends java.lang.Object

A model for a supported output format.

Version:
$Id: Format.java 572957 2007-09-05 14:24:18Z ltheussl $
Author:
Trygve Laugstøl

Constructor Summary
Format()
           
 
Method Summary
 java.lang.String getId()
          Returns the (unique) identifier of this format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Format

public Format()
Method Detail

getId

public java.lang.String getId()
Returns the (unique) identifier of this format.

Returns:
the identifier.


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.