Package io.atlasmap.mxbean
Interface AtlasModuleInfoMXBean
- All Known Implementing Classes:
DefaultAtlasModuleInfo
public interface AtlasModuleInfoMXBean
-
Method Details
-
getName
String getName() -
getClassName
String getClassName() -
getModuleClassName
String getModuleClassName() -
getVersion
String getVersion() -
getDataFormats
String[] getDataFormats() -
getPackageNames
String[] getPackageNames() -
isSourceSupported
Boolean isSourceSupported() -
isTargetSupported
Boolean isTargetSupported()
-