Class XCConfigurationList
- java.lang.Object
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXProjectItem
-
- com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
-
public class XCConfigurationList extends PBXProjectItem
List of build configurations.
-
-
Constructor Summary
Constructors Constructor Description XCConfigurationList(AbstractPBXObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.cache.LoadingCache<String,XCBuildConfiguration>
getBuildConfigurationsByName()
String
isa()
void
serializeInto(XcodeprojSerializer s)
Populates the serializer with the fields of this object.-
Methods inherited from class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
generateGid, getGlobalID, setGlobalID, stableHash, toString
-
-
-
-
Constructor Detail
-
XCConfigurationList
public XCConfigurationList(AbstractPBXObjectFactory objectFactory)
-
-
Method Detail
-
getBuildConfigurationsByName
public com.google.common.cache.LoadingCache<String,XCBuildConfiguration> getBuildConfigurationsByName()
-
isa
public String isa()
- Overrides:
isa
in classPBXProjectItem
- Returns:
- Type name of the serialized object.
-
serializeInto
public void serializeInto(XcodeprojSerializer s)
Description copied from class:PBXObject
Populates the serializer with the fields of this object.- Overrides:
serializeInto
in classPBXContainerItem
-
-