API Documentation: TargetMachine

Represents a combination of operating system and cpu architecture that a variant might be built for.

Note: This interface is not intended for implementation by build script or plugin authors. Use dev.nokee.platform.nativebase.TargetMachineFactory to create an instance.

Properties

Property Description

architecture

The target architecture.

operatingSystemFamily

The target operating system family.

Methods

No methods.

Property Details

MachineArchitecture architecture (read-only)

The target architecture.

OperatingSystemFamily operatingSystemFamily (read-only)

The target operating system family.

Method Details

void dependencies(Action<? super T> action)

Configure the dependencies of this component.

void dependencies(Closure<Void> closure)

Configure the dependencies of this component.