public interface AtlasContextFactory
Modifier and Type | Method and Description |
---|---|
AtlasContext |
createContext(File atlasMappingFile) |
AtlasContext |
createContext(URI atlasMappingUri) |
void |
destroy() |
AtlasCombineStrategy |
getCombineStrategy() |
AtlasConversionService |
getConversionService() |
AtlasFieldActionService |
getFieldActionService() |
Map<String,String> |
getProperties() |
AtlasPropertyStrategy |
getPropertyStrategy() |
AtlasSeparateStrategy |
getSeparateStrategy() |
AtlasValidationService |
getValidationService() |
void |
init() |
void |
setProperties(Map<String,String> properties) |
void |
setProperties(Properties properties) |
void init()
void destroy()
AtlasContext createContext(File atlasMappingFile) throws AtlasException
AtlasException
AtlasContext createContext(URI atlasMappingUri) throws AtlasException
AtlasException
AtlasCombineStrategy getCombineStrategy() throws AtlasException
AtlasException
AtlasConversionService getConversionService() throws AtlasException
AtlasException
AtlasFieldActionService getFieldActionService() throws AtlasException
AtlasException
AtlasPropertyStrategy getPropertyStrategy() throws AtlasException
AtlasException
AtlasSeparateStrategy getSeparateStrategy() throws AtlasException
AtlasException
AtlasValidationService getValidationService() throws AtlasException
AtlasException
void setProperties(Properties properties)
Copyright © 2019 JBoss by Red Hat. All rights reserved.