Examples of PbCompilerConfigurable


Examples of protobuf.settings.application.PbCompilerConfigurable

* Date: Apr 5, 2010
*/
public class PbCompilerSettingsFactory implements CompilerSettingsFactory {
    @Override
    public Configurable create(Project project) {
        return new PbCompilerConfigurable(PbCompilerApplicationSettings.getInstance(),project);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.