@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class XcodeWorkspaceConfigDescriptionArg extends Object
XcodeWorkspaceConfigDescription.AbstractXcodeWorkspaceConfigDescriptionArg.
Use the builder to create immutable instances:
XcodeWorkspaceConfigDescriptionArg.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
XcodeWorkspaceConfigDescriptionArg.Builder
Builds instances of type
XcodeWorkspaceConfigDescriptionArg. |
DEFAULT_TARGET_PLATFORM_PARAM_NAME| Modifier and Type | Method and Description |
|---|---|
static XcodeWorkspaceConfigDescriptionArg.Builder |
builder()
Creates a builder for
XcodeWorkspaceConfigDescriptionArg. |
boolean |
equals(Object another)
This instance is equal to all instances of
XcodeWorkspaceConfigDescriptionArg that have equal attribute values. |
com.google.common.collect.ImmutableMap<SchemeActionType,String> |
getActionConfigNames() |
Optional<com.google.common.collect.ImmutableMap<SchemeActionType,com.google.common.collect.ImmutableMap<XCScheme.AdditionalActions,com.google.common.collect.ImmutableList<String>>>> |
getAdditionalSchemeActions() |
Optional<String> |
getApplicationLanguage() |
Optional<String> |
getApplicationRegion() |
Optional<com.google.common.collect.ImmutableMap<SchemeActionType,com.google.common.collect.ImmutableMap<String,String>>> |
getCommandLineArguments() |
com.google.common.collect.ImmutableList<UnconfiguredBuildTarget> |
getCompatibleWith()
A list of
config_setting a target is compatible with. |
Optional<UnconfiguredBuildTarget> |
getDefaultTargetPlatform()
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
|
Optional<com.google.common.collect.ImmutableMap<SchemeActionType,com.google.common.collect.ImmutableMap<String,String>>> |
getEnvironmentVariables() |
Optional<com.google.common.collect.ImmutableMap<SchemeActionType,BuildTarget>> |
getExpandVariablesBasedOn() |
Optional<String> |
getExplicitRunnablePath() |
com.google.common.collect.ImmutableSortedMap<String,BuildTarget> |
getExtraSchemes() |
com.google.common.collect.ImmutableSortedSet<BuildTarget> |
getExtraShallowTargets() |
com.google.common.collect.ImmutableSortedSet<BuildTarget> |
getExtraTargets() |
com.google.common.collect.ImmutableSortedSet<BuildTarget> |
getExtraTests() |
Optional<Boolean> |
getIsRemoteRunnable() |
com.google.common.collect.ImmutableSortedSet<String> |
getLabels() |
Optional<XCScheme.LaunchAction.LaunchStyle> |
getLaunchStyle() |
com.google.common.collect.ImmutableSet<SourcePath> |
getLicenses() |
String |
getName()
Each rule has a name
|
Optional<String> |
getNotificationPayloadFile() |
Optional<BuildTarget> |
getSrcTarget() |
Optional<Boolean> |
getWasCreatedForAppExtension()
Add value to scheme to indicate it will be used to work on an app extension.
|
Optional<XCScheme.LaunchAction.WatchInterface> |
getWatchInterface() |
Optional<String> |
getWorkspaceName() |
int |
hashCode()
Computes a hash code from attributes:
srcTarget, extraTests, extraTargets, extraShallowTargets, workspaceName, actionConfigNames, extraSchemes, environmentVariables, commandLineArguments, applicationLanguage, applicationRegion, expandVariablesBasedOn, wasCreatedForAppExtension, isRemoteRunnable, explicitRunnablePath, notificationPayloadFile, watchInterface, launchStyle, additionalSchemeActions, compatibleWith, defaultTargetPlatform, labels, licenses, name. |
String |
toString()
Prints the immutable value
XcodeWorkspaceConfigDescriptionArg with attribute values. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitlabelsContainsAnyOfpublic Optional<BuildTarget> getSrcTarget()
srcTarget attributepublic com.google.common.collect.ImmutableSortedSet<BuildTarget> getExtraTests()
extraTests attributepublic com.google.common.collect.ImmutableSortedSet<BuildTarget> getExtraTargets()
extraTargets attributepublic com.google.common.collect.ImmutableSortedSet<BuildTarget> getExtraShallowTargets()
extraShallowTargets attributepublic Optional<String> getWorkspaceName()
workspaceName attributepublic com.google.common.collect.ImmutableMap<SchemeActionType,String> getActionConfigNames()
actionConfigNames attributepublic com.google.common.collect.ImmutableSortedMap<String,BuildTarget> getExtraSchemes()
extraSchemes attributepublic Optional<com.google.common.collect.ImmutableMap<SchemeActionType,com.google.common.collect.ImmutableMap<String,String>>> getEnvironmentVariables()
environmentVariables attributepublic Optional<com.google.common.collect.ImmutableMap<SchemeActionType,com.google.common.collect.ImmutableMap<String,String>>> getCommandLineArguments()
commandLineArguments attributepublic Optional<String> getApplicationLanguage()
applicationLanguage attributepublic Optional<String> getApplicationRegion()
applicationRegion attributepublic Optional<com.google.common.collect.ImmutableMap<SchemeActionType,BuildTarget>> getExpandVariablesBasedOn()
expandVariablesBasedOn attributepublic Optional<Boolean> getWasCreatedForAppExtension()
public Optional<Boolean> getIsRemoteRunnable()
isRemoteRunnable attributepublic Optional<String> getExplicitRunnablePath()
explicitRunnablePath attributepublic Optional<String> getNotificationPayloadFile()
notificationPayloadFile attributepublic Optional<XCScheme.LaunchAction.WatchInterface> getWatchInterface()
watchInterface attributepublic Optional<XCScheme.LaunchAction.LaunchStyle> getLaunchStyle()
launchStyle attributepublic Optional<com.google.common.collect.ImmutableMap<SchemeActionType,com.google.common.collect.ImmutableMap<XCScheme.AdditionalActions,com.google.common.collect.ImmutableList<String>>>> getAdditionalSchemeActions()
additionalSchemeActions attributepublic com.google.common.collect.ImmutableList<UnconfiguredBuildTarget> getCompatibleWith()
BuildRuleArgconfig_setting a target is compatible with.compatibleWith attributepublic Optional<UnconfiguredBuildTarget> getDefaultTargetPlatform()
BuildRuleArgThe value is a build target, but we specify it as string, because this function is not actually called, but the attr is fetched by name from the raw (unconfigured) target node.
defaultTargetPlatform attributepublic com.google.common.collect.ImmutableSortedSet<String> getLabels()
labels attributepublic com.google.common.collect.ImmutableSet<SourcePath> getLicenses()
licenses attributepublic String getName()
ConstructorArgname attributepublic boolean equals(@Nullable Object another)
XcodeWorkspaceConfigDescriptionArg that have equal attribute values.public int hashCode()
srcTarget, extraTests, extraTargets, extraShallowTargets, workspaceName, actionConfigNames, extraSchemes, environmentVariables, commandLineArguments, applicationLanguage, applicationRegion, expandVariablesBasedOn, wasCreatedForAppExtension, isRemoteRunnable, explicitRunnablePath, notificationPayloadFile, watchInterface, launchStyle, additionalSchemeActions, compatibleWith, defaultTargetPlatform, labels, licenses, name.public String toString()
XcodeWorkspaceConfigDescriptionArg with attribute values.public static XcodeWorkspaceConfigDescriptionArg.Builder builder()
XcodeWorkspaceConfigDescriptionArg.