public class FluentActivationOSBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.settings.ActivationOS |
build() |
static FluentActivationOSBuilder |
newActivationOS()
This is an activator which will detect an operating
system's attributes in order to activate
its profile.
|
FluentActivationOSBuilder |
withArch(java.lang.String arch)
Set the architecture of the OS to be used to activate a
profile.
|
FluentActivationOSBuilder |
withFamily(java.lang.String family)
Set the general family of the OS to be used to activate a
profile (e.g.
|
FluentActivationOSBuilder |
withName(java.lang.String name)
Set the name of the OS to be used to activate a profile.
|
FluentActivationOSBuilder |
withVersion(java.lang.String version)
Set the version of the OS to be used to activate a profile.
|
public static FluentActivationOSBuilder newActivationOS()
public org.apache.maven.settings.ActivationOS build()
public FluentActivationOSBuilder withArch(java.lang.String arch)
arch - public FluentActivationOSBuilder withFamily(java.lang.String family)
family - public FluentActivationOSBuilder withName(java.lang.String name)
name - public FluentActivationOSBuilder withVersion(java.lang.String version)
version - Copyright © 2014 Yandex. All Rights Reserved.