public class XcodeProjectParser extends Object
コンストラクタと説明 |
---|
XcodeProjectParser() |
修飾子とタイプ | メソッドと説明 |
---|---|
static HashMap<String,ProjectScheme> |
listXcodeSchemes(hudson.FilePath projectLocation)
Retrieve all Xcode scheme file from project directory.
|
static InfoPlist |
parseInfoPlist(hudson.FilePath infoPlistFile) |
static XcodeProject |
parseXcodeProject(hudson.FilePath projectLocation) |
static ProjectScheme |
parseXcodeScheme(hudson.FilePath schemeFile) |
static List<String> |
parseXcodeWorkspace(hudson.FilePath workspaceFileLocation) |
public static HashMap<String,ProjectScheme> listXcodeSchemes(hudson.FilePath projectLocation)
projectLocation
- Xcode project file location (directory path)public static ProjectScheme parseXcodeScheme(hudson.FilePath schemeFile)
schemeFile
- Xcode schieme file locationpublic static List<String> parseXcodeWorkspace(hudson.FilePath workspaceFileLocation)
workspaceFileLocation
- Xcode workspace file location (directory)public static InfoPlist parseInfoPlist(hudson.FilePath infoPlistFile)
infoPlistFile
- Xcode Info.plist file locationpublic static XcodeProject parseXcodeProject(hudson.FilePath projectLocation)
projectLocation
- Xcode project file location (directory)Copyright © 2016–2019. All rights reserved.