org.apache.maven.doxia.plugin
Class Format
java.lang.Object
org.apache.maven.doxia.plugin.Format
public class Format
- extends Object
A model for a supported output format.
- Version:
- $Id: Format.java 572957 2007-09-05 14:24:18Z ltheussl $
- Author:
- Trygve Laugstøl
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 |
Format
public Format()
getId
public String getId()
- Returns the (unique) identifier of this format.
- Returns:
- the identifier.
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.