public interface AtlasContextFactory
| Modifier and Type | Method and Description |
|---|---|
AtlasContext |
createContext(com.mediadriver.atlas.v2.AtlasMapping atlasMapping) |
AtlasContext |
createContext(File atlasMappingFile) |
AtlasContext |
createContext(URI atlasMappingUri) |
void |
destroy() |
Map<String,String> |
getProperties() |
void |
init() |
void |
setProperties(Map<String,String> properties) |
void init()
void destroy()
AtlasContext createContext(File atlasMappingFile) throws AtlasException
AtlasExceptionAtlasContext createContext(URI atlasMappingUri) throws AtlasException
AtlasExceptionAtlasContext createContext(com.mediadriver.atlas.v2.AtlasMapping atlasMapping) throws AtlasException
AtlasExceptionCopyright © 2017. All rights reserved.