- 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 System 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
-
- 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(boolean) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new Activation
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(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() - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new ActivationFile
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new ActivationFile
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new ActivationOS
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new ActivationOS
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new ActivationProperty
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new ActivationProperty
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new IdentifiableBase
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new IdentifiableBase
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new Mirror
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new Mirror
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new Profile
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new Profile
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new Proxy
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new Proxy
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new Repository
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new Repository
builder instance using default values or not.
- 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(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() - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new RepositoryBase
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new RepositoryBase
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new RepositoryPolicy
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new RepositoryPolicy
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.Server
-
Creates a new Server
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new Server
builder instance using default values or not.
- 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() - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new Settings
builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new Settings
builder instance using default values or not.
- 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() - 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.TrackableBase
-
Creates a new TrackableBase
builder instance using default values or not.
- 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(boolean) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new Activation
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new ActivationFile
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new ActivationFile
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new ActivationOS
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new ActivationOS
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new ActivationProperty
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new ActivationProperty
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new IdentifiableBase
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new IdentifiableBase
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new Mirror
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new Mirror
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new Profile
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new Profile
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new Proxy
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new Proxy
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new Repository
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new Repository
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new RepositoryBase
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new RepositoryBase
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new RepositoryPolicy
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new RepositoryPolicy
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.Server
-
Creates a new Server
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new Server
instance using default values or not.
- newInstance() - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new Settings
instance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new Settings
instance using default values or not.
- 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.TrackableBase
-
Creates a new TrackableBase
instance using default values or not.
- nonProxyHosts(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
-
- 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(Dom) - 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.