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.
- 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
- activeString(String) - Method in class org.apache.maven.api.settings.Proxy.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
- 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
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.
- getActiveString() - Method in class org.apache.maven.api.settings.Proxy
- 
Whether this proxy configuration is the active one.
- 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.
- getColumnNumber() - Method in class org.apache.maven.api.settings.InputLocation
- 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
- 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".
- getLineNumber() - Method in class org.apache.maven.api.settings.InputLocation
- getLocalRepository() - Method in class org.apache.maven.api.settings.Settings
- 
The local repository.
 Default value is:${user.home}/.m2/repository
- getLocation() - Method in class org.apache.maven.api.settings.InputSource
- 
Get the path/URL of the settings definition ornullif unknown.
- getLocation(Object) - Method in class org.apache.maven.api.settings.Activation
- 
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.ActivationFile
- 
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.ActivationOS
- 
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.ActivationProperty
- 
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.InputLocation
- getLocation(Object) - Method in interface org.apache.maven.api.settings.InputLocationTracker
- getLocation(Object) - Method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.TrackableBase
- 
Gets the location of the specified field in the input source.
- getLocations() - Method in class org.apache.maven.api.settings.InputLocation
- getMirrorOf() - Method in class org.apache.maven.api.settings.Mirror
- 
The server ID of the repository being mirrored, e.g., "central".
- 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.
- getNamespaceUri() - Method in class org.apache.maven.api.settings.Settings
- 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.
- getPluginRepositories() - Method in class org.apache.maven.api.settings.Settings
- 
The lists of the remote repositories for discovering plugins.
- getPort() - Method in class org.apache.maven.api.settings.Proxy
- 
Returns the port to use for this proxy.
- getPortString() - 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.
- 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.
- getRepositories() - Method in class org.apache.maven.api.settings.Settings
- 
The lists of the remote repositories.
- 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
- getSource() - Method in class org.apache.maven.api.settings.InputLocation
- 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
- 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 forMirror,Profile,ProxyandServer.
- IdentifiableBase.Builder - Class in org.apache.maven.api.settings
- 
Builder class used to create IdentifiableBase instances.
- InputLocation - Class in org.apache.maven.api.settings
- 
Class InputLocation.
- InputLocation(int, int) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(int, int, InputSource) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(int, int, InputSource, Object) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(int, int, InputSource, Map<Object, InputLocation>) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(InputSource) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation.StringFormatter - Interface in org.apache.maven.api.settings
- 
Class StringFormatter.
- InputLocationTracker - Interface in org.apache.maven.api.settings
- InputSource - Class in org.apache.maven.api.settings
- 
Class InputSource.
- InputSource(String) - Constructor for class org.apache.maven.api.settings.InputSource
- interactiveMode(boolean) - Method in class org.apache.maven.api.settings.Settings.Builder
- isActive() - Method in class org.apache.maven.api.settings.Proxy
- 
Indicates if this proxy is active.
- 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
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Activation.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.ActivationFile.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.IdentifiableBase.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Mirror.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Profile.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Proxy.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Repository.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Server.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Settings.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.TrackableBase.Builder
M
- merge(InputLocation, InputLocation, boolean) - Static method in class org.apache.maven.api.settings.InputLocation
- 
Merges thesourcelocation into thetargetlocation.
- merge(InputLocation, InputLocation, Collection<Integer>) - Static method in class org.apache.maven.api.settings.InputLocation
- 
Merges thesourcelocation into thetargetlocation.
- 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
- namespaceUri(String) - Method in class org.apache.maven.api.settings.Settings.Builder
- newBuilder() - Static method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationbuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.ActivationFile
- 
Creates a newActivationFilebuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSbuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.ActivationProperty
- 
Creates a newActivationPropertybuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.IdentifiableBase
- 
Creates a newIdentifiableBasebuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorbuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfilebuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxybuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositorybuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBasebuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicybuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.Server
- 
Creates a newServerbuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsbuilder instance.
- newBuilder() - Static method in class org.apache.maven.api.settings.TrackableBase
- 
Creates a newTrackableBasebuilder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationbuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
- 
Creates a newActivationFilebuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSbuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
- 
Creates a newActivationPropertybuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
- 
Creates a newIdentifiableBasebuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorbuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfilebuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxybuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositorybuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBasebuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicybuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Server
- 
Creates a newServerbuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsbuilder instance using default values or not.
- newBuilder(boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
- 
Creates a newTrackableBasebuilder instance using default values or not.
- newBuilder(Activation) - Static method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationbuilder instance using the specified object as a basis.
- newBuilder(ActivationFile) - Static method in class org.apache.maven.api.settings.ActivationFile
- 
Creates a newActivationFilebuilder instance using the specified object as a basis.
- newBuilder(ActivationFile, boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
- 
Creates a newActivationFilebuilder instance using the specified object as a basis.
- newBuilder(ActivationOS) - Static method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSbuilder instance using the specified object as a basis.
- newBuilder(ActivationOS, boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSbuilder instance using the specified object as a basis.
- newBuilder(Activation, boolean) - Static method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationbuilder instance using the specified object as a basis.
- newBuilder(ActivationProperty) - Static method in class org.apache.maven.api.settings.ActivationProperty
- 
Creates a newActivationPropertybuilder instance using the specified object as a basis.
- newBuilder(ActivationProperty, boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
- 
Creates a newActivationPropertybuilder instance using the specified object as a basis.
- newBuilder(IdentifiableBase) - Static method in class org.apache.maven.api.settings.IdentifiableBase
- 
Creates a newIdentifiableBasebuilder instance using the specified object as a basis.
- newBuilder(IdentifiableBase, boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
- 
Creates a newIdentifiableBasebuilder instance using the specified object as a basis.
- newBuilder(Mirror) - Static method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorbuilder instance using the specified object as a basis.
- newBuilder(Mirror, boolean) - Static method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorbuilder instance using the specified object as a basis.
- newBuilder(Profile) - Static method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfilebuilder instance using the specified object as a basis.
- newBuilder(Profile, boolean) - Static method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfilebuilder instance using the specified object as a basis.
- newBuilder(Proxy) - Static method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxybuilder instance using the specified object as a basis.
- newBuilder(Proxy, boolean) - Static method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxybuilder instance using the specified object as a basis.
- newBuilder(Repository) - Static method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositorybuilder instance using the specified object as a basis.
- newBuilder(RepositoryBase) - Static method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBasebuilder instance using the specified object as a basis.
- newBuilder(RepositoryBase, boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBasebuilder instance using the specified object as a basis.
- newBuilder(Repository, boolean) - Static method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositorybuilder instance using the specified object as a basis.
- newBuilder(RepositoryPolicy) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicybuilder instance using the specified object as a basis.
- newBuilder(RepositoryPolicy, boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicybuilder instance using the specified object as a basis.
- newBuilder(Server) - Static method in class org.apache.maven.api.settings.Server
- 
Creates a newServerbuilder instance using the specified object as a basis.
- newBuilder(Server, boolean) - Static method in class org.apache.maven.api.settings.Server
- 
Creates a newServerbuilder instance using the specified object as a basis.
- newBuilder(Settings) - Static method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsbuilder instance using the specified object as a basis.
- newBuilder(Settings, boolean) - Static method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsbuilder instance using the specified object as a basis.
- newBuilder(TrackableBase) - Static method in class org.apache.maven.api.settings.TrackableBase
- 
Creates a newTrackableBasebuilder instance using the specified object as a basis.
- newBuilder(TrackableBase, boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
- 
Creates a newTrackableBasebuilder instance using the specified object as a basis.
- newInstance() - Static method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.ActivationFile
- 
Creates a newActivationFileinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.ActivationProperty
- 
Creates a newActivationPropertyinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.IdentifiableBase
- 
Creates a newIdentifiableBaseinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfileinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositoryinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBaseinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicyinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance.
- newInstance() - Static method in class org.apache.maven.api.settings.TrackableBase
- 
Creates a newTrackableBaseinstance.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
- 
Creates a newActivationFileinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
- 
Creates a newActivationPropertyinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
- 
Creates a newIdentifiableBaseinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfileinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositoryinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBaseinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicyinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using default values or not.
- newInstance(boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
- 
Creates a newTrackableBaseinstance 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
- pluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Settings.Builder
- portString(String) - 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
- PROJECT_LEVEL - Static variable in class org.apache.maven.api.settings.TrackableBase
- 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
- repositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Settings.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.InputSource
- toString() - Method in class org.apache.maven.api.settings.Mirror
- toString(InputLocation) - Method in interface org.apache.maven.api.settings.InputLocation.StringFormatter
- 
Method toString.
- 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 newProfileinstance using the specified activation.
- withActiveByDefault(boolean) - Method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationinstance using the specified activeByDefault.
- withActiveProfiles(Collection<String>) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified activeProfiles.
- withActiveString(String) - Method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using the specified activeString.
- withArch(String) - Method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSinstance using the specified arch.
- withBlocked(boolean) - Method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance using the specified blocked.
- withChecksumPolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicyinstance using the specified checksumPolicy.
- withConfiguration(XmlNode) - Method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using the specified configuration.
- withDirectoryPermissions(String) - Method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using the specified directoryPermissions.
- withEnabled(boolean) - Method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicyinstance using the specified enabled.
- withExists(String) - Method in class org.apache.maven.api.settings.ActivationFile
- 
Creates a newActivationFileinstance using the specified exists.
- withFamily(String) - Method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSinstance using the specified family.
- withFile(ActivationFile) - Method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationinstance using the specified file.
- withFilePermissions(String) - Method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using the specified filePermissions.
- withHost(String) - Method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using the specified host.
- withId(String) - Method in class org.apache.maven.api.settings.IdentifiableBase
- 
Creates a newIdentifiableBaseinstance using the specified id.
- withId(String) - Method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance using the specified id.
- withId(String) - Method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfileinstance using the specified id.
- withId(String) - Method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using the specified id.
- withId(String) - Method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositoryinstance using the specified id.
- withId(String) - Method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBaseinstance using the specified id.
- withId(String) - Method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using the specified id.
- withInteractiveMode(boolean) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified interactiveMode.
- withJdk(String) - Method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationinstance using the specified jdk.
- withLayout(String) - Method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance using the specified layout.
- withLayout(String) - Method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositoryinstance using the specified layout.
- withLayout(String) - Method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBaseinstance using the specified layout.
- withLocalRepository(String) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified localRepository.
- withMirrorOf(String) - Method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance using the specified mirrorOf.
- withMirrorOfLayouts(String) - Method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance using the specified mirrorOfLayouts.
- withMirrors(Collection<Mirror>) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified mirrors.
- withMissing(String) - Method in class org.apache.maven.api.settings.ActivationFile
- 
Creates a newActivationFileinstance using the specified missing.
- withName(String) - Method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSinstance using the specified name.
- withName(String) - Method in class org.apache.maven.api.settings.ActivationProperty
- 
Creates a newActivationPropertyinstance using the specified name.
- withName(String) - Method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance using the specified name.
- withName(String) - Method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositoryinstance using the specified name.
- withName(String) - Method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBaseinstance using the specified name.
- withNonProxyHosts(String) - Method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using the specified nonProxyHosts.
- withOffline(boolean) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified offline.
- withOs(ActivationOS) - Method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationinstance using the specified os.
- withPassphrase(String) - Method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using the specified passphrase.
- withPassword(String) - Method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using the specified password.
- withPassword(String) - Method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using the specified password.
- withPluginGroups(Collection<String>) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified pluginGroups.
- withPluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfileinstance using the specified pluginRepositories.
- withPluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified pluginRepositories.
- withPortString(String) - Method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using the specified portString.
- withPrivateKey(String) - Method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using the specified privateKey.
- withProfiles(Collection<Profile>) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified profiles.
- withProperties(Map<String, String>) - Method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfileinstance using the specified properties.
- withProperty(ActivationProperty) - Method in class org.apache.maven.api.settings.Activation
- 
Creates a newActivationinstance using the specified property.
- withProtocol(String) - Method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using the specified protocol.
- withProxies(Collection<Proxy>) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified proxies.
- withReleases(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositoryinstance using the specified releases.
- withRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile
- 
Creates a newProfileinstance using the specified repositories.
- withRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified repositories.
- withServers(Collection<Server>) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified servers.
- withSnapshots(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositoryinstance using the specified snapshots.
- withUpdatePolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy
- 
Creates a newRepositoryPolicyinstance using the specified updatePolicy.
- withUrl(String) - Method in class org.apache.maven.api.settings.Mirror
- 
Creates a newMirrorinstance using the specified url.
- withUrl(String) - Method in class org.apache.maven.api.settings.Repository
- 
Creates a newRepositoryinstance using the specified url.
- withUrl(String) - Method in class org.apache.maven.api.settings.RepositoryBase
- 
Creates a newRepositoryBaseinstance using the specified url.
- withUsePluginRegistry(boolean) - Method in class org.apache.maven.api.settings.Settings
- 
Creates a newSettingsinstance using the specified usePluginRegistry.
- withUsername(String) - Method in class org.apache.maven.api.settings.Proxy
- 
Creates a newProxyinstance using the specified username.
- withUsername(String) - Method in class org.apache.maven.api.settings.Server
- 
Creates a newServerinstance using the specified username.
- withValue(String) - Method in class org.apache.maven.api.settings.ActivationProperty
- 
Creates a newActivationPropertyinstance using the specified value.
- withVersion(String) - Method in class org.apache.maven.api.settings.ActivationOS
- 
Creates a newActivationOSinstance using the specified version.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form