public class XcodeIdeProductType extends Object
| Constructor and Description |
|---|
XcodeIdeProductType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Returns the product type identifier.
|
static XcodeIdeProductType |
of(String identifier)
Creates a product type of the specified identifier.
|
String |
toString() |
public String getIdentifier()
String instance of the identifier, never null.public static XcodeIdeProductType of(String identifier)
identifier - a identifier for the product type to create.XcodeIdeProductType instance, never null.