public interface AtlasContextFactory
Modifier and Type | Interface and Description |
---|---|
static class |
AtlasContextFactory.Format |
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_ATLASMAP_CORE_VERSION |
Modifier and Type | Method and Description |
---|---|
void |
addClassLoader(ClassLoader cl) |
AtlasContext |
createContext(AtlasContextFactory.Format format,
InputStream atlasMappingStream) |
AtlasContext |
createContext(File atlasMappingFile) |
AtlasContext |
createContext(URI atlasMappingUri) |
AtlasPreviewContext |
createPreviewContext() |
void |
destroy() |
AtlasCombineStrategy |
getCombineStrategy()
Deprecated.
|
AtlasConversionService |
getConversionService() |
AtlasFieldActionService |
getFieldActionService() |
Map<String,String> |
getProperties() |
AtlasPropertyStrategy |
getPropertyStrategy() |
AtlasSeparateStrategy |
getSeparateStrategy()
Deprecated.
|
AtlasValidationService |
getValidationService() |
void |
init() |
void |
setProperties(Map<String,String> properties) |
void |
setProperties(Properties properties) |
void |
setPropertyStrategy(AtlasPropertyStrategy strategy) |
static final String PROPERTY_ATLASMAP_CORE_VERSION
void init()
void destroy()
AtlasContext createContext(File atlasMappingFile) throws AtlasException
AtlasException
AtlasContext createContext(URI atlasMappingUri) throws AtlasException
AtlasException
AtlasContext createContext(AtlasContextFactory.Format format, InputStream atlasMappingStream) throws AtlasException
AtlasException
AtlasPreviewContext createPreviewContext() throws AtlasException
AtlasException
@Deprecated AtlasCombineStrategy getCombineStrategy() throws AtlasException
AtlasException
AtlasConversionService getConversionService() throws AtlasException
AtlasException
AtlasFieldActionService getFieldActionService() throws AtlasException
AtlasException
AtlasPropertyStrategy getPropertyStrategy() throws AtlasException
AtlasException
void setPropertyStrategy(AtlasPropertyStrategy strategy) throws AtlasException
AtlasException
@Deprecated AtlasSeparateStrategy getSeparateStrategy() throws AtlasException
AtlasException
AtlasValidationService getValidationService() throws AtlasException
AtlasException
void setProperties(Properties properties)
void addClassLoader(ClassLoader cl)
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.