Examples of JpsModuleSourceRootDummyPropertiesSerializer


Examples of org.jetbrains.jps.model.serialization.module.JpsModuleSourceRootDummyPropertiesSerializer

  public static final String ERLANG_SDK_TYPE_ID = "Erlang SDK";

  @NotNull
  @Override
  public List<? extends JpsModuleSourceRootPropertiesSerializer<?>> getModuleSourceRootPropertiesSerializers() {
    return Collections.singletonList(new JpsModuleSourceRootDummyPropertiesSerializer(ErlangIncludeSourceRootType.INSTANCE, "erlang-include"));
  }
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.