Package org.wildfly.plugin.server
Class ModulesPath
- java.lang.Object
-
- org.wildfly.plugin.server.ModulesPath
-
public class ModulesPath extends Object
Represents a module path element. Guarded bythis
.- Author:
- James R. Perkins
-
-
Constructor Summary
Constructors Constructor Description ModulesPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
getModulePaths()
void
set(File modulePath)
Sets the modules path.
-
-
-
Method Detail
-
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
-
-