org.rhq.helpers.perftest.support.config
Class ExportConfiguration
java.lang.Object
org.rhq.helpers.perftest.support.config.ExportConfiguration
public class ExportConfiguration
- extends Object
- Author:
- Lukas Krejci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportConfiguration
public ExportConfiguration()
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.