org.rhq.helpers.perftest.support.config
Class ExportConfiguration

java.lang.Object
  extended by org.rhq.helpers.perftest.support.config.ExportConfiguration

public class ExportConfiguration
extends Object

Author:
Lukas Krejci

Constructor Summary
ExportConfiguration()
           
 
Method Summary
static ExportConfiguration fromRealDependencyGraph(String packagePrefix, EntityDependencyGraph g)
           
 Class<?> getClassForEntity(Entity n)
           
 Set<Entity> getEntities()
           
 Entity getEntity(Class<?> clazz)
           
static JAXBContext getJAXBContext()
           
 String getPackagePrefix()
           
 Properties getSettings()
           
 boolean isIncludeExplicitDependentsImplicitly()
           
static void main(String[] args)
           
 void setEntities(Set<Entity> nodes)
           
 void setIncludeExplicitDependentsImplicitly(boolean includeExplicitDependentsImplicitly)
           
 void setPackagePrefix(String packagePrefix)
           
 void setSettings(Properties settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportConfiguration

public ExportConfiguration()
Method Detail

getEntities

public Set<Entity> getEntities()

setEntities

public void setEntities(Set<Entity> nodes)

getClassForEntity

public Class<?> getClassForEntity(Entity n)

getEntity

public Entity getEntity(Class<?> clazz)

getPackagePrefix

public String getPackagePrefix()

setPackagePrefix

public void setPackagePrefix(String packagePrefix)

isIncludeExplicitDependentsImplicitly

public boolean isIncludeExplicitDependentsImplicitly()
Returns:
the includeExplicitDependentsImplicitly

setIncludeExplicitDependentsImplicitly

public void setIncludeExplicitDependentsImplicitly(boolean includeExplicitDependentsImplicitly)
Parameters:
includeExplicitDependentsImplicitly - the includeExplicitDependentsImplicitly to set

getSettings

public Properties getSettings()
Returns:
the settings

setSettings

public void setSettings(Properties settings)
Parameters:
settings - the settings to set

getJAXBContext

public static JAXBContext getJAXBContext()
                                  throws JAXBException
Throws:
JAXBException

fromRealDependencyGraph

public static ExportConfiguration fromRealDependencyGraph(String packagePrefix,
                                                          EntityDependencyGraph g)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.