Class ProfileName
- java.lang.Object
-
- org.eclipse.tycho.plugins.p2.director.ProfileName
-
public class ProfileName extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileName()ProfileName(String name)ProfileName(String name, String os, String ws, String arch)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArch()StringgetName()static StringgetNameForEnvironment(org.eclipse.tycho.core.shared.TargetEnvironment env, List<ProfileName> nameMap, String defaultName)StringgetOs()StringgetWs()
-