Class ConfigSpec
- java.lang.Object
-
- org.eclipse.tycho.p2.impl.publisher.rootfiles.ConfigSpec
-
public final class ConfigSpec extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigSpec
GLOBAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigSpec
createFromOsWsArchArray(String[] segments, int beginIndex)
static ConfigSpec
createFromWsOsArch(String wsOsArchDotSeparated)
boolean
equals(Object obj)
int
hashCode()
String
toOsString()
String
toStringForAdvice()
-
-
-
Field Detail
-
GLOBAL
public static final ConfigSpec GLOBAL
-
-
Method Detail
-
createFromWsOsArch
public static ConfigSpec createFromWsOsArch(String wsOsArchDotSeparated)
-
createFromOsWsArchArray
public static ConfigSpec createFromOsWsArchArray(String[] segments, int beginIndex)
-
toOsString
public String toOsString()
-
toStringForAdvice
public String toStringForAdvice()
-
-