public class GosucModule extends Object implements INativeModule, Serializable
| Constructor and Description |
|---|
GosucModule(String name,
List<String> allSourceRoots,
List<String> classpath,
List<String> backingSourcePath,
String outputPath,
List<GosucDependency> dependencies,
List<String> excludedRoots) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAllSourceRoots() |
List<String> |
getBackingSourcePath() |
List<String> |
getClasspath() |
List<GosucDependency> |
getDependencies() |
List<String> |
getExcludedRoots() |
String |
getName() |
Object |
getNativeModule() |
IDirectory |
getOutputPath() |
int |
hashCode() |
static GosucModule |
parse(GosucProjectParser parser) |
String |
write() |
public List<GosucDependency> getDependencies()
public String getName()
public Object getNativeModule()
getNativeModule in interface INativeModulepublic IDirectory getOutputPath()
getOutputPath in interface INativeModulepublic String write()
public static GosucModule parse(GosucProjectParser parser)
Copyright © 2019. All rights reserved.