Interface ModuleUsageDifference.Mount

Enclosing interface:
ModuleUsageDifference

public static interface ModuleUsageDifference.Mount
Mount info.
  • Method Summary

    Modifier and Type
    Method
    Description
    ID of package where mounted package is added.
    ID of mount point.
  • Method Details

    • getMountPointID

      String getMountPointID()
      ID of mount point. This package is from module and is mounted.
    • getMountedOnID

      String getMountedOnID()
      ID of package where mounted package is added.