public class XcodeProductMetadata extends Object
| Constructor and Description |
|---|
XcodeProductMetadata(ProductType type,
String name,
Path outputPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Path |
getOutputPath() |
ProductType |
getType() |
public XcodeProductMetadata(ProductType type, String name, Path outputPath)
public ProductType getType()
public String getName()
public Path getOutputPath()