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 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
Copyright © 2018 JBoss by Red Hat. All rights reserved.