public abstract class PBXReference extends PBXContainerItem
| Modifier and Type | Class and Description |
|---|---|
static class |
PBXReference.SourceTree |
| Constructor and Description |
|---|
PBXReference(String name,
String path,
PBXReference.SourceTree sourceTree) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPath() |
PBXReference.SourceTree |
getSourceTree() |
String |
isa() |
void |
serializeInto(XcodeprojSerializer s)
Populates the serializer with the fields of this object.
|
void |
setPath(String v) |
void |
setSourceTree(PBXReference.SourceTree v) |
int |
stableHash()
This method is used to generate stable GIDs and must be stable for identical contents.
|
String |
toString() |
generateGid, getGlobalID, setGlobalIDpublic PBXReference(String name, @Nullable String path, PBXReference.SourceTree sourceTree)
public String getName()
public void setPath(String v)
public PBXReference.SourceTree getSourceTree()
public void setSourceTree(PBXReference.SourceTree v)
public String isa()
isa in class PBXContainerItempublic int stableHash()
PBXObjectstableHash in class PBXObjectpublic void serializeInto(XcodeprojSerializer s)
PBXObjectserializeInto in class PBXContainerItem