Package protobuf.settings.application

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

Related Classes of protobuf.settings.application.PbCompilerConfigurable

Copyright © 2018 www.massapicom. 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.