Package gw.lang.gosuc
Interface ICustomParser
-
public interface ICustomParser
Implementers of this interface must provide a default, no argument constructor that is invokable from a command line build.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GosucProject
createProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders)
void
parse(GosucProjectParser parser)
-
-
-
Method Detail
-
createProject
GosucProject createProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders)
-
parse
void parse(GosucProjectParser parser)
-
-