fr.opensagres.xdocreport.document.dump
Class DumperOptions

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by fr.opensagres.xdocreport.document.dump.DumperOptions
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Direct Known Subclasses:
AbstractProjectDumper.ProjectDumperOption, JavaMainDumper.JavaMainDumperOptions

public class DumperOptions
extends HashMap<String,Object>

Dumper options.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static String PACKAGE_NAME
           
 
Constructor Summary
DumperOptions(DumperKind kind)
           
DumperOptions(String kind)
           
 
Method Summary
 String getKind()
          Return the kind DumperKind of the dumper to use.
 String getPackageName()
           
 void setPackageName(String packageName)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

PACKAGE_NAME

public static final String PACKAGE_NAME
See Also:
Constant Field Values
Constructor Detail

DumperOptions

public DumperOptions(DumperKind kind)

DumperOptions

public DumperOptions(String kind)
Method Detail

getPackageName

public String getPackageName()

setPackageName

public void setPackageName(String packageName)

getKind

public String getKind()
Return the kind DumperKind of the dumper to use.

Returns:


Copyright © 2013. All rights reserved.