org.mevenide.properties
Class ElementFactory

java.lang.Object
  extended byorg.mevenide.properties.ElementFactory

public final class ElementFactory
extends java.lang.Object

Version:
$Id: ElementFactory.java,v 1.5 2004/12/19 21:12:45 mkleint Exp $
Author:
Milos Kleint, Gilles Dodinet

Method Summary
 Comment createComment()
           
 KeyValuePair createKeyValuePair(java.lang.String key, char keyseparator)
           
static ElementFactory getFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static ElementFactory getFactory()

createComment

public Comment createComment()

createKeyValuePair

public KeyValuePair createKeyValuePair(java.lang.String key,
                                       char keyseparator)


Copyright © 2003-2005 The Codehaus. All Rights Reserved.