A B C E F G H I L N O P R S T V X 

A

addAppleScriptBuildPhase(String, PBXBuildPhase) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Add an apple script build phase to the project.
addChild(String, String) - Method in class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
addChild(CommentedIdentifier) - Method in class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
addCopyFilesBuildPhase(String, PBXBuildPhase) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Add a copy files build phase to the project.
addFrameworksBuildPhase(String, PBXBuildPhase) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Add a frameworks build phase to the project.
addHeadersBuildPhase(String, PBXBuildPhase) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Add a headers build phase to the project.
addResourcesBuildPhase(String, PBXBuildPhase) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Add a resources build phase to the project.
addShellScriptBuildPhase(String, PBXBuildPhase) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Add a shell script build phase to the project.
addSourcesBuildPhase(String, PBXBuildPhase) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Add a sources build phase to the project.
aggregateTargets - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
appleScriptBuildPhases - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
archiveVersion - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

B

buildConfigurations - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
buildFiles - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

C

ca.mestevens.ios.xcode.parser.exceptions - package ca.mestevens.ios.xcode.parser.exceptions
 
ca.mestevens.ios.xcode.parser.models - package ca.mestevens.ios.xcode.parser.models
 
ca.mestevens.ios.xcode.parser.utils - package ca.mestevens.ios.xcode.parser.utils
 
classes - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
CommentedIdentifier - Class in ca.mestevens.ios.xcode.parser.models
 
