Package io.atlasmap.api
Interface AtlasContextFactory
- All Known Implementing Classes:
DefaultAtlasContextFactory
public interface AtlasContextFactory
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createContext
(AtlasContextFactory.Format format, InputStream atlasMappingStream) createContext
(File atlasMappingFile) createContext
(URI atlasMappingUri) void
destroy()
Deprecated.Deprecated.void
init()
void
setProperties
(Map<String, String> properties) void
setProperties
(Properties properties) void
setPropertyStrategy
(AtlasPropertyStrategy strategy)
-
Field Details
-
PROPERTY_ATLASMAP_CORE_VERSION
- See Also:
-
-
Method Details
-
init
void init() -
destroy
void destroy() -
createContext
- Throws:
AtlasException
-
createContext
- Throws:
AtlasException
-
createContext
AtlasContext createContext(AtlasContextFactory.Format format, InputStream atlasMappingStream) throws AtlasException - Throws:
AtlasException
-
createPreviewContext
- Throws:
AtlasException
-
getCombineStrategy
Deprecated.- Throws:
AtlasException
-
getConversionService
- Throws:
AtlasException
-
getFieldActionService
- Throws:
AtlasException
-
getPropertyStrategy
- Throws:
AtlasException
-
setPropertyStrategy
- Throws:
AtlasException
-
getSeparateStrategy
Deprecated.- Throws:
AtlasException
-
getValidationService
- Throws:
AtlasException
-
setProperties
-
setProperties
-
getProperties
-
addClassLoader
-