Class Modules

java.lang.Object
de.sormuras.bach.Modules

public class Modules
extends java.lang.Object
Static helper for modules and their friends.
  • Method Summary

    Modifier and Type Method Description
    static java.lang.module.ModuleDescriptor describe​(java.lang.String source)
    Module descriptor parser.
    static java.lang.String moduleSourcePath​(java.nio.file.Path path, java.lang.String module)
    Compute module's source path.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • describe

      public static java.lang.module.ModuleDescriptor describe​(java.lang.String source)
      Module descriptor parser.
    • moduleSourcePath

      public static java.lang.String moduleSourcePath​(java.nio.file.Path path, java.lang.String module)
      Compute module's source path.