Class ProfileName

java.lang.Object
org.eclipse.tycho.plugins.p2.director.ProfileName

public class ProfileName extends Object
  • Constructor Details

    • ProfileName

      public ProfileName()
    • ProfileName

      public ProfileName(String name)
    • ProfileName

      public ProfileName(String name, String os, String ws, String arch)
  • Method Details

    • getName

      public String getName()
    • getArch

      public String getArch()
    • getOs

      public String getOs()
    • getWs

      public String getWs()
    • getNameForEnvironment

      public static String getNameForEnvironment(org.eclipse.tycho.TargetEnvironment env, List<ProfileName> nameMap, String defaultName)