public static class DevModeContext.ModuleInfo extends Object implements Serializable
| Constructor and Description |
|---|
ModuleInfo(String name,
String projectDirectory,
Set<String> sourcePaths,
String classesPath,
String resourcePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSourcePaths(Collection<String> additionalPaths) |
String |
getClassesPath() |
String |
getName() |
String |
getProjectDirectory() |
String |
getResourcePath() |
Set<String> |
getSourcePaths() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.