public class ExportConfiguration extends Object
| Constructor and Description |
|---|
ExportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getPackagePrefix()
public void setPackagePrefix(String packagePrefix)
public boolean isIncludeExplicitDependentsImplicitly()
public void setIncludeExplicitDependentsImplicitly(boolean includeExplicitDependentsImplicitly)
includeExplicitDependentsImplicitly - the includeExplicitDependentsImplicitly to setpublic Properties getSettings()
public void setSettings(Properties settings)
settings - the settings to setpublic static JAXBContext getJAXBContext() throws JAXBException
JAXBExceptionpublic static ExportConfiguration fromRealDependencyGraph(String packagePrefix, EntityDependencyGraph g)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.