Package org.jetbrains.jps.model.serialization.module

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

Related Classes of org.jetbrains.jps.model.serialization.module.JpsModuleSourceRootDummyPropertiesSerializer

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.