Modifier and Type | Class and Description |
---|---|
class |
Mirror
A download mirror for a given repository.
|
class |
Profile
Modifications to the build process which is keyed on some
sort of environmental parameter.
|
class |
Proxy
The
<proxy> element contains informations required to a proxy settings. |
class |
Server
The
<server> element contains informations required to a server settings. |
Modifier and Type | Method and Description |
---|---|
IdentifiableBase |
IdentifiableBase.Builder.build() |
static IdentifiableBase |
IdentifiableBase.newInstance()
Creates a new
IdentifiableBase instance. |
static IdentifiableBase |
IdentifiableBase.newInstance(boolean withDefaults)
Creates a new
IdentifiableBase instance using default values or not. |
IdentifiableBase |
IdentifiableBase.withId(String id)
Creates a new
IdentifiableBase instance using the specified id. |
Modifier and Type | Method and Description |
---|---|
static IdentifiableBase.Builder |
IdentifiableBase.newBuilder(IdentifiableBase from)
Creates a new
IdentifiableBase builder instance using the specified object as a basis. |
static IdentifiableBase.Builder |
IdentifiableBase.newBuilder(IdentifiableBase from,
boolean forceCopy)
Creates a new
IdentifiableBase builder instance using the specified object as a basis. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.