|
JBoss AS7 Deployment Plugin 7.9.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.as.plugin.server.ModulesPath
public class ModulesPath
Represents a module path element.
Guarded bythis.
| Constructor Summary | |
|---|---|
ModulesPath()
|
|
| Method Summary | |
|---|---|
String |
get()
Returns the path or paths as a string delimited by the File.pathSeparatorChar if more than one path was
defined. |
void |
set(File modulePath)
Sets the modules path. |
List<String> |
validate()
Returns a list of invalid module paths. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModulesPath()
| Method Detail |
|---|
public String get()
File.pathSeparatorChar if more than one path was
defined.
public List<String> validate()
public void set(File modulePath)
modulePath - the module path to set
|
JBoss AS7 Deployment Plugin 7.9.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||