public class CodeSignIdentityStoreFactory extends Object implements ToolchainFactory<CodeSignIdentityStore>
| Constructor and Description |
|---|
CodeSignIdentityStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<CodeSignIdentityStore> |
createToolchain(ToolchainProvider toolchainProvider,
ToolchainCreationContext context,
TargetConfiguration toolchainTargetConfiguration) |
static CodeSignIdentityStore |
fromSystem(ProcessExecutor processExecutor,
com.google.common.collect.ImmutableList<String> command)
Construct a store by asking the system keychain for all stored code sign identities.
|
public static CodeSignIdentityStore fromSystem(ProcessExecutor processExecutor, com.google.common.collect.ImmutableList<String> command)
The loading process is deferred till first access.
public Optional<CodeSignIdentityStore> createToolchain(ToolchainProvider toolchainProvider, ToolchainCreationContext context, TargetConfiguration toolchainTargetConfiguration)
createToolchain in interface ToolchainFactory<CodeSignIdentityStore>