All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.lang.gosuc.ICustomParser Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
/*
 * Copyright 2014 Guidewire Software, Inc.
 */

package gw.lang.gosuc;

import java.util.List;

/**
 * Implementers of this interface must provide a default, no argument constructor
 * that is invokable from a command line build.
 */
public interface ICustomParser {
  GosucProject createProject( String name, GosucSdk sdk, List modules, List globalLoaders );
  void parse( GosucProjectParser parser );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy