Package org.wildfly.plugin.server
Class ModulesPath
java.lang.Object
org.wildfly.plugin.server.ModulesPath
Represents a module path element.
Guarded by
this
.- Author:
- James R. Perkins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets the modules path.
-
Constructor Details
-
ModulesPath
public ModulesPath()
-
-
Method Details
-
getModulePaths
-
set
Sets the modules path. Used for Maven to allow a single path to be set.- Parameters:
modulePath
- the module path to set
-