org.apache.maven.doxia.plugin
Class Format

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

public class Format
extends Object

A model for a supported output format.

Since:
1.0
Version:
$Id: Format.java 740545 2009-02-04 01:03:50Z vsiveton $
Author:
Trygve Laugstøl

Constructor Summary
Format()
           
 
Method Summary
 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 String getId()
Returns the (unique) identifier of this format.

Returns:
the identifier.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.