Package gw.lang.gosuc
Class GosucModule
java.lang.Object
gw.lang.gosuc.GosucModule
- All Implemented Interfaces:
INativeModule
,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
convertToUri
(String filePath) boolean
getName()
int
hashCode()
private void
static GosucModule
parse
(GosucProjectParser parser) parseClasspath
(GosucProjectParser parser) private static List<GosucDependency>
parseDependencies
(GosucProjectParser parser) private static List<GosucDependency>
private static String
parseOutputPath
(GosucProjectParser parser) parsePathList
(GosucProjectParser parser) parsePaths
(String word, GosucProjectParser parser) write()
private String
private String
private String
-
Field Details
-
_name
-
_allSourceRoots
-
_excludedRoots
-
_classpath
-
_backingSourcePath
-
_outputPath
-
_dependencies
-
-
Constructor Details
-
GosucModule
-
-
Method Details
-
makeUris
-
convertToUri
-
getAllSourceRoots
-
getExcludedRoots
-
getClasspath
-
getBackingSourcePath
-
getDependencies
-
getName
-
getNativeModule
- Specified by:
getNativeModule
in interfaceINativeModule
-
getOutputPath
- Specified by:
getOutputPath
in interfaceINativeModule
-
write
-
writePath
-
writeOutputPath
-
writeDependencies
-
parse
-
parseDependencies
-
parseDependenciesList
-
parseClasspath
-
parseBackingSourcePath
-
parsePaths
-
parsePathList
-
parseOutputPath
-
equals
-
hashCode
public int hashCode()
-