Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- activation(Activation) - Method in class org.apache.maven.api.settings.Profile.Builder
- Activation - Class in org.apache.maven.api.settings
-
The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
- Activation.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Activation instances.
- ActivationFile - Class in org.apache.maven.api.settings
-
This is the file specification used to activate a profile.
- ActivationFile.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create ActivationFile instances.
- ActivationOS - Class in org.apache.maven.api.settings
-
This is an activator which will detect an operating system's attributes in order to activate its profile.
- ActivationOS.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create ActivationOS instances.
- ActivationProperty - Class in org.apache.maven.api.settings
-
This is the property specification used to activate a profile.
- ActivationProperty.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create ActivationProperty instances.
- active(boolean) - Method in class org.apache.maven.api.settings.Proxy.Builder
- activeByDefault(boolean) - Method in class org.apache.maven.api.settings.Activation.Builder
- activeProfiles(Collection<String>) - Method in class org.apache.maven.api.settings.Settings.Builder
- arch(String) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
B
- blocked(boolean) - Method in class org.apache.maven.api.settings.Mirror.Builder
- build() - Method in class org.apache.maven.api.settings.Activation.Builder
- build() - Method in class org.apache.maven.api.settings.ActivationFile.Builder
- build() - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- build() - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- build() - Method in class org.apache.maven.api.settings.IdentifiableBase.Builder
- build() - Method in class org.apache.maven.api.settings.Mirror.Builder
- build() - Method in class org.apache.maven.api.settings.Profile.Builder
- build() - Method in class org.apache.maven.api.settings.Proxy.Builder
- build() - Method in class org.apache.maven.api.settings.Repository.Builder
- build() - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- build() - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- build() - Method in class org.apache.maven.api.settings.Server.Builder
- build() - Method in class org.apache.maven.api.settings.Settings.Builder
- build() - Method in class org.apache.maven.api.settings.TrackableBase.Builder
C
- checksumPolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.settings.Server.Builder
D
- directoryPermissions(String) - Method in class org.apache.maven.api.settings.Server.Builder
E
- enabled(boolean) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- equals(Object) - Method in class org.apache.maven.api.settings.Repository
- equals(Object) - Method in class org.apache.maven.api.settings.RepositoryBase
- exists(String) - Method in class org.apache.maven.api.settings.ActivationFile.Builder
F
- family(String) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- file(ActivationFile) - Method in class org.apache.maven.api.settings.Activation.Builder
- filePermissions(String) - Method in class org.apache.maven.api.settings.Server.Builder
- flushActiveProxy() - Method in class org.apache.maven.api.settings.Settings
-
Reset the
activeProxy
field tonull
- flushProfileMap() - Method in class org.apache.maven.api.settings.Settings
-
Reset the
profileMap
field tonull
G
- getActivation() - Method in class org.apache.maven.api.settings.Profile
-
The conditional logic which will automatically trigger the inclusion of this profile.
- getActiveProfiles() - Method in class org.apache.maven.api.settings.Settings
-
List of manually-activated build profiles, specified in the order in which they should be applied.
- getActiveProxy() - Method in class org.apache.maven.api.settings.Settings
- getArch() - Method in class org.apache.maven.api.settings.ActivationOS
-
The architecture of the OS to be used to activate a profile.
- getChecksumPolicy() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
What to do when verification of an artifact checksum fails.
- getConfiguration() - Method in class org.apache.maven.api.settings.Server
-
Extra configuration for the transport layer.
- getDirectoryPermissions() - Method in class org.apache.maven.api.settings.Server
-
The permissions for directories when they are created.
- getExists() - Method in class org.apache.maven.api.settings.ActivationFile
-
The name of the file that should exist to activate a profile.
- getFamily() - Method in class org.apache.maven.api.settings.ActivationOS
-
The general family of the OS to be used to activate a profile (e.g.
- getFile() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated based on existence of a file.
- getFilePermissions() - Method in class org.apache.maven.api.settings.Server
-
The permissions for files when they are created.
- getHost() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy host.
- getId() - Method in class org.apache.maven.api.settings.IdentifiableBase
- getId() - Method in class org.apache.maven.api.settings.RepositoryBase
-
A unique identifier for a repository.
- getInteractiveMode() - Method in class org.apache.maven.api.settings.Settings
- getJdk() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated when a matching JDK is detected.
- getLayout() - Method in class org.apache.maven.api.settings.Mirror
-
The layout of the mirror repository.
- getLayout() - Method in class org.apache.maven.api.settings.RepositoryBase
-
The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".
- getLocalRepository() - Method in class org.apache.maven.api.settings.Settings
-
The local repository.
Default value is:${user.home}/.m2/repository
- getMirrorOf() - Method in class org.apache.maven.api.settings.Mirror
-
The server ID of the repository being mirrored, e.g., "central".
- getMirrorOf(String) - Method in class org.apache.maven.api.settings.Settings
-
Deprecated.
- getMirrorOfLayouts() - Method in class org.apache.maven.api.settings.Mirror
-
The layouts of repositories being mirrored.
- getMirrors() - Method in class org.apache.maven.api.settings.Settings
-
Configuration of download mirrors for repositories.
- getMissing() - Method in class org.apache.maven.api.settings.ActivationFile
-
The name of the file that should be missing to activate a profile.
- getModelEncoding() - Method in class org.apache.maven.api.settings.Settings
- getName() - Method in class org.apache.maven.api.settings.ActivationOS
-
The name of the OS to be used to activate a profile.
- getName() - Method in class org.apache.maven.api.settings.ActivationProperty
-
The name of the property to be used to activate a profile.
- getName() - Method in class org.apache.maven.api.settings.Mirror
-
The optional name that describes the mirror.
- getName() - Method in class org.apache.maven.api.settings.RepositoryBase
-
Human readable name of the repository.
- getNonProxyHosts() - Method in class org.apache.maven.api.settings.Proxy
-
The list of non-proxied hosts (delimited by |).
- getOs() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated when matching OS attributes are detected.
- getPassphrase() - Method in class org.apache.maven.api.settings.Server
-
The passphrase used in conjunction with the privateKey to authenticate.
- getPassword() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy password.
- getPassword() - Method in class org.apache.maven.api.settings.Server
-
The password used in conjunction with the username to authenticate.
- getPluginGroups() - Method in class org.apache.maven.api.settings.Settings
-
List of groupIds to search for a plugin when that plugin groupId is not explicitly provided.
- getPluginRepositories() - Method in class org.apache.maven.api.settings.Profile
-
The lists of the remote repositories for discovering plugins.
- getPort() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy port.
- getPrivateKey() - Method in class org.apache.maven.api.settings.Server
-
The private key location used to authenticate.
- getProfiles() - Method in class org.apache.maven.api.settings.Settings
-
Configuration of build profiles for adjusting the build according to environmental parameters.
- getProfilesAsMap() - Method in class org.apache.maven.api.settings.Settings
- getProperties() - Method in class org.apache.maven.api.settings.Profile
-
Extended configuration specific to this profile goes here.
- getProperty() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated when this property is specified.
- getProtocol() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy protocol.
- getProxies() - Method in class org.apache.maven.api.settings.Settings
-
Configuration for different proxy profiles.
- getReleases() - Method in class org.apache.maven.api.settings.Repository
-
How to handle downloading of releases from this repository
- getRepositories() - Method in class org.apache.maven.api.settings.Profile
-
The lists of the remote repositories.
- getServer(String) - Method in class org.apache.maven.api.settings.Settings
- getServers() - Method in class org.apache.maven.api.settings.Settings
-
Configuration of server-specific settings, mainly authentication method.
- getSnapshots() - Method in class org.apache.maven.api.settings.Repository
-
How to handle downloading of snapshots from this repository
- getSourceLevel() - Method in class org.apache.maven.api.settings.TrackableBase
- getUpdatePolicy() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
The frequency for downloading updates - can be "always", "daily" (default), "interval:XXX" (in minutes) or "never" (only if it doesn't exist locally).
- getUrl() - Method in class org.apache.maven.api.settings.Mirror
-
The URL of the mirror repository.
- getUrl() - Method in class org.apache.maven.api.settings.RepositoryBase
-
The url of the repository.
- getUsername() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy user.
- getUsername() - Method in class org.apache.maven.api.settings.Server
-
The username used to authenticate.
- getValue() - Method in class org.apache.maven.api.settings.ActivationProperty
-
The value of the property to be used to activate a profile.
- getVersion() - Method in class org.apache.maven.api.settings.ActivationOS
-
The version of the OS to be used to activate a profile.
- GLOBAL_LEVEL - Static variable in class org.apache.maven.api.settings.TrackableBase
H
- hashCode() - Method in class org.apache.maven.api.settings.Repository
- hashCode() - Method in class org.apache.maven.api.settings.RepositoryBase
- host(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
I
- id(String) - Method in class org.apache.maven.api.settings.IdentifiableBase.Builder
- id(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- id(String) - Method in class org.apache.maven.api.settings.Profile.Builder
- id(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- id(String) - Method in class org.apache.maven.api.settings.Repository.Builder
- id(String) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- id(String) - Method in class org.apache.maven.api.settings.Server.Builder
- IdentifiableBase - Class in org.apache.maven.api.settings
-
Base class for
Mirror
,Profile
,Proxy
andServer
. - IdentifiableBase.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create IdentifiableBase instances.
- interactiveMode(boolean) - Method in class org.apache.maven.api.settings.Settings.Builder
- isActive() - Method in class org.apache.maven.api.settings.Proxy
-
Whether this proxy configuration is the active one.
- isActiveByDefault() - Method in class org.apache.maven.api.settings.Activation
-
Flag specifying whether this profile is active as a default.
- isBlocked() - Method in class org.apache.maven.api.settings.Mirror
-
Whether this mirror should be blocked from any download request but fail the download process, explaining why.
- isEnabled() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Whether to use this repository for downloading this type of artifact.
- isInteractiveMode() - Method in class org.apache.maven.api.settings.Settings
-
Whether Maven should attempt to interact with the user for input.
- isOffline() - Method in class org.apache.maven.api.settings.Settings
-
Indicate whether maven should operate in offline mode full-time.
- isUsePluginRegistry() - Method in class org.apache.maven.api.settings.Settings
-
Whether Maven should use the plugin-registry.xml file to manage plugin versions.
J
- jdk(String) - Method in class org.apache.maven.api.settings.Activation.Builder
L
- layout(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- layout(String) - Method in class org.apache.maven.api.settings.Repository.Builder
- layout(String) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- localRepository(String) - Method in class org.apache.maven.api.settings.Settings.Builder
M
- Mirror - Class in org.apache.maven.api.settings
-
A download mirror for a given repository.
- Mirror.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Mirror instances.
- mirrorOf(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- mirrorOfLayouts(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- mirrors(Collection<Mirror>) - Method in class org.apache.maven.api.settings.Settings.Builder
- missing(String) - Method in class org.apache.maven.api.settings.ActivationFile.Builder
- modelEncoding(String) - Method in class org.apache.maven.api.settings.Settings.Builder
N
- name(String) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- name(String) - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- name(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- name(String) - Method in class org.apache.maven.api.settings.Repository.Builder
- name(String) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- newBuilder() - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
builder instance. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
builder instance using default values or not. - newBuilder(Activation) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
builder instance using the specified object as a basis. - newBuilder(ActivationFile) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
builder instance using the specified object as a basis. - newBuilder(ActivationFile, boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
builder instance using the specified object as a basis. - newBuilder(ActivationOS) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
builder instance using the specified object as a basis. - newBuilder(ActivationOS, boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
builder instance using the specified object as a basis. - newBuilder(Activation, boolean) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
builder instance using the specified object as a basis. - newBuilder(ActivationProperty) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using the specified object as a basis. - newBuilder(ActivationProperty, boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using the specified object as a basis. - newBuilder(IdentifiableBase) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
builder instance using the specified object as a basis. - newBuilder(IdentifiableBase, boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
builder instance using the specified object as a basis. - newBuilder(Mirror) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
builder instance using the specified object as a basis. - newBuilder(Mirror, boolean) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
builder instance using the specified object as a basis. - newBuilder(Profile) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
builder instance using the specified object as a basis. - newBuilder(Profile, boolean) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
builder instance using the specified object as a basis. - newBuilder(Proxy) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
builder instance using the specified object as a basis. - newBuilder(Proxy, boolean) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
builder instance using the specified object as a basis. - newBuilder(Repository) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
builder instance using the specified object as a basis. - newBuilder(RepositoryBase) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using the specified object as a basis. - newBuilder(RepositoryBase, boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using the specified object as a basis. - newBuilder(Repository, boolean) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
builder instance using the specified object as a basis. - newBuilder(RepositoryPolicy) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using the specified object as a basis. - newBuilder(RepositoryPolicy, boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using the specified object as a basis. - newBuilder(Server) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
builder instance using the specified object as a basis. - newBuilder(Server, boolean) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
builder instance using the specified object as a basis. - newBuilder(Settings) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
builder instance using the specified object as a basis. - newBuilder(Settings, boolean) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
builder instance using the specified object as a basis. - newBuilder(TrackableBase) - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
builder instance using the specified object as a basis. - newBuilder(TrackableBase, boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
builder instance using the specified object as a basis. - newInstance() - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance. - newInstance() - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
instance. - newInstance() - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance. - newInstance() - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
instance. - newInstance() - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance. - newInstance() - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance. - newInstance() - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance. - newInstance() - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
instance. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
instance using default values or not. - nonProxyHosts(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
O
- offline(boolean) - Method in class org.apache.maven.api.settings.Settings.Builder
- org.apache.maven.api.settings - package org.apache.maven.api.settings
- os(ActivationOS) - Method in class org.apache.maven.api.settings.Activation.Builder
P
- passphrase(String) - Method in class org.apache.maven.api.settings.Server.Builder
- password(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- password(String) - Method in class org.apache.maven.api.settings.Server.Builder
- pluginGroups(Collection<String>) - Method in class org.apache.maven.api.settings.Settings.Builder
- pluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile.Builder
- port(int) - Method in class org.apache.maven.api.settings.Proxy.Builder
- privateKey(String) - Method in class org.apache.maven.api.settings.Server.Builder
- Profile - Class in org.apache.maven.api.settings
-
Modifications to the build process which is keyed on some sort of environmental parameter.
- Profile.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Profile instances.
- profiles(Collection<Profile>) - Method in class org.apache.maven.api.settings.Settings.Builder
- properties(Map<String, String>) - Method in class org.apache.maven.api.settings.Profile.Builder
- property(ActivationProperty) - Method in class org.apache.maven.api.settings.Activation.Builder
- protocol(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- proxies(Collection<Proxy>) - Method in class org.apache.maven.api.settings.Settings.Builder
- Proxy - Class in org.apache.maven.api.settings
-
The
<proxy>
element contains informations required to a proxy settings. - Proxy.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Proxy instances.
R
- releases(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository.Builder
- repositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile.Builder
- Repository - Class in org.apache.maven.api.settings
-
Repository contains the information needed for establishing connections with remote repository
- Repository.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Repository instances.
- RepositoryBase - Class in org.apache.maven.api.settings
-
Repository contains the information needed for establishing connections with remote repository
- RepositoryBase.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create RepositoryBase instances.
- RepositoryPolicy - Class in org.apache.maven.api.settings
-
Download policy
- RepositoryPolicy.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create RepositoryPolicy instances.
S
- Server - Class in org.apache.maven.api.settings
-
The
<server>
element contains informations required to a server settings. - Server.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Server instances.
- servers(Collection<Server>) - Method in class org.apache.maven.api.settings.Settings.Builder
- setSourceLevel(String) - Method in class org.apache.maven.api.settings.TrackableBase
- Settings - Class in org.apache.maven.api.settings
-
Root element of the user configuration file.
- Settings.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Settings instances.
- snapshots(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository.Builder
T
- toString() - Method in class org.apache.maven.api.settings.Mirror
- TrackableBase - Class in org.apache.maven.api.settings
-
common base class that contains code to track the source for this instance (USER|GLOBAL)
- TrackableBase.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create TrackableBase instances.
U
- updatePolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- url(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- url(String) - Method in class org.apache.maven.api.settings.Repository.Builder
- url(String) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- usePluginRegistry(boolean) - Method in class org.apache.maven.api.settings.Settings.Builder
- USER_LEVEL - Static variable in class org.apache.maven.api.settings.TrackableBase
- username(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- username(String) - Method in class org.apache.maven.api.settings.Server.Builder
V
- value(String) - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- version(String) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
W
- with() - Method in class org.apache.maven.api.settings.Activation
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Profile
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Repository
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Server
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Settings
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new builder with this object as the basis.
- withActivation(Activation) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified activation. - withActive(boolean) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified active. - withActiveByDefault(boolean) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified activeByDefault. - withActiveProfiles(Collection<String>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified activeProfiles. - withArch(String) - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using the specified arch. - withBlocked(boolean) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified blocked. - withChecksumPolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified checksumPolicy. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified configuration. - withDirectoryPermissions(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified directoryPermissions. - withEnabled(boolean) - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified enabled. - withExists(String) - Method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
instance using the specified exists. - withFamily(String) - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using the specified family. - withFile(ActivationFile) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified file. - withFilePermissions(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified filePermissions. - withHost(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified host. - withId(String) - Method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified id. - withInteractiveMode(boolean) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified interactiveMode. - withJdk(String) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified jdk. - withLayout(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified layout. - withLayout(String) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified layout. - withLayout(String) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified layout. - withLocalRepository(String) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified localRepository. - withMirrorOf(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified mirrorOf. - withMirrorOfLayouts(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified mirrorOfLayouts. - withMirrors(Collection<Mirror>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified mirrors. - withMissing(String) - Method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
instance using the specified missing. - withName(String) - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified name. - withNonProxyHosts(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified nonProxyHosts. - withOffline(boolean) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified offline. - withOs(ActivationOS) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified os. - withPassphrase(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified passphrase. - withPassword(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified password. - withPassword(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified password. - withPluginGroups(Collection<String>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified pluginGroups. - withPluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified pluginRepositories. - withPort(int) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified port. - withPrivateKey(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified privateKey. - withProfiles(Collection<Profile>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified profiles. - withProperties(Map<String, String>) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified properties. - withProperty(ActivationProperty) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified property. - withProtocol(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified protocol. - withProxies(Collection<Proxy>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified proxies. - withReleases(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified releases. - withRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified repositories. - withServers(Collection<Server>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified servers. - withSnapshots(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified snapshots. - withUpdatePolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified updatePolicy. - withUrl(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified url. - withUsePluginRegistry(boolean) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified usePluginRegistry. - withUsername(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified username. - withUsername(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified username. - withValue(String) - Method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
instance using the specified value. - withVersion(String) - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using the specified version.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form