| Modifier and Type | Method and Description |
|---|---|
static FluentActivationOSBuilder |
FluentActivationOSBuilder.newActivationOS()
This is an activator which will detect an operating
system's attributes in order to activate
its profile.
|
FluentActivationOSBuilder |
FluentActivationOSBuilder.withArch(java.lang.String arch)
Set the architecture of the OS to be used to activate a
profile.
|
FluentActivationOSBuilder |
FluentActivationOSBuilder.withFamily(java.lang.String family)
Set the general family of the OS to be used to activate a
profile (e.g.
|
FluentActivationOSBuilder |
FluentActivationOSBuilder.withName(java.lang.String name)
Set the name of the OS to be used to activate a profile.
|
FluentActivationOSBuilder |
FluentActivationOSBuilder.withVersion(java.lang.String version)
Set the version of the OS to be used to activate a profile.
|
| Modifier and Type | Method and Description |
|---|---|
FluentActivationBuilder |
FluentActivationBuilder.withOs(FluentActivationOSBuilder os)
Specifies that this profile will be activated when
matching OS attributes are detected.
|
Copyright © 2014 Yandex. All Rights Reserved.