CommentedIdentifier(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.CommentedIdentifier
 
compareTo(CommentedIdentifier) - Method in class ca.mestevens.ios.xcode.parser.models.CommentedIdentifier
 
compareTo(PBXBuildFile) - Method in class ca.mestevens.ios.xcode.parser.models.PBXBuildFile
 
compareTo(PBXBuildPhase) - Method in class ca.mestevens.ios.xcode.parser.models.PBXBuildPhase
 
compareTo(PBXContainerItemProxy) - Method in class ca.mestevens.ios.xcode.parser.models.PBXContainerItemProxy
 
compareTo(PBXFileElement) - Method in class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
compareTo(PBXProject) - Method in class ca.mestevens.ios.xcode.parser.models.PBXProject
 
compareTo(PBXTarget) - Method in class ca.mestevens.ios.xcode.parser.models.PBXTarget
 
compareTo(PBXTargetDependency) - Method in class ca.mestevens.ios.xcode.parser.models.PBXTargetDependency
 
compareTo(XCBuildConfiguration) - Method in class ca.mestevens.ios.xcode.parser.models.XCBuildConfiguration
 
compareTo(XCConfigurationList) - Method in class ca.mestevens.ios.xcode.parser.models.XCConfigurationList
 
configurationLists - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
containerItemProxy - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
copyFilesBuildPhases - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
createBuildFileFromFileReferencePath(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
This will create a build file from the file reference that is specified by the file references file path.
createBuildFileFromFileReferencePath(String, String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
This will create a build file from the file reference that is specified by the file references file path.
createFileReference(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Method to add a file reference to the project file.
createFileReference(String, String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Method to add a file reference to the project file.
createGroup(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
This will create an empty group in the project file.
createGroup(String, String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
This will create an empty group in the project file.
createGroup(String, List<CommentedIdentifier>, String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
This will create a group in the project file.

E

equals(Object) - Method in class ca.mestevens.ios.xcode.parser.models.CommentedIdentifier
 
equals(Object) - Method in class ca.mestevens.ios.xcode.parser.models.PBXBuildFile
 
equals(Object) - Method in class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 

F

FileReferenceDoesNotExistException - Exception in ca.mestevens.ios.xcode.parser.exceptions
 
FileReferenceDoesNotExistException(String) - Constructor for exception ca.mestevens.ios.xcode.parser.exceptions.FileReferenceDoesNotExistException
 
FileReferenceDoesNotExistException(Throwable) - Constructor for exception ca.mestevens.ios.xcode.parser.exceptions.FileReferenceDoesNotExistException
 
fileReferences - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
frameworksBuildPhases - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

G

getAggregateTargetWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the aggregate target with a matching identifier from the PBXAggregateTarget section.
getAppleScriptBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the apple script build phase for the provided identifier.
getBuildConfigurationProperty(String, String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the value for 'key' in the build configuration specified by the identifier.
getBuildConfigurationPropertyAsList(String, String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the value for 'key' in the build configuration specified by the identifier as a list.
getBuildConfigurationWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the build configuration with a matching identifier from the XCBuildConfiguration section.
getBuildFileWithFileRef(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the build file with a matching file reference from the PBXBuildFile section.
getBuildFileWithFileRefPath(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the build file that matches the file reference with the specified path.
getBuildFileWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the build file with a matching identifier from the PBXBuildFile section.
getBuildSetting(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCBuildConfiguration
 
getBuildSettingAsList(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCBuildConfiguration
 
getCommentedIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.utils.ObjectParser
 
getConfigurationListWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the configuration list with a matching identifier from the XCConfigurationList section.
getCopyFilesBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the copy files build phase for the provided identifier.
getFileReferenceWithPath(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the file references that matches the path in the PBXFileReference section.
getFrameworksBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the frameworks build phase for the provided identifier.
getGroupWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the group with a matching identifier from the PBXGroup section.
getHeadersBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the headers build phase for the provided identifier.
getIdentifierList(String) - Method in class ca.mestevens.ios.xcode.parser.utils.ObjectParser
 
getLegacyTargetWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the legacy taget with a matching identifier from the PBXLegacyTarget section.
getNativeTargetWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the native target with a matching identifier from the PBXNativeTarget section.
getNextNestedObjects() - Method in class ca.mestevens.ios.xcode.parser.utils.ObjectParser
 
getResourcesBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the resources build phase for the provided identifier.
getShellScriptBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the shell script build phase for the provided identifier.
getSourcesBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Get the sources build phase for the provided identifier.
getStringList(String) - Method in class ca.mestevens.ios.xcode.parser.utils.ObjectParser
 
getVariantGroupWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Gets the variant group with a matching identifier from the PBXVariantGroup section.
groups - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

H

hashCode() - Method in class ca.mestevens.ios.xcode.parser.models.CommentedIdentifier
 
hashCode() - Method in class ca.mestevens.ios.xcode.parser.models.PBXBuildFile
 
hashCode() - Method in class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
headersBuildPhases - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

I

InvalidObjectFormatException - Exception in ca.mestevens.ios.xcode.parser.exceptions
 
InvalidObjectFormatException(String) - Constructor for exception ca.mestevens.ios.xcode.parser.exceptions.InvalidObjectFormatException
 
InvalidObjectFormatException(Throwable) - Constructor for exception ca.mestevens.ios.xcode.parser.exceptions.InvalidObjectFormatException
 

L

legacyTargets - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

N

nativeTargets - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

O

ObjectParser - Class in ca.mestevens.ios.xcode.parser.utils
 
ObjectParser(String) - Constructor for class ca.mestevens.ios.xcode.parser.utils.ObjectParser
 
objectVersion - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

P

parseNextObject() - Method in class ca.mestevens.ios.xcode.parser.utils.ObjectParser
 
PBXBuildFile - Class in ca.mestevens.ios.xcode.parser.models
 
PBXBuildFile(String, String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXBuildFile
 
PBXBuildFile(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXBuildFile
 
PBXBuildPhase - Class in ca.mestevens.ios.xcode.parser.models
 
PBXBuildPhase(String, String, List<CommentedIdentifier>) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXBuildPhase
 
PBXBuildPhase(String, String, List<String>, List<String>, String, String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXBuildPhase
 
PBXBuildPhase(String, String, List<CommentedIdentifier>, String, Integer) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXBuildPhase
 
PBXBuildPhase(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXBuildPhase
 
PBXContainerItemProxy - Class in ca.mestevens.ios.xcode.parser.models
 
PBXContainerItemProxy(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXContainerItemProxy
 
PBXFileElement - Class in ca.mestevens.ios.xcode.parser.models
 
PBXFileElement(String, String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
PBXFileElement(String, String, String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
PBXFileElement(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
PBXProject - Class in ca.mestevens.ios.xcode.parser.models
 
PBXProject(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXProject
 
PBXTarget - Class in ca.mestevens.ios.xcode.parser.models
 
PBXTarget(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXTarget
 
PBXTargetDependency - Class in ca.mestevens.ios.xcode.parser.models
 
PBXTargetDependency(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.PBXTargetDependency
 
project - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

R

removeAppleScriptBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Remove the build phase with the provided identifier from the apple scripts build phase section
removeCopyFilesBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Remove the build phase with the provided identifier from the copy files build phase section
removeFrameworksBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Remove the build phase with the provided identifier from the frameworks build phase section
removeHeadersBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Remove the build phase with the provided identifier from the headers build phase section
removeResourcesBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Remove the build phase with the provided identifier from the resources build phase section
removeShellScriptBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Remove the build phase with the provided identifier from the shell scripts build phase section
removeSourcesBuildPhaseWithIdentifier(String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Remove the build phase with the provided identifier from the sources build phase section
resourcesBuildPhases - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
rootObject - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

S

setBuildConfigurationProperty(String, String, String) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Adds or updates the value of 'key' to 'value' in the build configuration specified by the identifier.
setBuildConfigurationProperty(String, String, List<String>) - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
Adds or updates the value of 'key' to 'value' in the build configuration specified by the identifier.
setBuildSetting(String, String) - Method in class ca.mestevens.ios.xcode.parser.models.XCBuildConfiguration
 
setBuildSetting(String, List<String>) - Method in class ca.mestevens.ios.xcode.parser.models.XCBuildConfiguration
 
shellScriptBuildPhases - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
sourcesBuildPhases - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

T

targetDependency - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.CommentedIdentifier
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.CommentedIdentifier
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.PBXBuildFile
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.PBXBuildFile
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.PBXBuildPhase
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.PBXBuildPhase
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.PBXContainerItemProxy
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.PBXContainerItemProxy
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.PBXFileElement
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.PBXProject
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.PBXProject
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.PBXTarget
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.PBXTarget
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.PBXTargetDependency
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.PBXTargetDependency
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.XCBuildConfiguration
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.XCBuildConfiguration
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.XCConfigurationList
 
toString(int) - Method in class ca.mestevens.ios.xcode.parser.models.XCConfigurationList
 
toString() - Method in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

V

variantGroups - Variable in class ca.mestevens.ios.xcode.parser.models.XCodeProject
 

X

XCBuildConfiguration - Class in ca.mestevens.ios.xcode.parser.models
 
XCBuildConfiguration(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.XCBuildConfiguration
 
XCConfigurationList - Class in ca.mestevens.ios.xcode.parser.models
 
XCConfigurationList(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.XCConfigurationList
 
XCodeProject - Class in ca.mestevens.ios.xcode.parser.models
 
XCodeProject(String) - Constructor for class ca.mestevens.ios.xcode.parser.models.XCodeProject
The constructor to construct a representation of the .pbxproj file of the .xcodeproj file
A B C E F G H I L N O P R S T V X 

Copyright © 2014. All rights reserved.