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
Modifier and TypeMethodDescriptioncreateProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders) voidparse(GosucProjectParser parser)
-
Method Details
-
createProject
GosucProject createProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders) -
parse
-