Class ModulesPath

java.lang.Object
org.wildfly.plugin.server.ModulesPath

public class ModulesPath extends Object
Represents a module path element.

Guarded by this.

Author:
James R. Perkins
  • Constructor Details

    • ModulesPath

      public ModulesPath()
  • Method Details

    • getModulePaths

      public Collection<String> getModulePaths()
    • set

      public void set(File modulePath)
      Sets the modules path. Used for Maven to allow a single path to be set.
      Parameters:
      modulePath - the module path to set