Interface AtlasModuleInfo

All Known Implementing Classes:
DefaultAtlasModuleInfo

public interface AtlasModuleInfo
  • Method Details

    • getName

      String getName()
    • getUri

      String getUri()
    • getModuleClass

      Class<AtlasModule> getModuleClass()
    • getDataFormats

      String[] getDataFormats()
    • getPackageNames

      String[] getPackageNames()
    • isSourceSupported

      Boolean isSourceSupported()
    • isTargetSupported

      Boolean isTargetSupported()