public class TargetEnvironment extends Object
Constructor and Description |
---|
TargetEnvironment(String ws,
String os,
String arch) |
Modifier and Type | Method and Description |
---|---|
String |
getArch()
Returns the architecture of the represented target environment.
|
String |
getOs()
Returns the operating system of the represented target environment.
|
String |
getWs()
Returns the windowing system of the represented target environment.
|
String |
toConfigSpec()
Returns the target environment as string of the form
ws.os.arch . |
HashMap<String,String> |
toFilter()
Returns the target environment as map.
|
public String getWs()
public String getOs()
public String getArch()
public String toConfigSpec()
ws.os.arch
. This format is
used by the p2 publishers and in that context called "configuration" or "config spec".Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.