Uses of Annotation Type
org.apache.maven.api.annotations.Nonnull
Packages that use Nonnull
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.-
Uses of Nonnull in org.apache.maven.api
Methods in org.apache.maven.api with annotations of type NonnullModifier and TypeMethodDescriptionVersion.asString()Returns a string representation of this version.VersionRange.asString()Returns a string representation of this version rangeSession.collectDependencies(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)Session.collectDependencies(DependencyCoordinate dependency) Shortcut forgetService(DependencyResolver.class).resolve(...)Session.collectDependencies(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)Session.createDependencyCoordinate(ArtifactCoordinate coordinate) Shortcut forgetService(DependencyFactory.class).create(...)Session.createRemoteRepository(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)Session.createRemoteRepository(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)Project.getArtifact()Artifact.getArtifactId()The artifactId of the artifact.ArtifactCoordinate.getArtifactId()The artifactId of the artifact.Project.getArtifactId()Session.getArtifactPath(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)Project.getBasedir()default BuildProject.getBuild()Node.getChildren()Gets the child nodes of this node.Artifact.getClassifier()The classifier of the artifact.ArtifactCoordinate.getClassifier()The classifier of the artifact.MojoExecution.getConfiguration()Session.getData()Project.getDependencies()DependencyCoordinate.getExclusions()MojoExecution.getExecutionId()Session.getExecutionRootDirectory()Artifact.getExtension()The file extension of the artifact.ArtifactCoordinate.getExtension()The extension of the artifact.MojoExecution.getGoal()Artifact.getGroupId()The groupId of the artifact.ArtifactCoordinate.getGroupId()The groupId of the artifact.Project.getGroupId()default StringProject.getId()Repository.getId()Gets the identifier of this repository.Session.getListeners()Returns the list of registered listeners.Session.getLocalRepository()Project.getManagedDependencies()Session.getMavenVersion()Returns the current maven versionProject.getModel()Event.getMojoExecution()Gets the current mojo execution (if any).Session.getMultiModuleProjectDirectory()Project.getPackaging()Project.getParent()LocalRepository.getPath()MojoExecution.getPlugin()Session.getPluginContext(Project project) Returns the plugin context for mojo being executed and the specifiedProject, never returnsnullas if context not present, creates it.Project.getPomPath()Returns the path to the pom file for this project.Event.getProject()Gets the current project (if any).Session.getProjects()RemoteRepository.getProtocol()Project.getRemotePluginRepositories()Project.getRemoteProjectRepositories()Node.getRemoteRepositories()Session.getRemoteRepositories()Node.getRepository()The repository where this artifact has been downloaded from.Dependency.getScope()DependencyCoordinate.getScope()<T extends Service>
TSession.getService(Class<T> clazz) Retrieves the service for the interfaceEvent.getSession()Gets the session from which this event originates.Session.getSettings()Session.getStartTime()Session.getSystemProperties()Gets the system properties to use for interpolation.Dependency.getType()The artifact type.DependencyCoordinate.getType()The type of the artifact.Event.getType()Gets the type of the event.Repository.getType()Gets the type of the repository, for example "default".RemoteRepository.getUrl()Session.getUserProperties()Gets the user properties to use for interpolation.Artifact.getVersion()The version of the artifact.ArtifactCoordinate.getVersion()The version of the artifact.Project.getVersion()Session.parseVersion(String version) Shortcut forgetService(VersionParser.class).parseVersion(...)Session.parseVersionRange(String versionRange) Shortcut forgetService(VersionParser.class).parseVersionRange(...)Node.stream()Obtain a Stream containing this node and all its descendant.Artifact.toCoordinate()Shortcut forsession.createArtifactCoordinate(artifact)Dependency.toCoordinate()Creates aDependencyCoordinatebased on thisDependency.Session.withLocalRepository(LocalRepository localRepository) Creates a derived session using the given local repository.Session.withRemoteRepositories(List<RemoteRepository> repositories) Creates a derived session using the given remote repositories.Method parameters in org.apache.maven.api with annotations of type NonnullModifier and TypeMethodDescriptionbooleanNode.accept(NodeVisitor visitor) Traverses this node and potentially its children using the specified visitor.Session.collectDependencies(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)Session.collectDependencies(DependencyCoordinate dependency) Shortcut forgetService(DependencyResolver.class).resolve(...)Session.collectDependencies(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)SessionData.computeIfAbsent(Object key, Supplier<Object> supplier) Retrieve of compute the data associated with the specified key.SessionData.computeIfAbsent(Object key, Supplier<Object> supplier) Retrieve of compute the data associated with the specified key.booleanDetermines whether the specified version is contained within this range.Session.createDependencyCoordinate(ArtifactCoordinate coordinate) Shortcut forgetService(DependencyFactory.class).create(...)Session.createRemoteRepository(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)Session.createRemoteRepository(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)Session.createRemoteRepository(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)booleanStarts the visit to the specified dependency node.Gets the session data associated with the specified key.Session.getArtifactPath(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)Session.getPathForLocalArtifact(Artifact artifact) Session.getPluginContext(Project project) Returns the plugin context for mojo being executed and the specifiedProject, never returnsnullas if context not present, creates it.<T extends Service>
TSession.getService(Class<T> clazz) Retrieves the service for the interfacebooleanSession.isVersionSnapshot(String version) Shortcut forgetService(ArtifactManager.class).isSnapshot(...)booleanEnds the visit to the specified dependency node.voidSession.parseVersion(String version) Shortcut forgetService(VersionParser.class).parseVersion(...)Session.parseVersionRange(String versionRange) Shortcut forgetService(VersionParser.class).parseVersionRange(...)voidSession.registerListener(Listener listener) Register the given listener which will receive all events.voidAssociates the specified session data with the given key.booleanAssociates the specified session data with the given key if the key is currently mapped to the given value.voidSession.setArtifactPath(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)voidSession.setArtifactPath(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)voidSession.unregisterListener(Listener listener) Unregisters a previously registered listener.Session.withLocalRepository(LocalRepository localRepository) Creates a derived session using the given local repository.Session.withRemoteRepositories(List<RemoteRepository> repositories) Creates a derived session using the given remote repositories. -
Uses of Nonnull in org.apache.maven.api.model
Methods in org.apache.maven.api.model with annotations of type NonnullModifier and TypeMethodDescriptionProfile.Builder.activation(Activation activation) Activation.Builder.activeByDefault(boolean activeByDefault) Dependency.Builder.artifactId(String artifactId) Exclusion.Builder.artifactId(String artifactId) Extension.Builder.artifactId(String artifactId) Model.Builder.artifactId(String artifactId) Parent.Builder.artifactId(String artifactId) Plugin.Builder.artifactId(String artifactId) Relocation.Builder.artifactId(String artifactId) ReportPlugin.Builder.artifactId(String artifactId) Activation.Builder.build()ActivationFile.Builder.build()ActivationOS.Builder.build()ActivationProperty.Builder.build()Build.Builder.build()BuildBase.Builder.build()CiManagement.Builder.build()ConfigurationContainer.Builder.build()Contributor.Builder.build()Dependency.Builder.build()DependencyManagement.Builder.build()DeploymentRepository.Builder.build()Developer.Builder.build()DistributionManagement.Builder.build()Exclusion.Builder.build()Extension.Builder.build()FileSet.Builder.build()IssueManagement.Builder.build()License.Builder.build()MailingList.Builder.build()Model.Builder.build()ModelBase.Builder.build()Notifier.Builder.build()Organization.Builder.build()Parent.Builder.build()PatternSet.Builder.build()Plugin.Builder.build()PluginConfiguration.Builder.build()PluginContainer.Builder.build()PluginExecution.Builder.build()PluginManagement.Builder.build()Prerequisites.Builder.build()Profile.Builder.build()Relocation.Builder.build()Reporting.Builder.build()ReportPlugin.Builder.build()ReportSet.Builder.build()Repository.Builder.build()RepositoryBase.Builder.build()RepositoryPolicy.Builder.build()Resource.Builder.build()Scm.Builder.build()Site.Builder.build()RepositoryPolicy.Builder.checksumPolicy(String checksumPolicy) Model.Builder.childProjectUrlInheritAppendPath(String childProjectUrlInheritAppendPath) Scm.Builder.childScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath) Scm.Builder.childScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath) Scm.Builder.childScmUrlInheritAppendPath(String childScmUrlInheritAppendPath) Site.Builder.childSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath) Model.Builder.ciManagement(CiManagement ciManagement) Dependency.Builder.classifier(String classifier) ConfigurationContainer.Builder.configuration(Dom configuration) Notifier.Builder.configuration(Map<String, String> configuration) Plugin.Builder.configuration(Dom configuration) PluginExecution.Builder.configuration(Dom configuration) ReportPlugin.Builder.configuration(Dom configuration) ReportSet.Builder.configuration(Dom configuration) Scm.Builder.connection(String connection) Model.Builder.contributors(Collection<Contributor> contributors) Build.Builder.defaultGoal(String defaultGoal) BuildBase.Builder.defaultGoal(String defaultGoal) DependencyManagement.Builder.dependencies(Collection<Dependency> dependencies) Model.Builder.dependencies(Collection<Dependency> dependencies) ModelBase.Builder.dependencies(Collection<Dependency> dependencies) Plugin.Builder.dependencies(Collection<Dependency> dependencies) Profile.Builder.dependencies(Collection<Dependency> dependencies) Model.Builder.dependencyManagement(DependencyManagement dependencyManagement) ModelBase.Builder.dependencyManagement(DependencyManagement dependencyManagement) Profile.Builder.dependencyManagement(DependencyManagement dependencyManagement) Model.Builder.description(String description) Scm.Builder.developerConnection(String developerConnection) Model.Builder.developers(Collection<Developer> developers) License.Builder.distribution(String distribution) Model.Builder.distributionManagement(DistributionManagement distributionManagement) ModelBase.Builder.distributionManagement(DistributionManagement distributionManagement) Profile.Builder.distributionManagement(DistributionManagement distributionManagement) DistributionManagement.Builder.downloadUrl(String downloadUrl) Reporting.Builder.excludeDefaults(String excludeDefaults) FileSet.Builder.excludes(Collection<String> excludes) PatternSet.Builder.excludes(Collection<String> excludes) Resource.Builder.excludes(Collection<String> excludes) Dependency.Builder.exclusions(Collection<Exclusion> exclusions) Plugin.Builder.executions(Collection<PluginExecution> executions) Build.Builder.extensions(Collection<Extension> extensions) Plugin.Builder.extensions(String extensions) Activation.Builder.file(ActivationFile file) Build.Builder.filters(Collection<String> filters) BuildBase.Builder.filters(Collection<String> filters) Notifier.getConfiguration()Extended configuration specific to this notifier goes here.Model.getContributors()Describes the contributors to a project that are not yet committers.DependencyManagement.getDependencies()The dependencies specified here are not used until they are referenced in a POM within the group.ModelBase.getDependencies()This element describes all of the dependencies associated with a project.Plugin.getDependencies()Additional dependencies that this project needs to introduce to the plugin's classloader.Model.getDevelopers()Describes the committers of a project.PatternSet.getExcludes()A list of patterns to exclude, e.g.Dependency.getExclusions()Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies.Plugin.getExecutions()Multiple specifications of a set of goals to execute during the build lifecycle, each having (possibly) a different configuration.Build.getExtensions()A set of build extensions to use from this project.BuildBase.getFilters()The list of filter properties files that are used when filtering is enabled.PluginExecution.getGoals()The goals to execute with the given configuration.PatternSet.getIncludes()A list of patterns to include, e.g.Model.getLicenses()This element describes all of the licenses for this project.Model.getMailingLists()Contains information about a project's mailing lists.ModelBase.getModules()The modules (sometimes called subprojects) to build as a part of this project.CiManagement.getNotifiers()Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.MailingList.getOtherArchives()The link to alternate URLs where you can browse the list archive.ModelBase.getPluginRepositories()The lists of the remote repositories for discovering plugins for builds and reports.PluginContainer.getPlugins()The list of plugins to use.Reporting.getPlugins()The reporting plugins to use and their configuration.Model.getProfiles()A listing of project-local build profiles which will modify the build process when activated.Contributor.getProperties()Properties about the contributor, such as an instant messenger handle.ModelBase.getProperties()Properties that can be used throughout the POM as a substitution, and are used as filters in resources if enabled.ReportSet.getReports()The list of reports from this plugin which should be generated from this set.ReportPlugin.getReportSets()Multiple specifications of a set of reports, each having (possibly) different configuration.ModelBase.getRepositories()The lists of the remote repositories for discovering dependencies and extensions.BuildBase.getResources()This element describes all of the classpath resources such as properties files associated with a project.Contributor.getRoles()The roles the contributor plays in the project.BuildBase.getTestResources()This element describes all of the classpath resources such as properties files associated with a project's unit tests.PluginExecution.Builder.goals(Collection<String> goals) Model.Builder.inceptionYear(String inceptionYear) FileSet.Builder.includes(Collection<String> includes) PatternSet.Builder.includes(Collection<String> includes) Resource.Builder.includes(Collection<String> includes) Model.Builder.issueManagement(IssueManagement issueManagement) Model.Builder.licenses(Collection<License> licenses) Activation.Builder.location(Object key, InputLocation location) ActivationFile.Builder.location(Object key, InputLocation location) ActivationOS.Builder.location(Object key, InputLocation location) ActivationProperty.Builder.location(Object key, InputLocation location) Build.Builder.location(Object key, InputLocation location) BuildBase.Builder.location(Object key, InputLocation location) CiManagement.Builder.location(Object key, InputLocation location) ConfigurationContainer.Builder.location(Object key, InputLocation location) Contributor.Builder.location(Object key, InputLocation location) Dependency.Builder.location(Object key, InputLocation location) DependencyManagement.Builder.location(Object key, InputLocation location) DeploymentRepository.Builder.location(Object key, InputLocation location) Developer.Builder.location(Object key, InputLocation location) DistributionManagement.Builder.location(Object key, InputLocation location) Exclusion.Builder.location(Object key, InputLocation location) Extension.Builder.location(Object key, InputLocation location) FileSet.Builder.location(Object key, InputLocation location) IssueManagement.Builder.location(Object key, InputLocation location) License.Builder.location(Object key, InputLocation location) MailingList.Builder.location(Object key, InputLocation location) Model.Builder.location(Object key, InputLocation location) ModelBase.Builder.location(Object key, InputLocation location) Notifier.Builder.location(Object key, InputLocation location) Organization.Builder.location(Object key, InputLocation location) Parent.Builder.location(Object key, InputLocation location) PatternSet.Builder.location(Object key, InputLocation location) Plugin.Builder.location(Object key, InputLocation location) PluginConfiguration.Builder.location(Object key, InputLocation location) PluginContainer.Builder.location(Object key, InputLocation location) PluginExecution.Builder.location(Object key, InputLocation location) PluginManagement.Builder.location(Object key, InputLocation location) Prerequisites.Builder.location(Object key, InputLocation location) Profile.Builder.location(Object key, InputLocation location) Relocation.Builder.location(Object key, InputLocation location) Reporting.Builder.location(Object key, InputLocation location) ReportPlugin.Builder.location(Object key, InputLocation location) ReportSet.Builder.location(Object key, InputLocation location) Repository.Builder.location(Object key, InputLocation location) RepositoryBase.Builder.location(Object key, InputLocation location) RepositoryPolicy.Builder.location(Object key, InputLocation location) Resource.Builder.location(Object key, InputLocation location) Scm.Builder.location(Object key, InputLocation location) Site.Builder.location(Object key, InputLocation location) Model.Builder.mailingLists(Collection<MailingList> mailingLists) Model.Builder.modelEncoding(String modelEncoding) Model.Builder.modelVersion(String modelVersion) Model.Builder.modules(Collection<String> modules) ModelBase.Builder.modules(Collection<String> modules) Profile.Builder.modules(Collection<String> modules) static Activation.BuilderActivation.newBuilder()Creates a newActivationbuilder instance.static Activation.BuilderActivation.newBuilder(boolean withDefaults) Creates a newActivationbuilder instance using default values or not.static Activation.BuilderActivation.newBuilder(Activation from) Creates a newActivationbuilder instance using the specified object as a basis.static Activation.BuilderActivation.newBuilder(Activation from, boolean forceCopy) Creates a newActivationbuilder instance using the specified object as a basis.static ActivationFile.BuilderActivationFile.newBuilder()Creates a newActivationFilebuilder instance.static ActivationFile.BuilderActivationFile.newBuilder(boolean withDefaults) Creates a newActivationFilebuilder instance using default values or not.static ActivationFile.BuilderActivationFile.newBuilder(ActivationFile from) Creates a newActivationFilebuilder instance using the specified object as a basis.static ActivationFile.BuilderActivationFile.newBuilder(ActivationFile from, boolean forceCopy) Creates a newActivationFilebuilder instance using the specified object as a basis.static ActivationOS.BuilderActivationOS.newBuilder()Creates a newActivationOSbuilder instance.static ActivationOS.BuilderActivationOS.newBuilder(boolean withDefaults) Creates a newActivationOSbuilder instance using default values or not.static ActivationOS.BuilderActivationOS.newBuilder(ActivationOS from) Creates a newActivationOSbuilder instance using the specified object as a basis.static ActivationOS.BuilderActivationOS.newBuilder(ActivationOS from, boolean forceCopy) Creates a newActivationOSbuilder instance using the specified object as a basis.static ActivationProperty.BuilderActivationProperty.newBuilder()Creates a newActivationPropertybuilder instance.static ActivationProperty.BuilderActivationProperty.newBuilder(boolean withDefaults) Creates a newActivationPropertybuilder instance using default values or not.static ActivationProperty.BuilderActivationProperty.newBuilder(ActivationProperty from) Creates a newActivationPropertybuilder instance using the specified object as a basis.static ActivationProperty.BuilderActivationProperty.newBuilder(ActivationProperty from, boolean forceCopy) Creates a newActivationPropertybuilder instance using the specified object as a basis.static Build.BuilderBuild.newBuilder()Creates a newBuildbuilder instance.static Build.BuilderBuild.newBuilder(boolean withDefaults) Creates a newBuildbuilder instance using default values or not.static Build.BuilderBuild.newBuilder(Build from) Creates a newBuildbuilder instance using the specified object as a basis.static Build.BuilderBuild.newBuilder(Build from, boolean forceCopy) Creates a newBuildbuilder instance using the specified object as a basis.static BuildBase.BuilderBuildBase.newBuilder()Creates a newBuildBasebuilder instance.static BuildBase.BuilderBuildBase.newBuilder(boolean withDefaults) Creates a newBuildBasebuilder instance using default values or not.static BuildBase.BuilderBuildBase.newBuilder(BuildBase from) Creates a newBuildBasebuilder instance using the specified object as a basis.static BuildBase.BuilderBuildBase.newBuilder(BuildBase from, boolean forceCopy) Creates a newBuildBasebuilder instance using the specified object as a basis.static CiManagement.BuilderCiManagement.newBuilder()Creates a newCiManagementbuilder instance.static CiManagement.BuilderCiManagement.newBuilder(boolean withDefaults) Creates a newCiManagementbuilder instance using default values or not.static CiManagement.BuilderCiManagement.newBuilder(CiManagement from) Creates a newCiManagementbuilder instance using the specified object as a basis.static CiManagement.BuilderCiManagement.newBuilder(CiManagement from, boolean forceCopy) Creates a newCiManagementbuilder instance using the specified object as a basis.ConfigurationContainer.newBuilder()Creates a newConfigurationContainerbuilder instance.ConfigurationContainer.newBuilder(boolean withDefaults) Creates a newConfigurationContainerbuilder instance using default values or not.ConfigurationContainer.newBuilder(ConfigurationContainer from) Creates a newConfigurationContainerbuilder instance using the specified object as a basis.ConfigurationContainer.newBuilder(ConfigurationContainer from, boolean forceCopy) Creates a newConfigurationContainerbuilder instance using the specified object as a basis.static Contributor.BuilderContributor.newBuilder()Creates a newContributorbuilder instance.static Contributor.BuilderContributor.newBuilder(boolean withDefaults) Creates a newContributorbuilder instance using default values or not.static Contributor.BuilderContributor.newBuilder(Contributor from) Creates a newContributorbuilder instance using the specified object as a basis.static Contributor.BuilderContributor.newBuilder(Contributor from, boolean forceCopy) Creates a newContributorbuilder instance using the specified object as a basis.static Dependency.BuilderDependency.newBuilder()Creates a newDependencybuilder instance.static Dependency.BuilderDependency.newBuilder(boolean withDefaults) Creates a newDependencybuilder instance using default values or not.static Dependency.BuilderDependency.newBuilder(Dependency from) Creates a newDependencybuilder instance using the specified object as a basis.static Dependency.BuilderDependency.newBuilder(Dependency from, boolean forceCopy) Creates a newDependencybuilder instance using the specified object as a basis.static DependencyManagement.BuilderDependencyManagement.newBuilder()Creates a newDependencyManagementbuilder instance.static DependencyManagement.BuilderDependencyManagement.newBuilder(boolean withDefaults) Creates a newDependencyManagementbuilder instance using default values or not.static DependencyManagement.BuilderDependencyManagement.newBuilder(DependencyManagement from) Creates a newDependencyManagementbuilder instance using the specified object as a basis.static DependencyManagement.BuilderDependencyManagement.newBuilder(DependencyManagement from, boolean forceCopy) Creates a newDependencyManagementbuilder instance using the specified object as a basis.static DeploymentRepository.BuilderDeploymentRepository.newBuilder()Creates a newDeploymentRepositorybuilder instance.static DeploymentRepository.BuilderDeploymentRepository.newBuilder(boolean withDefaults) Creates a newDeploymentRepositorybuilder instance using default values or not.static DeploymentRepository.BuilderDeploymentRepository.newBuilder(DeploymentRepository from) Creates a newDeploymentRepositorybuilder instance using the specified object as a basis.static DeploymentRepository.BuilderDeploymentRepository.newBuilder(DeploymentRepository from, boolean forceCopy) Creates a newDeploymentRepositorybuilder instance using the specified object as a basis.static Developer.BuilderDeveloper.newBuilder()Creates a newDeveloperbuilder instance.static Developer.BuilderDeveloper.newBuilder(boolean withDefaults) Creates a newDeveloperbuilder instance using default values or not.static Developer.BuilderDeveloper.newBuilder(Developer from) Creates a newDeveloperbuilder instance using the specified object as a basis.static Developer.BuilderDeveloper.newBuilder(Developer from, boolean forceCopy) Creates a newDeveloperbuilder instance using the specified object as a basis.DistributionManagement.newBuilder()Creates a newDistributionManagementbuilder instance.DistributionManagement.newBuilder(boolean withDefaults) Creates a newDistributionManagementbuilder instance using default values or not.DistributionManagement.newBuilder(DistributionManagement from) Creates a newDistributionManagementbuilder instance using the specified object as a basis.DistributionManagement.newBuilder(DistributionManagement from, boolean forceCopy) Creates a newDistributionManagementbuilder instance using the specified object as a basis.static Exclusion.BuilderExclusion.newBuilder()Creates a newExclusionbuilder instance.static Exclusion.BuilderExclusion.newBuilder(boolean withDefaults) Creates a newExclusionbuilder instance using default values or not.static Exclusion.BuilderExclusion.newBuilder(Exclusion from) Creates a newExclusionbuilder instance using the specified object as a basis.static Exclusion.BuilderExclusion.newBuilder(Exclusion from, boolean forceCopy) Creates a newExclusionbuilder instance using the specified object as a basis.static Extension.BuilderExtension.newBuilder()Creates a newExtensionbuilder instance.static Extension.BuilderExtension.newBuilder(boolean withDefaults) Creates a newExtensionbuilder instance using default values or not.static Extension.BuilderExtension.newBuilder(Extension from) Creates a newExtensionbuilder instance using the specified object as a basis.static Extension.BuilderExtension.newBuilder(Extension from, boolean forceCopy) Creates a newExtensionbuilder instance using the specified object as a basis.static FileSet.BuilderFileSet.newBuilder()Creates a newFileSetbuilder instance.static FileSet.BuilderFileSet.newBuilder(boolean withDefaults) Creates a newFileSetbuilder instance using default values or not.static FileSet.BuilderFileSet.newBuilder(FileSet from) Creates a newFileSetbuilder instance using the specified object as a basis.static FileSet.BuilderFileSet.newBuilder(FileSet from, boolean forceCopy) Creates a newFileSetbuilder instance using the specified object as a basis.static IssueManagement.BuilderIssueManagement.newBuilder()Creates a newIssueManagementbuilder instance.static IssueManagement.BuilderIssueManagement.newBuilder(boolean withDefaults) Creates a newIssueManagementbuilder instance using default values or not.static IssueManagement.BuilderIssueManagement.newBuilder(IssueManagement from) Creates a newIssueManagementbuilder instance using the specified object as a basis.static IssueManagement.BuilderIssueManagement.newBuilder(IssueManagement from, boolean forceCopy) Creates a newIssueManagementbuilder instance using the specified object as a basis.static License.BuilderLicense.newBuilder()Creates a newLicensebuilder instance.static License.BuilderLicense.newBuilder(boolean withDefaults) Creates a newLicensebuilder instance using default values or not.static License.BuilderLicense.newBuilder(License from) Creates a newLicensebuilder instance using the specified object as a basis.static License.BuilderLicense.newBuilder(License from, boolean forceCopy) Creates a newLicensebuilder instance using the specified object as a basis.static MailingList.BuilderMailingList.newBuilder()Creates a newMailingListbuilder instance.static MailingList.BuilderMailingList.newBuilder(boolean withDefaults) Creates a newMailingListbuilder instance using default values or not.static MailingList.BuilderMailingList.newBuilder(MailingList from) Creates a newMailingListbuilder instance using the specified object as a basis.static MailingList.BuilderMailingList.newBuilder(MailingList from, boolean forceCopy) Creates a newMailingListbuilder instance using the specified object as a basis.static Model.BuilderModel.newBuilder()Creates a newModelbuilder instance.static Model.BuilderModel.newBuilder(boolean withDefaults) Creates a newModelbuilder instance using default values or not.static Model.BuilderModel.newBuilder(Model from) Creates a newModelbuilder instance using the specified object as a basis.static Model.BuilderModel.newBuilder(Model from, boolean forceCopy) Creates a newModelbuilder instance using the specified object as a basis.static ModelBase.BuilderModelBase.newBuilder()Creates a newModelBasebuilder instance.static ModelBase.BuilderModelBase.newBuilder(boolean withDefaults) Creates a newModelBasebuilder instance using default values or not.static ModelBase.BuilderModelBase.newBuilder(ModelBase from) Creates a newModelBasebuilder instance using the specified object as a basis.static ModelBase.BuilderModelBase.newBuilder(ModelBase from, boolean forceCopy) Creates a newModelBasebuilder instance using the specified object as a basis.static Notifier.BuilderNotifier.newBuilder()Creates a newNotifierbuilder instance.static Notifier.BuilderNotifier.newBuilder(boolean withDefaults) Creates a newNotifierbuilder instance using default values or not.static Notifier.BuilderNotifier.newBuilder(Notifier from) Creates a newNotifierbuilder instance using the specified object as a basis.static Notifier.BuilderNotifier.newBuilder(Notifier from, boolean forceCopy) Creates a newNotifierbuilder instance using the specified object as a basis.static Organization.BuilderOrganization.newBuilder()Creates a newOrganizationbuilder instance.static Organization.BuilderOrganization.newBuilder(boolean withDefaults) Creates a newOrganizationbuilder instance using default values or not.static Organization.BuilderOrganization.newBuilder(Organization from) Creates a newOrganizationbuilder instance using the specified object as a basis.static Organization.BuilderOrganization.newBuilder(Organization from, boolean forceCopy) Creates a newOrganizationbuilder instance using the specified object as a basis.static Parent.BuilderParent.newBuilder()Creates a newParentbuilder instance.static Parent.BuilderParent.newBuilder(boolean withDefaults) Creates a newParentbuilder instance using default values or not.static Parent.BuilderParent.newBuilder(Parent from) Creates a newParentbuilder instance using the specified object as a basis.static Parent.BuilderParent.newBuilder(Parent from, boolean forceCopy) Creates a newParentbuilder instance using the specified object as a basis.static PatternSet.BuilderPatternSet.newBuilder()Creates a newPatternSetbuilder instance.static PatternSet.BuilderPatternSet.newBuilder(boolean withDefaults) Creates a newPatternSetbuilder instance using default values or not.static PatternSet.BuilderPatternSet.newBuilder(PatternSet from) Creates a newPatternSetbuilder instance using the specified object as a basis.static PatternSet.BuilderPatternSet.newBuilder(PatternSet from, boolean forceCopy) Creates a newPatternSetbuilder instance using the specified object as a basis.static Plugin.BuilderPlugin.newBuilder()Creates a newPluginbuilder instance.static Plugin.BuilderPlugin.newBuilder(boolean withDefaults) Creates a newPluginbuilder instance using default values or not.static Plugin.BuilderPlugin.newBuilder(Plugin from) Creates a newPluginbuilder instance using the specified object as a basis.static Plugin.BuilderPlugin.newBuilder(Plugin from, boolean forceCopy) Creates a newPluginbuilder instance using the specified object as a basis.static PluginConfiguration.BuilderPluginConfiguration.newBuilder()Creates a newPluginConfigurationbuilder instance.static PluginConfiguration.BuilderPluginConfiguration.newBuilder(boolean withDefaults) Creates a newPluginConfigurationbuilder instance using default values or not.static PluginConfiguration.BuilderPluginConfiguration.newBuilder(PluginConfiguration from) Creates a newPluginConfigurationbuilder instance using the specified object as a basis.static PluginConfiguration.BuilderPluginConfiguration.newBuilder(PluginConfiguration from, boolean forceCopy) Creates a newPluginConfigurationbuilder instance using the specified object as a basis.static PluginContainer.BuilderPluginContainer.newBuilder()Creates a newPluginContainerbuilder instance.static PluginContainer.BuilderPluginContainer.newBuilder(boolean withDefaults) Creates a newPluginContainerbuilder instance using default values or not.static PluginContainer.BuilderPluginContainer.newBuilder(PluginContainer from) Creates a newPluginContainerbuilder instance using the specified object as a basis.static PluginContainer.BuilderPluginContainer.newBuilder(PluginContainer from, boolean forceCopy) Creates a newPluginContainerbuilder instance using the specified object as a basis.static PluginExecution.BuilderPluginExecution.newBuilder()Creates a newPluginExecutionbuilder instance.static PluginExecution.BuilderPluginExecution.newBuilder(boolean withDefaults) Creates a newPluginExecutionbuilder instance using default values or not.static PluginExecution.BuilderPluginExecution.newBuilder(PluginExecution from) Creates a newPluginExecutionbuilder instance using the specified object as a basis.static PluginExecution.BuilderPluginExecution.newBuilder(PluginExecution from, boolean forceCopy) Creates a newPluginExecutionbuilder instance using the specified object as a basis.static PluginManagement.BuilderPluginManagement.newBuilder()Creates a newPluginManagementbuilder instance.static PluginManagement.BuilderPluginManagement.newBuilder(boolean withDefaults) Creates a newPluginManagementbuilder instance using default values or not.static PluginManagement.BuilderPluginManagement.newBuilder(PluginManagement from) Creates a newPluginManagementbuilder instance using the specified object as a basis.static PluginManagement.BuilderPluginManagement.newBuilder(PluginManagement from, boolean forceCopy) Creates a newPluginManagementbuilder instance using the specified object as a basis.static Prerequisites.BuilderPrerequisites.newBuilder()Creates a newPrerequisitesbuilder instance.static Prerequisites.BuilderPrerequisites.newBuilder(boolean withDefaults) Creates a newPrerequisitesbuilder instance using default values or not.static Prerequisites.BuilderPrerequisites.newBuilder(Prerequisites from) Creates a newPrerequisitesbuilder instance using the specified object as a basis.static Prerequisites.BuilderPrerequisites.newBuilder(Prerequisites from, boolean forceCopy) Creates a newPrerequisitesbuilder instance using the specified object as a basis.static Profile.BuilderProfile.newBuilder()Creates a newProfilebuilder instance.static Profile.BuilderProfile.newBuilder(boolean withDefaults) Creates a newProfilebuilder instance using default values or not.static Profile.BuilderProfile.newBuilder(Profile from) Creates a newProfilebuilder instance using the specified object as a basis.static Profile.BuilderProfile.newBuilder(Profile from, boolean forceCopy) Creates a newProfilebuilder instance using the specified object as a basis.static Relocation.BuilderRelocation.newBuilder()Creates a newRelocationbuilder instance.static Relocation.BuilderRelocation.newBuilder(boolean withDefaults) Creates a newRelocationbuilder instance using default values or not.static Relocation.BuilderRelocation.newBuilder(Relocation from) Creates a newRelocationbuilder instance using the specified object as a basis.static Relocation.BuilderRelocation.newBuilder(Relocation from, boolean forceCopy) Creates a newRelocationbuilder instance using the specified object as a basis.static Reporting.BuilderReporting.newBuilder()Creates a newReportingbuilder instance.static Reporting.BuilderReporting.newBuilder(boolean withDefaults) Creates a newReportingbuilder instance using default values or not.static Reporting.BuilderReporting.newBuilder(Reporting from) Creates a newReportingbuilder instance using the specified object as a basis.static Reporting.BuilderReporting.newBuilder(Reporting from, boolean forceCopy) Creates a newReportingbuilder instance using the specified object as a basis.static ReportPlugin.BuilderReportPlugin.newBuilder()Creates a newReportPluginbuilder instance.static ReportPlugin.BuilderReportPlugin.newBuilder(boolean withDefaults) Creates a newReportPluginbuilder instance using default values or not.static ReportPlugin.BuilderReportPlugin.newBuilder(ReportPlugin from) Creates a newReportPluginbuilder instance using the specified object as a basis.static ReportPlugin.BuilderReportPlugin.newBuilder(ReportPlugin from, boolean forceCopy) Creates a newReportPluginbuilder instance using the specified object as a basis.static ReportSet.BuilderReportSet.newBuilder()Creates a newReportSetbuilder instance.static ReportSet.BuilderReportSet.newBuilder(boolean withDefaults) Creates a newReportSetbuilder instance using default values or not.static ReportSet.BuilderReportSet.newBuilder(ReportSet from) Creates a newReportSetbuilder instance using the specified object as a basis.static ReportSet.BuilderReportSet.newBuilder(ReportSet from, boolean forceCopy) Creates a newReportSetbuilder instance using the specified object as a basis.static Repository.BuilderRepository.newBuilder()Creates a newRepositorybuilder instance.static Repository.BuilderRepository.newBuilder(boolean withDefaults) Creates a newRepositorybuilder instance using default values or not.static Repository.BuilderRepository.newBuilder(Repository from) Creates a newRepositorybuilder instance using the specified object as a basis.static Repository.BuilderRepository.newBuilder(Repository from, boolean forceCopy) Creates a newRepositorybuilder instance using the specified object as a basis.static RepositoryBase.BuilderRepositoryBase.newBuilder()Creates a newRepositoryBasebuilder instance.static RepositoryBase.BuilderRepositoryBase.newBuilder(boolean withDefaults) Creates a newRepositoryBasebuilder instance using default values or not.static RepositoryBase.BuilderRepositoryBase.newBuilder(RepositoryBase from) Creates a newRepositoryBasebuilder instance using the specified object as a basis.static RepositoryBase.BuilderRepositoryBase.newBuilder(RepositoryBase from, boolean forceCopy) Creates a newRepositoryBasebuilder instance using the specified object as a basis.static RepositoryPolicy.BuilderRepositoryPolicy.newBuilder()Creates a newRepositoryPolicybuilder instance.static RepositoryPolicy.BuilderRepositoryPolicy.newBuilder(boolean withDefaults) Creates a newRepositoryPolicybuilder instance using default values or not.static RepositoryPolicy.BuilderRepositoryPolicy.newBuilder(RepositoryPolicy from) Creates a newRepositoryPolicybuilder instance using the specified object as a basis.static RepositoryPolicy.BuilderRepositoryPolicy.newBuilder(RepositoryPolicy from, boolean forceCopy) Creates a newRepositoryPolicybuilder instance using the specified object as a basis.static Resource.BuilderResource.newBuilder()Creates a newResourcebuilder instance.static Resource.BuilderResource.newBuilder(boolean withDefaults) Creates a newResourcebuilder instance using default values or not.static Resource.BuilderResource.newBuilder(Resource from) Creates a newResourcebuilder instance using the specified object as a basis.static Resource.BuilderResource.newBuilder(Resource from, boolean forceCopy) Creates a newResourcebuilder instance using the specified object as a basis.static Scm.BuilderScm.newBuilder()Creates a newScmbuilder instance.static Scm.BuilderScm.newBuilder(boolean withDefaults) Creates a newScmbuilder instance using default values or not.static Scm.BuilderScm.newBuilder(Scm from) Creates a newScmbuilder instance using the specified object as a basis.static Scm.BuilderScm.newBuilder(Scm from, boolean forceCopy) Creates a newScmbuilder instance using the specified object as a basis.static Site.BuilderSite.newBuilder()Creates a newSitebuilder instance.static Site.BuilderSite.newBuilder(boolean withDefaults) Creates a newSitebuilder instance using default values or not.static Site.BuilderSite.newBuilder(Site from) Creates a newSitebuilder instance using the specified object as a basis.static Site.BuilderSite.newBuilder(Site from, boolean forceCopy) Creates a newSitebuilder instance using the specified object as a basis.static ActivationActivation.newInstance()Creates a newActivationinstance.static ActivationActivation.newInstance(boolean withDefaults) Creates a newActivationinstance using default values or not.static ActivationFileActivationFile.newInstance()Creates a newActivationFileinstance.static ActivationFileActivationFile.newInstance(boolean withDefaults) Creates a newActivationFileinstance using default values or not.static ActivationOSActivationOS.newInstance()Creates a newActivationOSinstance.static ActivationOSActivationOS.newInstance(boolean withDefaults) Creates a newActivationOSinstance using default values or not.static ActivationPropertyActivationProperty.newInstance()Creates a newActivationPropertyinstance.static ActivationPropertyActivationProperty.newInstance(boolean withDefaults) Creates a newActivationPropertyinstance using default values or not.static BuildBuild.newInstance()Creates a newBuildinstance.static BuildBuild.newInstance(boolean withDefaults) Creates a newBuildinstance using default values or not.static BuildBaseBuildBase.newInstance()Creates a newBuildBaseinstance.static BuildBaseBuildBase.newInstance(boolean withDefaults) Creates a newBuildBaseinstance using default values or not.static CiManagementCiManagement.newInstance()Creates a newCiManagementinstance.static CiManagementCiManagement.newInstance(boolean withDefaults) Creates a newCiManagementinstance using default values or not.static ConfigurationContainerConfigurationContainer.newInstance()Creates a newConfigurationContainerinstance.static ConfigurationContainerConfigurationContainer.newInstance(boolean withDefaults) Creates a newConfigurationContainerinstance using default values or not.static ContributorContributor.newInstance()Creates a newContributorinstance.static ContributorContributor.newInstance(boolean withDefaults) Creates a newContributorinstance using default values or not.static DependencyDependency.newInstance()Creates a newDependencyinstance.static DependencyDependency.newInstance(boolean withDefaults) Creates a newDependencyinstance using default values or not.static DependencyManagementDependencyManagement.newInstance()Creates a newDependencyManagementinstance.static DependencyManagementDependencyManagement.newInstance(boolean withDefaults) Creates a newDependencyManagementinstance using default values or not.static DeploymentRepositoryDeploymentRepository.newInstance()Creates a newDeploymentRepositoryinstance.static DeploymentRepositoryDeploymentRepository.newInstance(boolean withDefaults) Creates a newDeploymentRepositoryinstance using default values or not.static DeveloperDeveloper.newInstance()Creates a newDeveloperinstance.static DeveloperDeveloper.newInstance(boolean withDefaults) Creates a newDeveloperinstance using default values or not.static DistributionManagementDistributionManagement.newInstance()Creates a newDistributionManagementinstance.static DistributionManagementDistributionManagement.newInstance(boolean withDefaults) Creates a newDistributionManagementinstance using default values or not.static ExclusionExclusion.newInstance()Creates a newExclusioninstance.static ExclusionExclusion.newInstance(boolean withDefaults) Creates a newExclusioninstance using default values or not.static ExtensionExtension.newInstance()Creates a newExtensioninstance.static ExtensionExtension.newInstance(boolean withDefaults) Creates a newExtensioninstance using default values or not.static FileSetFileSet.newInstance()Creates a newFileSetinstance.static FileSetFileSet.newInstance(boolean withDefaults) Creates a newFileSetinstance using default values or not.static IssueManagementIssueManagement.newInstance()Creates a newIssueManagementinstance.static IssueManagementIssueManagement.newInstance(boolean withDefaults) Creates a newIssueManagementinstance using default values or not.static LicenseLicense.newInstance()Creates a newLicenseinstance.static LicenseLicense.newInstance(boolean withDefaults) Creates a newLicenseinstance using default values or not.static MailingListMailingList.newInstance()Creates a newMailingListinstance.static MailingListMailingList.newInstance(boolean withDefaults) Creates a newMailingListinstance using default values or not.static ModelModel.newInstance()Creates a newModelinstance.static ModelModel.newInstance(boolean withDefaults) Creates a newModelinstance using default values or not.static ModelBaseModelBase.newInstance()Creates a newModelBaseinstance.static ModelBaseModelBase.newInstance(boolean withDefaults) Creates a newModelBaseinstance using default values or not.static NotifierNotifier.newInstance()Creates a newNotifierinstance.static NotifierNotifier.newInstance(boolean withDefaults) Creates a newNotifierinstance using default values or not.static OrganizationOrganization.newInstance()Creates a newOrganizationinstance.static OrganizationOrganization.newInstance(boolean withDefaults) Creates a newOrganizationinstance using default values or not.static ParentParent.newInstance()Creates a newParentinstance.static ParentParent.newInstance(boolean withDefaults) Creates a newParentinstance using default values or not.static PatternSetPatternSet.newInstance()Creates a newPatternSetinstance.static PatternSetPatternSet.newInstance(boolean withDefaults) Creates a newPatternSetinstance using default values or not.static PluginPlugin.newInstance()Creates a newPlugininstance.static PluginPlugin.newInstance(boolean withDefaults) Creates a newPlugininstance using default values or not.static PluginConfigurationPluginConfiguration.newInstance()Creates a newPluginConfigurationinstance.static PluginConfigurationPluginConfiguration.newInstance(boolean withDefaults) Creates a newPluginConfigurationinstance using default values or not.static PluginContainerPluginContainer.newInstance()Creates a newPluginContainerinstance.static PluginContainerPluginContainer.newInstance(boolean withDefaults) Creates a newPluginContainerinstance using default values or not.static PluginExecutionPluginExecution.newInstance()Creates a newPluginExecutioninstance.static PluginExecutionPluginExecution.newInstance(boolean withDefaults) Creates a newPluginExecutioninstance using default values or not.static PluginManagementPluginManagement.newInstance()Creates a newPluginManagementinstance.static PluginManagementPluginManagement.newInstance(boolean withDefaults) Creates a newPluginManagementinstance using default values or not.static PrerequisitesPrerequisites.newInstance()Creates a newPrerequisitesinstance.static PrerequisitesPrerequisites.newInstance(boolean withDefaults) Creates a newPrerequisitesinstance using default values or not.static ProfileProfile.newInstance()Creates a newProfileinstance.static ProfileProfile.newInstance(boolean withDefaults) Creates a newProfileinstance using default values or not.static RelocationRelocation.newInstance()Creates a newRelocationinstance.static RelocationRelocation.newInstance(boolean withDefaults) Creates a newRelocationinstance using default values or not.static ReportingReporting.newInstance()Creates a newReportinginstance.static ReportingReporting.newInstance(boolean withDefaults) Creates a newReportinginstance using default values or not.static ReportPluginReportPlugin.newInstance()Creates a newReportPlugininstance.static ReportPluginReportPlugin.newInstance(boolean withDefaults) Creates a newReportPlugininstance using default values or not.static ReportSetReportSet.newInstance()Creates a newReportSetinstance.static ReportSetReportSet.newInstance(boolean withDefaults) Creates a newReportSetinstance using default values or not.static RepositoryRepository.newInstance()Creates a newRepositoryinstance.static RepositoryRepository.newInstance(boolean withDefaults) Creates a newRepositoryinstance using default values or not.static RepositoryBaseRepositoryBase.newInstance()Creates a newRepositoryBaseinstance.static RepositoryBaseRepositoryBase.newInstance(boolean withDefaults) Creates a newRepositoryBaseinstance using default values or not.static RepositoryPolicyRepositoryPolicy.newInstance()Creates a newRepositoryPolicyinstance.static RepositoryPolicyRepositoryPolicy.newInstance(boolean withDefaults) Creates a newRepositoryPolicyinstance using default values or not.static ResourceResource.newInstance()Creates a newResourceinstance.static ResourceResource.newInstance(boolean withDefaults) Creates a newResourceinstance using default values or not.static ScmScm.newInstance()Creates a newScminstance.static ScmScm.newInstance(boolean withDefaults) Creates a newScminstance using default values or not.static SiteSite.newInstance()Creates a newSiteinstance.static SiteSite.newInstance(boolean withDefaults) Creates a newSiteinstance using default values or not.CiManagement.Builder.notifiers(Collection<Notifier> notifiers) Contributor.Builder.organization(String organization) Developer.Builder.organization(String organization) Model.Builder.organization(Organization organization) Contributor.Builder.organizationUrl(String organizationUrl) Developer.Builder.organizationUrl(String organizationUrl) Activation.Builder.os(ActivationOS os) MailingList.Builder.otherArchives(Collection<String> otherArchives) Build.Builder.outputDirectory(String outputDirectory) Reporting.Builder.outputDirectory(String outputDirectory) Build.Builder.pluginManagement(PluginManagement pluginManagement) BuildBase.Builder.pluginManagement(PluginManagement pluginManagement) PluginConfiguration.Builder.pluginManagement(PluginManagement pluginManagement) Model.Builder.pluginRepositories(Collection<Repository> pluginRepositories) ModelBase.Builder.pluginRepositories(Collection<Repository> pluginRepositories) Profile.Builder.pluginRepositories(Collection<Repository> pluginRepositories) Build.Builder.plugins(Collection<Plugin> plugins) BuildBase.Builder.plugins(Collection<Plugin> plugins) PluginConfiguration.Builder.plugins(Collection<Plugin> plugins) PluginContainer.Builder.plugins(Collection<Plugin> plugins) PluginManagement.Builder.plugins(Collection<Plugin> plugins) Reporting.Builder.plugins(Collection<ReportPlugin> plugins) Model.Builder.prerequisites(Prerequisites prerequisites) PluginExecution.Builder.priority(int priority) Model.Builder.profiles(Collection<Profile> profiles) Contributor.Builder.properties(Map<String, String> properties) Developer.Builder.properties(Map<String, String> properties) Model.Builder.properties(Map<String, String> properties) ModelBase.Builder.properties(Map<String, String> properties) Profile.Builder.properties(Map<String, String> properties) Activation.Builder.property(ActivationProperty property) Parent.Builder.relativePath(String relativePath) DeploymentRepository.Builder.releases(RepositoryPolicy releases) Repository.Builder.releases(RepositoryPolicy releases) DistributionManagement.Builder.relocation(Relocation relocation) ReportSet.Builder.reports(Collection<String> reports) ReportPlugin.Builder.reportSets(Collection<ReportSet> reportSets) Model.Builder.repositories(Collection<Repository> repositories) ModelBase.Builder.repositories(Collection<Repository> repositories) Profile.Builder.repositories(Collection<Repository> repositories) DistributionManagement.Builder.repository(DeploymentRepository repository) Build.Builder.resources(Collection<Resource> resources) BuildBase.Builder.resources(Collection<Resource> resources) Contributor.Builder.roles(Collection<String> roles) Developer.Builder.roles(Collection<String> roles) Build.Builder.scriptSourceDirectory(String scriptSourceDirectory) Notifier.Builder.sendOnError(boolean sendOnError) Notifier.Builder.sendOnFailure(boolean sendOnFailure) Notifier.Builder.sendOnSuccess(boolean sendOnSuccess) Notifier.Builder.sendOnWarning(boolean sendOnWarning) DistributionManagement.Builder.snapshotRepository(DeploymentRepository snapshotRepository) DeploymentRepository.Builder.snapshots(RepositoryPolicy snapshots) Repository.Builder.snapshots(RepositoryPolicy snapshots) Build.Builder.sourceDirectory(String sourceDirectory) Dependency.Builder.systemPath(String systemPath) Resource.Builder.targetPath(String targetPath) Build.Builder.testOutputDirectory(String testOutputDirectory) Build.Builder.testResources(Collection<Resource> testResources) BuildBase.Builder.testResources(Collection<Resource> testResources) Build.Builder.testSourceDirectory(String testSourceDirectory) DeploymentRepository.Builder.uniqueVersion(boolean uniqueVersion) MailingList.Builder.unsubscribe(String unsubscribe) RepositoryPolicy.Builder.updatePolicy(String updatePolicy) Activation.with()Creates a new builder with this object as the basis.ActivationFile.with()Creates a new builder with this object as the basis.ActivationOS.with()Creates a new builder with this object as the basis.ActivationProperty.with()Creates a new builder with this object as the basis.Build.with()Creates a new builder with this object as the basis.BuildBase.with()Creates a new builder with this object as the basis.CiManagement.with()Creates a new builder with this object as the basis.ConfigurationContainer.with()Creates a new builder with this object as the basis.Contributor.with()Creates a new builder with this object as the basis.Dependency.with()Creates a new builder with this object as the basis.DependencyManagement.with()Creates a new builder with this object as the basis.DeploymentRepository.with()Creates a new builder with this object as the basis.Developer.with()Creates a new builder with this object as the basis.DistributionManagement.with()Creates a new builder with this object as the basis.Exclusion.with()Creates a new builder with this object as the basis.Extension.with()Creates a new builder with this object as the basis.FileSet.with()Creates a new builder with this object as the basis.IssueManagement.with()Creates a new builder with this object as the basis.License.with()Creates a new builder with this object as the basis.MailingList.with()Creates a new builder with this object as the basis.Model.with()Creates a new builder with this object as the basis.ModelBase.with()Creates a new builder with this object as the basis.Notifier.with()Creates a new builder with this object as the basis.Organization.with()Creates a new builder with this object as the basis.Parent.with()Creates a new builder with this object as the basis.PatternSet.with()Creates a new builder with this object as the basis.Plugin.with()Creates a new builder with this object as the basis.PluginConfiguration.with()Creates a new builder with this object as the basis.PluginContainer.with()Creates a new builder with this object as the basis.PluginExecution.with()Creates a new builder with this object as the basis.PluginManagement.with()Creates a new builder with this object as the basis.Prerequisites.with()Creates a new builder with this object as the basis.Profile.with()Creates a new builder with this object as the basis.Relocation.with()Creates a new builder with this object as the basis.Reporting.with()Creates a new builder with this object as the basis.ReportPlugin.with()Creates a new builder with this object as the basis.ReportSet.with()Creates a new builder with this object as the basis.Repository.with()Creates a new builder with this object as the basis.RepositoryBase.with()Creates a new builder with this object as the basis.RepositoryPolicy.with()Creates a new builder with this object as the basis.Resource.with()Creates a new builder with this object as the basis.Scm.with()Creates a new builder with this object as the basis.Site.with()Creates a new builder with this object as the basis.Profile.withActivation(Activation activation) Creates a newProfileinstance using the specified activation.Activation.withActiveByDefault(boolean activeByDefault) Creates a newActivationinstance using the specified activeByDefault.Notifier.withAddress(String address) Creates a newNotifierinstance using the specified address.Creates a newActivationOSinstance using the specified arch.MailingList.withArchive(String archive) Creates a newMailingListinstance using the specified archive.Dependency.withArtifactId(String artifactId) Creates a newDependencyinstance using the specified artifactId.Exclusion.withArtifactId(String artifactId) Creates a newExclusioninstance using the specified artifactId.Extension.withArtifactId(String artifactId) Creates a newExtensioninstance using the specified artifactId.Model.withArtifactId(String artifactId) Creates a newModelinstance using the specified artifactId.Parent.withArtifactId(String artifactId) Creates a newParentinstance using the specified artifactId.Plugin.withArtifactId(String artifactId) Creates a newPlugininstance using the specified artifactId.Relocation.withArtifactId(String artifactId) Creates a newRelocationinstance using the specified artifactId.ReportPlugin.withArtifactId(String artifactId) Creates a newReportPlugininstance using the specified artifactId.Creates a newModelinstance using the specified build.Creates a newProfileinstance using the specified build.RepositoryPolicy.withChecksumPolicy(String checksumPolicy) Creates a newRepositoryPolicyinstance using the specified checksumPolicy.Model.withChildProjectUrlInheritAppendPath(String childProjectUrlInheritAppendPath) Creates a newModelinstance using the specified childProjectUrlInheritAppendPath.Scm.withChildScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath) Creates a newScminstance using the specified childScmConnectionInheritAppendPath.Scm.withChildScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath) Creates a newScminstance using the specified childScmDeveloperConnectionInheritAppendPath.Scm.withChildScmUrlInheritAppendPath(String childScmUrlInheritAppendPath) Creates a newScminstance using the specified childScmUrlInheritAppendPath.Site.withChildSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath) Creates a newSiteinstance using the specified childSiteUrlInheritAppendPath.Model.withCiManagement(CiManagement ciManagement) Creates a newModelinstance using the specified ciManagement.Dependency.withClassifier(String classifier) Creates a newDependencyinstance using the specified classifier.License.withComments(String comments) Creates a newLicenseinstance using the specified comments.ConfigurationContainer.withConfiguration(Dom configuration) Creates a newConfigurationContainerinstance using the specified configuration.Notifier.withConfiguration(Map<String, String> configuration) Creates a newNotifierinstance using the specified configuration.Plugin.withConfiguration(Dom configuration) Creates a newPlugininstance using the specified configuration.PluginExecution.withConfiguration(Dom configuration) Creates a newPluginExecutioninstance using the specified configuration.ReportPlugin.withConfiguration(Dom configuration) Creates a newReportPlugininstance using the specified configuration.ReportSet.withConfiguration(Dom configuration) Creates a newReportSetinstance using the specified configuration.Scm.withConnection(String connection) Creates a newScminstance using the specified connection.Model.withContributors(Collection<Contributor> contributors) Creates a newModelinstance using the specified contributors.Build.withDefaultGoal(String defaultGoal) Creates a newBuildinstance using the specified defaultGoal.BuildBase.withDefaultGoal(String defaultGoal) Creates a newBuildBaseinstance using the specified defaultGoal.DependencyManagement.withDependencies(Collection<Dependency> dependencies) Creates a newDependencyManagementinstance using the specified dependencies.Model.withDependencies(Collection<Dependency> dependencies) Creates a newModelinstance using the specified dependencies.ModelBase.withDependencies(Collection<Dependency> dependencies) Creates a newModelBaseinstance using the specified dependencies.Plugin.withDependencies(Collection<Dependency> dependencies) Creates a newPlugininstance using the specified dependencies.Profile.withDependencies(Collection<Dependency> dependencies) Creates a newProfileinstance using the specified dependencies.Model.withDependencyManagement(DependencyManagement dependencyManagement) Creates a newModelinstance using the specified dependencyManagement.ModelBase.withDependencyManagement(DependencyManagement dependencyManagement) Creates a newModelBaseinstance using the specified dependencyManagement.Profile.withDependencyManagement(DependencyManagement dependencyManagement) Creates a newProfileinstance using the specified dependencyManagement.Model.withDescription(String description) Creates a newModelinstance using the specified description.Scm.withDeveloperConnection(String developerConnection) Creates a newScminstance using the specified developerConnection.Model.withDevelopers(Collection<Developer> developers) Creates a newModelinstance using the specified developers.Build.withDirectory(String directory) Creates a newBuildinstance using the specified directory.BuildBase.withDirectory(String directory) Creates a newBuildBaseinstance using the specified directory.FileSet.withDirectory(String directory) Creates a newFileSetinstance using the specified directory.Resource.withDirectory(String directory) Creates a newResourceinstance using the specified directory.License.withDistribution(String distribution) Creates a newLicenseinstance using the specified distribution.Model.withDistributionManagement(DistributionManagement distributionManagement) Creates a newModelinstance using the specified distributionManagement.ModelBase.withDistributionManagement(DistributionManagement distributionManagement) Creates a newModelBaseinstance using the specified distributionManagement.Profile.withDistributionManagement(DistributionManagement distributionManagement) Creates a newProfileinstance using the specified distributionManagement.DistributionManagement.withDownloadUrl(String downloadUrl) Creates a newDistributionManagementinstance using the specified downloadUrl.Creates a newContributorinstance using the specified email.Creates a newDeveloperinstance using the specified email.RepositoryPolicy.withEnabled(String enabled) Creates a newRepositoryPolicyinstance using the specified enabled.Reporting.withExcludeDefaults(String excludeDefaults) Creates a newReportinginstance using the specified excludeDefaults.FileSet.withExcludes(Collection<String> excludes) Creates a newFileSetinstance using the specified excludes.PatternSet.withExcludes(Collection<String> excludes) Creates a newPatternSetinstance using the specified excludes.Resource.withExcludes(Collection<String> excludes) Creates a newResourceinstance using the specified excludes.Dependency.withExclusions(Collection<Exclusion> exclusions) Creates a newDependencyinstance using the specified exclusions.Plugin.withExecutions(Collection<PluginExecution> executions) Creates a newPlugininstance using the specified executions.ActivationFile.withExists(String exists) Creates a newActivationFileinstance using the specified exists.Build.withExtensions(Collection<Extension> extensions) Creates a newBuildinstance using the specified extensions.Plugin.withExtensions(String extensions) Creates a newPlugininstance using the specified extensions.ActivationOS.withFamily(String family) Creates a newActivationOSinstance using the specified family.Activation.withFile(ActivationFile file) Creates a newActivationinstance using the specified file.Resource.withFiltering(String filtering) Creates a newResourceinstance using the specified filtering.Build.withFilters(Collection<String> filters) Creates a newBuildinstance using the specified filters.BuildBase.withFilters(Collection<String> filters) Creates a newBuildBaseinstance using the specified filters.Build.withFinalName(String finalName) Creates a newBuildinstance using the specified finalName.BuildBase.withFinalName(String finalName) Creates a newBuildBaseinstance using the specified finalName.PluginExecution.withGoals(Collection<String> goals) Creates a newPluginExecutioninstance using the specified goals.Dependency.withGroupId(String groupId) Creates a newDependencyinstance using the specified groupId.Exclusion.withGroupId(String groupId) Creates a newExclusioninstance using the specified groupId.Extension.withGroupId(String groupId) Creates a newExtensioninstance using the specified groupId.Model.withGroupId(String groupId) Creates a newModelinstance using the specified groupId.Parent.withGroupId(String groupId) Creates a newParentinstance using the specified groupId.Plugin.withGroupId(String groupId) Creates a newPlugininstance using the specified groupId.Relocation.withGroupId(String groupId) Creates a newRelocationinstance using the specified groupId.ReportPlugin.withGroupId(String groupId) Creates a newReportPlugininstance using the specified groupId.Creates a newDeploymentRepositoryinstance using the specified id.Creates a newDeveloperinstance using the specified id.Creates a newPluginExecutioninstance using the specified id.Creates a newProfileinstance using the specified id.Creates a newReportSetinstance using the specified id.Creates a newRepositoryinstance using the specified id.Creates a newRepositoryBaseinstance using the specified id.Creates a newSiteinstance using the specified id.Model.withInceptionYear(String inceptionYear) Creates a newModelinstance using the specified inceptionYear.FileSet.withIncludes(Collection<String> includes) Creates a newFileSetinstance using the specified includes.PatternSet.withIncludes(Collection<String> includes) Creates a newPatternSetinstance using the specified includes.Resource.withIncludes(Collection<String> includes) Creates a newResourceinstance using the specified includes.ConfigurationContainer.withInherited(String inherited) Creates a newConfigurationContainerinstance using the specified inherited.Plugin.withInherited(String inherited) Creates a newPlugininstance using the specified inherited.PluginExecution.withInherited(String inherited) Creates a newPluginExecutioninstance using the specified inherited.ReportPlugin.withInherited(String inherited) Creates a newReportPlugininstance using the specified inherited.ReportSet.withInherited(String inherited) Creates a newReportSetinstance using the specified inherited.Model.withIssueManagement(IssueManagement issueManagement) Creates a newModelinstance using the specified issueManagement.Creates a newActivationinstance using the specified jdk.DeploymentRepository.withLayout(String layout) Creates a newDeploymentRepositoryinstance using the specified layout.Repository.withLayout(String layout) Creates a newRepositoryinstance using the specified layout.RepositoryBase.withLayout(String layout) Creates a newRepositoryBaseinstance using the specified layout.Model.withLicenses(Collection<License> licenses) Creates a newModelinstance using the specified licenses.Model.withMailingLists(Collection<MailingList> mailingLists) Creates a newModelinstance using the specified mailingLists.Creates a newPrerequisitesinstance using the specified maven.Resource.withMergeId(String mergeId) Creates a newResourceinstance using the specified mergeId.Relocation.withMessage(String message) Creates a newRelocationinstance using the specified message.ActivationFile.withMissing(String missing) Creates a newActivationFileinstance using the specified missing.Model.withModelVersion(String modelVersion) Creates a newModelinstance using the specified modelVersion.Model.withModules(Collection<String> modules) Creates a newModelinstance using the specified modules.ModelBase.withModules(Collection<String> modules) Creates a newModelBaseinstance using the specified modules.Profile.withModules(Collection<String> modules) Creates a newProfileinstance using the specified modules.Creates a newActivationOSinstance using the specified name.Creates a newActivationPropertyinstance using the specified name.Creates a newContributorinstance using the specified name.Creates a newDeploymentRepositoryinstance using the specified name.Creates a newDeveloperinstance using the specified name.Creates a newLicenseinstance using the specified name.Creates a newMailingListinstance using the specified name.Creates a newModelinstance using the specified name.Creates a newOrganizationinstance using the specified name.Creates a newRepositoryinstance using the specified name.Creates a newRepositoryBaseinstance using the specified name.Creates a newSiteinstance using the specified name.CiManagement.withNotifiers(Collection<Notifier> notifiers) Creates a newCiManagementinstance using the specified notifiers.Dependency.withOptional(String optional) Creates a newDependencyinstance using the specified optional.Contributor.withOrganization(String organization) Creates a newContributorinstance using the specified organization.Developer.withOrganization(String organization) Creates a newDeveloperinstance using the specified organization.Model.withOrganization(Organization organization) Creates a newModelinstance using the specified organization.Contributor.withOrganizationUrl(String organizationUrl) Creates a newContributorinstance using the specified organizationUrl.Developer.withOrganizationUrl(String organizationUrl) Creates a newDeveloperinstance using the specified organizationUrl.Activation.withOs(ActivationOS os) Creates a newActivationinstance using the specified os.MailingList.withOtherArchives(Collection<String> otherArchives) Creates a newMailingListinstance using the specified otherArchives.Build.withOutputDirectory(String outputDirectory) Creates a newBuildinstance using the specified outputDirectory.Reporting.withOutputDirectory(String outputDirectory) Creates a newReportinginstance using the specified outputDirectory.Model.withPackaging(String packaging) Creates a newModelinstance using the specified packaging.Model.withParent(Parent parent) Creates a newModelinstance using the specified parent.Creates a newPluginExecutioninstance using the specified phase.Build.withPluginManagement(PluginManagement pluginManagement) Creates a newBuildinstance using the specified pluginManagement.BuildBase.withPluginManagement(PluginManagement pluginManagement) Creates a newBuildBaseinstance using the specified pluginManagement.PluginConfiguration.withPluginManagement(PluginManagement pluginManagement) Creates a newPluginConfigurationinstance using the specified pluginManagement.Model.withPluginRepositories(Collection<Repository> pluginRepositories) Creates a newModelinstance using the specified pluginRepositories.ModelBase.withPluginRepositories(Collection<Repository> pluginRepositories) Creates a newModelBaseinstance using the specified pluginRepositories.Profile.withPluginRepositories(Collection<Repository> pluginRepositories) Creates a newProfileinstance using the specified pluginRepositories.Build.withPlugins(Collection<Plugin> plugins) Creates a newBuildinstance using the specified plugins.BuildBase.withPlugins(Collection<Plugin> plugins) Creates a newBuildBaseinstance using the specified plugins.PluginConfiguration.withPlugins(Collection<Plugin> plugins) Creates a newPluginConfigurationinstance using the specified plugins.PluginContainer.withPlugins(Collection<Plugin> plugins) Creates a newPluginContainerinstance using the specified plugins.PluginManagement.withPlugins(Collection<Plugin> plugins) Creates a newPluginManagementinstance using the specified plugins.Reporting.withPlugins(Collection<ReportPlugin> plugins) Creates a newReportinginstance using the specified plugins.Model.withPomFile(Path pomFile) Creates a newModelinstance using the specified pomFile.Creates a newMailingListinstance using the specified post.Model.withPrerequisites(Prerequisites prerequisites) Creates a newModelinstance using the specified prerequisites.PluginExecution.withPriority(int priority) Creates a newPluginExecutioninstance using the specified priority.Model.withProfiles(Collection<Profile> profiles) Creates a newModelinstance using the specified profiles.Contributor.withProperties(Map<String, String> properties) Creates a newContributorinstance using the specified properties.Developer.withProperties(Map<String, String> properties) Creates a newDeveloperinstance using the specified properties.Model.withProperties(Map<String, String> properties) Creates a newModelinstance using the specified properties.ModelBase.withProperties(Map<String, String> properties) Creates a newModelBaseinstance using the specified properties.Profile.withProperties(Map<String, String> properties) Creates a newProfileinstance using the specified properties.Activation.withProperty(ActivationProperty property) Creates a newActivationinstance using the specified property.Parent.withRelativePath(String relativePath) Creates a newParentinstance using the specified relativePath.DeploymentRepository.withReleases(RepositoryPolicy releases) Creates a newDeploymentRepositoryinstance using the specified releases.Repository.withReleases(RepositoryPolicy releases) Creates a newRepositoryinstance using the specified releases.DistributionManagement.withRelocation(Relocation relocation) Creates a newDistributionManagementinstance using the specified relocation.Model.withReporting(Reporting reporting) Creates a newModelinstance using the specified reporting.ModelBase.withReporting(Reporting reporting) Creates a newModelBaseinstance using the specified reporting.Profile.withReporting(Reporting reporting) Creates a newProfileinstance using the specified reporting.ReportSet.withReports(Collection<String> reports) Creates a newReportSetinstance using the specified reports.ReportPlugin.withReportSets(Collection<ReportSet> reportSets) Creates a newReportPlugininstance using the specified reportSets.Model.withRepositories(Collection<Repository> repositories) Creates a newModelinstance using the specified repositories.ModelBase.withRepositories(Collection<Repository> repositories) Creates a newModelBaseinstance using the specified repositories.Profile.withRepositories(Collection<Repository> repositories) Creates a newProfileinstance using the specified repositories.DistributionManagement.withRepository(DeploymentRepository repository) Creates a newDistributionManagementinstance using the specified repository.Build.withResources(Collection<Resource> resources) Creates a newBuildinstance using the specified resources.BuildBase.withResources(Collection<Resource> resources) Creates a newBuildBaseinstance using the specified resources.Contributor.withRoles(Collection<String> roles) Creates a newContributorinstance using the specified roles.Developer.withRoles(Collection<String> roles) Creates a newDeveloperinstance using the specified roles.Creates a newModelinstance using the specified scm.Creates a newDependencyinstance using the specified scope.Build.withScriptSourceDirectory(String scriptSourceDirectory) Creates a newBuildinstance using the specified scriptSourceDirectory.Notifier.withSendOnError(boolean sendOnError) Creates a newNotifierinstance using the specified sendOnError.Notifier.withSendOnFailure(boolean sendOnFailure) Creates a newNotifierinstance using the specified sendOnFailure.Notifier.withSendOnSuccess(boolean sendOnSuccess) Creates a newNotifierinstance using the specified sendOnSuccess.Notifier.withSendOnWarning(boolean sendOnWarning) Creates a newNotifierinstance using the specified sendOnWarning.Creates a newDistributionManagementinstance using the specified site.DistributionManagement.withSnapshotRepository(DeploymentRepository snapshotRepository) Creates a newDistributionManagementinstance using the specified snapshotRepository.DeploymentRepository.withSnapshots(RepositoryPolicy snapshots) Creates a newDeploymentRepositoryinstance using the specified snapshots.Repository.withSnapshots(RepositoryPolicy snapshots) Creates a newRepositoryinstance using the specified snapshots.Build.withSourceDirectory(String sourceDirectory) Creates a newBuildinstance using the specified sourceDirectory.DistributionManagement.withStatus(String status) Creates a newDistributionManagementinstance using the specified status.MailingList.withSubscribe(String subscribe) Creates a newMailingListinstance using the specified subscribe.CiManagement.withSystem(String system) Creates a newCiManagementinstance using the specified system.IssueManagement.withSystem(String system) Creates a newIssueManagementinstance using the specified system.Dependency.withSystemPath(String systemPath) Creates a newDependencyinstance using the specified systemPath.Creates a newScminstance using the specified tag.Resource.withTargetPath(String targetPath) Creates a newResourceinstance using the specified targetPath.Build.withTestOutputDirectory(String testOutputDirectory) Creates a newBuildinstance using the specified testOutputDirectory.Build.withTestResources(Collection<Resource> testResources) Creates a newBuildinstance using the specified testResources.BuildBase.withTestResources(Collection<Resource> testResources) Creates a newBuildBaseinstance using the specified testResources.Build.withTestSourceDirectory(String testSourceDirectory) Creates a newBuildinstance using the specified testSourceDirectory.Contributor.withTimezone(String timezone) Creates a newContributorinstance using the specified timezone.Developer.withTimezone(String timezone) Creates a newDeveloperinstance using the specified timezone.Creates a newDependencyinstance using the specified type.Creates a newNotifierinstance using the specified type.DeploymentRepository.withUniqueVersion(boolean uniqueVersion) Creates a newDeploymentRepositoryinstance using the specified uniqueVersion.MailingList.withUnsubscribe(String unsubscribe) Creates a newMailingListinstance using the specified unsubscribe.RepositoryPolicy.withUpdatePolicy(String updatePolicy) Creates a newRepositoryPolicyinstance using the specified updatePolicy.Creates a newCiManagementinstance using the specified url.Creates a newContributorinstance using the specified url.Creates a newDeploymentRepositoryinstance using the specified url.Creates a newDeveloperinstance using the specified url.Creates a newIssueManagementinstance using the specified url.Creates a newLicenseinstance using the specified url.Creates a newModelinstance using the specified url.Creates a newOrganizationinstance using the specified url.Creates a newRepositoryinstance using the specified url.Creates a newRepositoryBaseinstance using the specified url.Creates a newScminstance using the specified url.Creates a newSiteinstance using the specified url.Creates a newActivationPropertyinstance using the specified value.ActivationOS.withVersion(String version) Creates a newActivationOSinstance using the specified version.Dependency.withVersion(String version) Creates a newDependencyinstance using the specified version.Extension.withVersion(String version) Creates a newExtensioninstance using the specified version.Model.withVersion(String version) Creates a newModelinstance using the specified version.Parent.withVersion(String version) Creates a newParentinstance using the specified version.Plugin.withVersion(String version) Creates a newPlugininstance using the specified version.Relocation.withVersion(String version) Creates a newRelocationinstance using the specified version.ReportPlugin.withVersion(String version) Creates a newReportPlugininstance using the specified version. -
Uses of Nonnull in org.apache.maven.api.services
Methods in org.apache.maven.api.services with annotations of type NonnullModifier and TypeMethodDescriptionMessageBuilder.a(char[] value) Append content to the message buffer.MessageBuilder.a(char[] value, int offset, int len) Append content to the message buffer.MessageBuilder.a(CharSequence value) Append content to the message buffer.MessageBuilder.a(CharSequence value, int start, int end) Append content to the message buffer.Append content to the message buffer.ArtifactInstallerRequest.ArtifactInstallerRequestBuilder.artifacts(Collection<Artifact> artifacts) ArtifactCoordinateFactoryRequest.build(Session session, String groupId, String artifactId, String version, String extension) ArtifactCoordinateFactoryRequest.build(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) ArtifactCoordinateFactoryRequest.build(Session session, ArtifactCoordinate coordinate) ArtifactDeployerRequest.ArtifactDeployerRequestBuilder.build()static ArtifactDeployerRequestArtifactDeployerRequest.build(Session session, RemoteRepository repository, Collection<Artifact> artifacts) ArtifactInstallerRequest.ArtifactInstallerRequestBuilder.build()static ArtifactInstallerRequestArtifactInstallerRequest.build(Session session, Collection<Artifact> artifacts) ArtifactResolverRequest.ArtifactResolverRequestBuilder.build()static ArtifactResolverRequestArtifactResolverRequest.build(Session session, Collection<? extends ArtifactCoordinate> coordinates) static DependencyCollectorRequeststatic DependencyCollectorRequestDependencyCollectorRequest.build(Session session, DependencyCoordinate root) static DependencyCollectorRequestDependencyCollectorRequest.DependencyCollectorRequestBuilder.build()DependencyCoordinateFactoryRequest.build(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinateFactoryRequest.build(Session session, ArtifactCoordinate coordinate) DependencyCoordinateFactoryRequest.build(Session session, Dependency dependency) MessageBuilder.build()Return the built message.ProjectBuilder.build(ProjectBuilderRequest request) Creates aProjectfrom a POM file.default ProjectBuilderResultCreates aProjectfrom a POM file.default ProjectBuilderResultCreates aProjectfrom an artifact.default ProjectBuilderResultProjectBuilder.build(Session session, ArtifactCoordinate coordinate) Creates aProjectfrom a coordinate.default ProjectBuilderResultCreates aProjectfrom a POM file.static ProjectBuilderRequeststatic ProjectBuilderRequeststatic ProjectBuilderRequestProjectBuilderRequest.build(Session session, ArtifactCoordinate coordinate) static ProjectBuilderRequestSettingsBuilder.build(SettingsBuilderRequest request) Builds the effective settings of the specified settings files.default SettingsBuilderResultBuilds the effective settings of the specified settings paths.default SettingsBuilderResultBuilds the effective settings of the specified settings sources.static SettingsBuilderRequeststatic SettingsBuilderRequestSettingsBuilderRequest.build(Session session, Source globalSettingsSource, Source userSettingsSource) static ToolchainsBuilderRequeststatic ToolchainsBuilderRequestToolchainsBuilderRequest.build(Session session, Source globalToolchainsSource, Source userToolchainsSource) ArtifactDeployerRequest.builder()ArtifactInstallerRequest.builder()ArtifactResolverRequest.builder()DependencyCollectorRequest.builder()DependencyCoordinateFactoryRequest.builder()MessageBuilderFactory.builder()Creates a new message builder.default MessageBuilderMessageBuilderFactory.builder(int size) Creates a new message builder of the specified size.MessageBuilderFactory.builder(StringBuilder stringBuilder) Creates a new message builder backed by the given string builder.ProjectBuilderRequest.builder()SettingsBuilderRequest.builder()ToolchainsBuilderRequest.builder()DependencyCollector.collect(DependencyCollectorRequest request) Collects the transitive dependencies and builds a dependency graph.default DependencyCollectorResultCollects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResultDependencyCollector.collect(Session session, DependencyCoordinate root) Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResultCollects the transitive dependencies of some artifacts and builds a dependency graph.ArtifactResolverRequest.ArtifactResolverRequestBuilder.coordinates(Collection<? extends ArtifactCoordinate> coordinates) ArtifactCoordinateFactory.create(ArtifactCoordinateFactoryRequest request) Creates a coordinate.default ArtifactCoordinateArtifactCoordinateFactory.create(Session session, String groupId, String artifactId, String version, String extension) default ArtifactCoordinateArtifactCoordinateFactory.create(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) default ArtifactCoordinateArtifactFactory.create(ArtifactFactoryRequest request) Creates an artifact.default ArtifactArtifactFactory.create(Session session, String groupId, String artifactId, String version, String extension) default ArtifactArtifactFactory.create(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinateFactory.create(DependencyCoordinateFactoryRequest request) Creates a newDependencyCoordinateobject from the request.default DependencyCoordinateDependencyCoordinateFactory.create(Session session, ArtifactCoordinate coordinate) default DependencyCoordinateDependencyCoordinateFactory.create(Session session, Dependency dependency) default DependencyCoordinateDependencyCoordinateFactory.create(Session session, Dependency dependency) default DependencyCoordinatedefault DependencyCoordinateDependencyCoordinateFactory.create(Session session, ReportPlugin reportPlugin) RepositoryFactory.createLocal(Path path) RepositoryFactory.createRemote(String id, String url) RepositoryFactory.createRemote(Repository repository) DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependencies(List<DependencyCoordinate> dependencies) Sets the direct dependencies.DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependency(DependencyCoordinate dependency) Adds the specified direct dependency.Append message content in failure style.Append formatted content to the buffer.ProjectBuilderRequest.getArtifact()ArtifactDeployerRequest.getArtifacts()ArtifactInstallerRequest.getArtifacts()ArtifactResolverResult.getArtifacts()ProjectManager.getAttachedArtifacts(Project project) Optional<byte[]>GETs the source URI content as byte array.ProjectBuilderRequest.getCoordinate()Collection<? extends ArtifactCoordinate>ArtifactResolverRequest.getCoordinates()DependencyCollectorRequest.getDependencies()ProjectBuilderResult.getDependencyResolverResult()Gets the result of the dependency resolution for the project.SettingsBuilderResult.getEffectiveSettings()Gets the assembled settings.ToolchainsBuilderResult.getEffectiveToolchains()Gets the assembled toolchains.DependencyCoordinateFactoryRequest.getExclusions()SettingsBuilderRequest.getGlobalSettingsPath()Gets the global settings path.SettingsBuilderRequest.getGlobalSettingsSource()Gets the global settings source.ToolchainsBuilderRequest.getGlobalToolchainsPath()Gets the global Toolchains path.ToolchainsBuilderRequest.getGlobalToolchainsSource()Gets the global Toolchains source.BuilderProblem.getLocation()Gets the location of the problem.DependencyCollectorRequest.getManagedDependencies()BuilderProblem.getMessage()Gets the message that describes this problem.Returns the path of the file previously associated to this artifact orOptional.empty()if no path has been associated.ProjectBuilderRequest.getPath()Returns the path to the resolved file in the local repository if the artifact has been resolved.ProjectBuilderResult.getPomFile()Gets the POM file from which the project was built.ProjectBuilderResult.getProblems()Gets the problems that were encountered during the project building.SettingsBuilderResult.getProblems()Gets the problems that were encountered during the settings building.ToolchainsBuilderResult.getProblems()Gets the problems that were encountered during the settings building.ProjectBuilderResult.getProject()Gets the project that was built.ProjectBuilderResult.getProjectId()Gets the identifier of the project that could not be built.ArtifactDeployerRequest.getRepository()DependencyCollectorRequest.getRoot()DependencyCollectorRequest.getRootArtifact()ArtifactCoordinateFactoryRequest.getSession()ArtifactDeployerRequest.getSession()ArtifactFactoryRequest.getSession()ArtifactInstallerRequest.getSession()ArtifactResolverRequest.getSession()DependencyCollectorRequest.getSession()ProjectBuilderRequest.getSession()SettingsBuilderRequest.getSession()ToolchainsBuilderRequest.getSession()BuilderProblem.getSeverity()Gets the severity level of this problem.BuilderProblem.getSource()Gets the hint about the source of the problem.ProjectBuilderRequest.getSource()GETs the source URI content as string using UTF8 charset.GETs the source URI content as string.ToolchainManager.getToolchainFromBuildContext(Session session, String type) ToolchainManager.getToolchainsForType(Session session, String type) Obtain theTypefrom the specifiedid.SettingsBuilderRequest.getUserSettingsPath()Gets the user settings path.SettingsBuilderRequest.getUserSettingsSource()Gets the user settings source.ToolchainsBuilderRequest.getUserToolchainsPath()Gets the user Toolchains path.ToolchainsBuilderRequest.getUserToolchainsSource()Gets the user Toolchains source.DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependencies(List<DependencyCoordinate> managedDependencies) Sets the dependency management to apply to transitive dependencies.DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependency(DependencyCoordinate managedDependency) Adds the specified managed dependency.Append message content in mojo style.MessageBuilder.newline()Append newline to the message buffer.VersionParser.parseVersion(String version) Parses the specified version string, for example "1.0".VersionParser.parseVersionRange(String range) Parses the specified version range specification, for example "[1.0,2.0)".Append message content in project style.ArtifactDeployerRequest.ArtifactDeployerRequestBuilder.repository(RemoteRepository repository) DependencyCollectorRequest.DependencyCollectorRequestBuilder.root(DependencyCoordinate root) DependencyCollectorRequest.DependencyCollectorRequestBuilder.rootArtifact(Artifact rootArtifact) Sets the root artifact for the dependency graph.Append message content in strong style.Append message content in success style.TransportProvider.transport(Session session, RemoteRepository repository) Provides newTransportinstance for givenRemoteRepository, if possible.DependencyCollectorRequest.DependencyCollectorRequestBuilder.verbose(boolean verbose) Specifies that the collection should be verbose.Append message content in warning style.Method parameters in org.apache.maven.api.services with annotations of type NonnullModifier and TypeMethodDescriptionArtifactCoordinateFactoryRequest.build(Session session, String groupId, String artifactId, String version, String extension) ArtifactCoordinateFactoryRequest.build(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) ArtifactCoordinateFactoryRequest.build(Session session, ArtifactCoordinate coordinate) ArtifactCoordinateFactoryRequest.build(Session session, ArtifactCoordinate coordinate) static ArtifactDeployerRequestArtifactDeployerRequest.build(Session session, RemoteRepository repository, Collection<Artifact> artifacts) static ArtifactDeployerRequestArtifactDeployerRequest.build(Session session, RemoteRepository repository, Collection<Artifact> artifacts) static ArtifactDeployerRequestArtifactDeployerRequest.build(Session session, RemoteRepository repository, Collection<Artifact> artifacts) static ArtifactResolverRequestArtifactResolverRequest.build(Session session, Collection<? extends ArtifactCoordinate> coordinates) static ArtifactResolverRequestArtifactResolverRequest.build(Session session, Collection<? extends ArtifactCoordinate> coordinates) static DependencyCollectorRequeststatic DependencyCollectorRequestDependencyCollectorRequest.build(Session session, DependencyCoordinate root) static DependencyCollectorRequestDependencyCollectorRequest.build(Session session, DependencyCoordinate root) static DependencyCollectorRequeststatic DependencyCollectorRequestDependencyCoordinateFactoryRequest.build(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinateFactoryRequest.build(Session session, ArtifactCoordinate coordinate) DependencyCoordinateFactoryRequest.build(Session session, ArtifactCoordinate coordinate) DependencyCoordinateFactoryRequest.build(Session session, Dependency dependency) DependencyCoordinateFactoryRequest.build(Session session, Dependency dependency) default ProjectBuilderResultCreates aProjectfrom a POM file.default ProjectBuilderResultCreates aProjectfrom a POM file.default ProjectBuilderResultCreates aProjectfrom an artifact.default ProjectBuilderResultCreates aProjectfrom an artifact.default ProjectBuilderResultProjectBuilder.build(Session session, ArtifactCoordinate coordinate) Creates aProjectfrom a coordinate.default ProjectBuilderResultProjectBuilder.build(Session session, ArtifactCoordinate coordinate) Creates aProjectfrom a coordinate.default ProjectBuilderResultCreates aProjectfrom a POM file.default ProjectBuilderResultCreates aProjectfrom a POM file.static ProjectBuilderRequeststatic ProjectBuilderRequeststatic ProjectBuilderRequeststatic ProjectBuilderRequeststatic ProjectBuilderRequestProjectBuilderRequest.build(Session session, ArtifactCoordinate coordinate) static ProjectBuilderRequestProjectBuilderRequest.build(Session session, ArtifactCoordinate coordinate) static ProjectBuilderRequeststatic ProjectBuilderRequestSettingsBuilder.build(SettingsBuilderRequest request) Builds the effective settings of the specified settings files.default SettingsBuilderResultBuilds the effective settings of the specified settings paths.default SettingsBuilderResultBuilds the effective settings of the specified settings paths.default SettingsBuilderResultBuilds the effective settings of the specified settings paths.default SettingsBuilderResultBuilds the effective settings of the specified settings sources.default SettingsBuilderResultBuilds the effective settings of the specified settings sources.default SettingsBuilderResultBuilds the effective settings of the specified settings sources.static SettingsBuilderRequeststatic SettingsBuilderRequeststatic SettingsBuilderRequeststatic SettingsBuilderRequestSettingsBuilderRequest.build(Session session, Source globalSettingsSource, Source userSettingsSource) static SettingsBuilderRequestSettingsBuilderRequest.build(Session session, Source globalSettingsSource, Source userSettingsSource) static SettingsBuilderRequestSettingsBuilderRequest.build(Session session, Source globalSettingsSource, Source userSettingsSource) static ToolchainsBuilderRequeststatic ToolchainsBuilderRequeststatic ToolchainsBuilderRequeststatic ToolchainsBuilderRequestToolchainsBuilderRequest.build(Session session, Source globalToolchainsSource, Source userToolchainsSource) static ToolchainsBuilderRequestToolchainsBuilderRequest.build(Session session, Source globalToolchainsSource, Source userToolchainsSource) static ToolchainsBuilderRequestToolchainsBuilderRequest.build(Session session, Source globalToolchainsSource, Source userToolchainsSource) MessageBuilderFactory.builder(StringBuilder stringBuilder) Creates a new message builder backed by the given string builder.DependencyCollector.collect(DependencyCollectorRequest request) Collects the transitive dependencies and builds a dependency graph.default DependencyCollectorResultCollects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResultCollects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResultDependencyCollector.collect(Session session, DependencyCoordinate root) Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResultDependencyCollector.collect(Session session, DependencyCoordinate root) Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResultCollects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResultCollects the transitive dependencies of some artifacts and builds a dependency graph.ArtifactCoordinateFactory.create(ArtifactCoordinateFactoryRequest request) Creates a coordinate.default ArtifactCoordinateArtifactCoordinateFactory.create(Session session, String groupId, String artifactId, String version, String extension) default ArtifactCoordinateArtifactCoordinateFactory.create(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) default ArtifactCoordinateArtifactFactory.create(ArtifactFactoryRequest request) Creates an artifact.default ArtifactArtifactFactory.create(Session session, String groupId, String artifactId, String version, String extension) default ArtifactArtifactFactory.create(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinateFactory.create(DependencyCoordinateFactoryRequest request) Creates a newDependencyCoordinateobject from the request.default DependencyCoordinateDependencyCoordinateFactory.create(Session session, ArtifactCoordinate coordinate) default DependencyCoordinateDependencyCoordinateFactory.create(Session session, ArtifactCoordinate coordinate) default DependencyCoordinateDependencyCoordinateFactory.create(Session session, Dependency dependency) default DependencyCoordinateDependencyCoordinateFactory.create(Session session, Dependency dependency) default DependencyCoordinateDependencyCoordinateFactory.create(Session session, Dependency dependency) default DependencyCoordinatedefault DependencyCoordinateDependencyCoordinateFactory.create(Session session, ReportPlugin reportPlugin) RepositoryFactory.createLocal(Path path) RepositoryFactory.createRemote(String id, String url) RepositoryFactory.createRemote(String id, String url) RepositoryFactory.createRemote(Repository repository) voidArtifactDeployer.deploy(ArtifactDeployerRequest request) default voidArtifactDeployer.deploy(Session session, RemoteRepository repository, Collection<Artifact> artifacts) default voidArtifactDeployer.deploy(Session session, RemoteRepository repository, Collection<Artifact> artifacts) default voidArtifactDeployer.deploy(Session session, RemoteRepository repository, Collection<Artifact> artifacts) booleanGETs the source URI content into target (does not have to exist, or will be overwritten if exist).booleanGETs the source URI content into target (does not have to exist, or will be overwritten if exist).Optional<byte[]>GETs the source URI content as byte array.Returns the path of the file previously associated to this artifact orOptional.empty()if no path has been associated.GETs the source URI content as string using UTF8 charset.GETs the source URI content as string.GETs the source URI content as string.ToolchainManager.getToolchainFromBuildContext(Session session, String type) ToolchainManager.getToolchainsForType(Session session, String type) Obtain theTypefrom the specifiedid.booleanVersionParser.isSnapshot(String version) Checks whether a given artifact version is considered aSNAPSHOTor not.VersionParser.parseVersion(String version) Parses the specified version string, for example "1.0".VersionParser.parseVersionRange(String range) Parses the specified version range specification, for example "[1.0,2.0)".voidPUTs the source file (must exist as file) to target URI.voidPUTs the source file (must exist as file) to target URI.voidPUTs the source byte array to target URI.voidPUTs the source byte array to target URI.default voidPUTs the source string using UTF8 charset to target URI.default voidPUTs the source string using UTF8 charset to target URI.voidPUTs the source string to target URI.voidPUTs the source string to target URI.voidPUTs the source string to target URI.DependencyCollectorRequest.DependencyCollectorRequestBuilder.root(DependencyCoordinate root) voidAssociates the given file path to the artifact.voidToolchainManager.storeToolchainToBuildContext(Session session, Toolchain toolchain) TransportProvider.transport(Session session, RemoteRepository repository) Provides newTransportinstance for givenRemoteRepository, if possible.TransportProvider.transport(Session session, RemoteRepository repository) Provides newTransportinstance for givenRemoteRepository, if possible. -
Uses of Nonnull in org.apache.maven.api.services.xml
Methods in org.apache.maven.api.services.xml with annotations of type NonnullModifier and TypeMethodDescriptionXmlReaderRequest.builder()default TXmlFactory.read(InputStream input) default TXmlFactory.read(InputStream input, boolean strict) default Tdefault Tdefault Tdefault TXmlFactory.read(XmlReaderRequest request) Method parameters in org.apache.maven.api.services.xml with annotations of type NonnullModifier and TypeMethodDescriptiondefault TXmlFactory.fromXmlString(String xml) Simply parse the given xml string.default TXmlFactory.read(InputStream input) default TXmlFactory.read(InputStream input, boolean strict) default Tdefault Tdefault Tdefault TXmlFactory.read(XmlReaderRequest request) default StringXmlFactory.toXmlString(T content) Simply converts the given content to an xml string.voidXmlFactory.write(XmlWriterRequest<T> request) default voidXmlFactory.write(T content, OutputStream outputStream) default voidXmlFactory.write(T content, OutputStream outputStream) default voiddefault voiddefault voiddefault void -
Uses of Nonnull in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings with annotations of type NonnullModifier and TypeMethodDescriptionProfile.Builder.activation(Activation activation) Proxy.Builder.active(boolean active) Activation.Builder.activeByDefault(boolean activeByDefault) Settings.Builder.activeProfiles(Collection<String> activeProfiles) Mirror.Builder.blocked(boolean blocked) Activation.Builder.build()ActivationFile.Builder.build()ActivationOS.Builder.build()ActivationProperty.Builder.build()IdentifiableBase.Builder.build()Mirror.Builder.build()Profile.Builder.build()Proxy.Builder.build()Repository.Builder.build()RepositoryBase.Builder.build()RepositoryPolicy.Builder.build()Server.Builder.build()Settings.Builder.build()TrackableBase.Builder.build()RepositoryPolicy.Builder.checksumPolicy(String checksumPolicy) Server.Builder.configuration(Dom configuration) Server.Builder.directoryPermissions(String directoryPermissions) RepositoryPolicy.Builder.enabled(boolean enabled) Activation.Builder.file(ActivationFile file) Server.Builder.filePermissions(String filePermissions) Settings.getActiveProfiles()List of manually-activated build profiles, specified in the order in which they should be applied.Settings.getMirrors()Configuration of download mirrors for repositories.Settings.getPluginGroups()List of groupIds to search for a plugin when that plugin groupId is not explicitly provided.Profile.getPluginRepositories()The lists of the remote repositories for discovering plugins.Settings.getProfiles()Configuration of build profiles for adjusting the build according to environmental parameters.Profile.getProperties()Extended configuration specific to this profile goes here.Settings.getProxies()Configuration for different proxy profiles.Profile.getRepositories()The lists of the remote repositories.Settings.getServers()Configuration of server-specific settings, mainly authentication method.Settings.Builder.interactiveMode(boolean interactiveMode) Settings.Builder.localRepository(String localRepository) Mirror.Builder.mirrorOfLayouts(String mirrorOfLayouts) Settings.Builder.mirrors(Collection<Mirror> mirrors) Settings.Builder.modelEncoding(String modelEncoding) static Activation.BuilderActivation.newBuilder()Creates a newActivationbuilder instance.static Activation.BuilderActivation.newBuilder(boolean withDefaults) Creates a newActivationbuilder instance using default values or not.static Activation.BuilderActivation.newBuilder(Activation from) Creates a newActivationbuilder instance using the specified object as a basis.static Activation.BuilderActivation.newBuilder(Activation from, boolean forceCopy) Creates a newActivationbuilder instance using the specified object as a basis.static ActivationFile.BuilderActivationFile.newBuilder()Creates a newActivationFilebuilder instance.static ActivationFile.BuilderActivationFile.newBuilder(boolean withDefaults) Creates a newActivationFilebuilder instance using default values or not.static ActivationFile.BuilderActivationFile.newBuilder(ActivationFile from) Creates a newActivationFilebuilder instance using the specified object as a basis.static ActivationFile.BuilderActivationFile.newBuilder(ActivationFile from, boolean forceCopy) Creates a newActivationFilebuilder instance using the specified object as a basis.static ActivationOS.BuilderActivationOS.newBuilder()Creates a newActivationOSbuilder instance.static ActivationOS.BuilderActivationOS.newBuilder(boolean withDefaults) Creates a newActivationOSbuilder instance using default values or not.static ActivationOS.BuilderActivationOS.newBuilder(ActivationOS from) Creates a newActivationOSbuilder instance using the specified object as a basis.static ActivationOS.BuilderActivationOS.newBuilder(ActivationOS from, boolean forceCopy) Creates a newActivationOSbuilder instance using the specified object as a basis.static ActivationProperty.BuilderActivationProperty.newBuilder()Creates a newActivationPropertybuilder instance.static ActivationProperty.BuilderActivationProperty.newBuilder(boolean withDefaults) Creates a newActivationPropertybuilder instance using default values or not.static ActivationProperty.BuilderActivationProperty.newBuilder(ActivationProperty from) Creates a newActivationPropertybuilder instance using the specified object as a basis.static ActivationProperty.BuilderActivationProperty.newBuilder(ActivationProperty from, boolean forceCopy) Creates a newActivationPropertybuilder instance using the specified object as a basis.static IdentifiableBase.BuilderIdentifiableBase.newBuilder()Creates a newIdentifiableBasebuilder instance.static IdentifiableBase.BuilderIdentifiableBase.newBuilder(boolean withDefaults) Creates a newIdentifiableBasebuilder instance using default values or not.static IdentifiableBase.BuilderIdentifiableBase.newBuilder(IdentifiableBase from) Creates a newIdentifiableBasebuilder instance using the specified object as a basis.static IdentifiableBase.BuilderIdentifiableBase.newBuilder(IdentifiableBase from, boolean forceCopy) Creates a newIdentifiableBasebuilder instance using the specified object as a basis.static Mirror.BuilderMirror.newBuilder()Creates a newMirrorbuilder instance.static Mirror.BuilderMirror.newBuilder(boolean withDefaults) Creates a newMirrorbuilder instance using default values or not.static Mirror.BuilderMirror.newBuilder(Mirror from) Creates a newMirrorbuilder instance using the specified object as a basis.static Mirror.BuilderMirror.newBuilder(Mirror from, boolean forceCopy) Creates a newMirrorbuilder instance using the specified object as a basis.static Profile.BuilderProfile.newBuilder()Creates a newProfilebuilder instance.static Profile.BuilderProfile.newBuilder(boolean withDefaults) Creates a newProfilebuilder instance using default values or not.static Profile.BuilderProfile.newBuilder(Profile from) Creates a newProfilebuilder instance using the specified object as a basis.static Profile.BuilderProfile.newBuilder(Profile from, boolean forceCopy) Creates a newProfilebuilder instance using the specified object as a basis.static Proxy.BuilderProxy.newBuilder()Creates a newProxybuilder instance.static Proxy.BuilderProxy.newBuilder(boolean withDefaults) Creates a newProxybuilder instance using default values or not.static Proxy.BuilderProxy.newBuilder(Proxy from) Creates a newProxybuilder instance using the specified object as a basis.static Proxy.BuilderProxy.newBuilder(Proxy from, boolean forceCopy) Creates a newProxybuilder instance using the specified object as a basis.static Repository.BuilderRepository.newBuilder()Creates a newRepositorybuilder instance.static Repository.BuilderRepository.newBuilder(boolean withDefaults) Creates a newRepositorybuilder instance using default values or not.static Repository.BuilderRepository.newBuilder(Repository from) Creates a newRepositorybuilder instance using the specified object as a basis.static Repository.BuilderRepository.newBuilder(Repository from, boolean forceCopy) Creates a newRepositorybuilder instance using the specified object as a basis.static RepositoryBase.BuilderRepositoryBase.newBuilder()Creates a newRepositoryBasebuilder instance.static RepositoryBase.BuilderRepositoryBase.newBuilder(boolean withDefaults) Creates a newRepositoryBasebuilder instance using default values or not.static RepositoryBase.BuilderRepositoryBase.newBuilder(RepositoryBase from) Creates a newRepositoryBasebuilder instance using the specified object as a basis.static RepositoryBase.BuilderRepositoryBase.newBuilder(RepositoryBase from, boolean forceCopy) Creates a newRepositoryBasebuilder instance using the specified object as a basis.static RepositoryPolicy.BuilderRepositoryPolicy.newBuilder()Creates a newRepositoryPolicybuilder instance.static RepositoryPolicy.BuilderRepositoryPolicy.newBuilder(boolean withDefaults) Creates a newRepositoryPolicybuilder instance using default values or not.static RepositoryPolicy.BuilderRepositoryPolicy.newBuilder(RepositoryPolicy from) Creates a newRepositoryPolicybuilder instance using the specified object as a basis.static RepositoryPolicy.BuilderRepositoryPolicy.newBuilder(RepositoryPolicy from, boolean forceCopy) Creates a newRepositoryPolicybuilder instance using the specified object as a basis.static Server.BuilderServer.newBuilder()Creates a newServerbuilder instance.static Server.BuilderServer.newBuilder(boolean withDefaults) Creates a newServerbuilder instance using default values or not.static Server.BuilderServer.newBuilder(Server from) Creates a newServerbuilder instance using the specified object as a basis.static Server.BuilderServer.newBuilder(Server from, boolean forceCopy) Creates a newServerbuilder instance using the specified object as a basis.static Settings.BuilderSettings.newBuilder()Creates a newSettingsbuilder instance.static Settings.BuilderSettings.newBuilder(boolean withDefaults) Creates a newSettingsbuilder instance using default values or not.static Settings.BuilderSettings.newBuilder(Settings from) Creates a newSettingsbuilder instance using the specified object as a basis.static Settings.BuilderSettings.newBuilder(Settings from, boolean forceCopy) Creates a newSettingsbuilder instance using the specified object as a basis.static TrackableBase.BuilderTrackableBase.newBuilder()Creates a newTrackableBasebuilder instance.static TrackableBase.BuilderTrackableBase.newBuilder(boolean withDefaults) Creates a newTrackableBasebuilder instance using default values or not.static TrackableBase.BuilderTrackableBase.newBuilder(TrackableBase from) Creates a newTrackableBasebuilder instance using the specified object as a basis.static TrackableBase.BuilderTrackableBase.newBuilder(TrackableBase from, boolean forceCopy) Creates a newTrackableBasebuilder instance using the specified object as a basis.static ActivationActivation.newInstance()Creates a newActivationinstance.static ActivationActivation.newInstance(boolean withDefaults) Creates a newActivationinstance using default values or not.static ActivationFileActivationFile.newInstance()Creates a newActivationFileinstance.static ActivationFileActivationFile.newInstance(boolean withDefaults) Creates a newActivationFileinstance using default values or not.static ActivationOSActivationOS.newInstance()Creates a newActivationOSinstance.static ActivationOSActivationOS.newInstance(boolean withDefaults) Creates a newActivationOSinstance using default values or not.static ActivationPropertyActivationProperty.newInstance()Creates a newActivationPropertyinstance.static ActivationPropertyActivationProperty.newInstance(boolean withDefaults) Creates a newActivationPropertyinstance using default values or not.static IdentifiableBaseIdentifiableBase.newInstance()Creates a newIdentifiableBaseinstance.static IdentifiableBaseIdentifiableBase.newInstance(boolean withDefaults) Creates a newIdentifiableBaseinstance using default values or not.static MirrorMirror.newInstance()Creates a newMirrorinstance.static MirrorMirror.newInstance(boolean withDefaults) Creates a newMirrorinstance using default values or not.static ProfileProfile.newInstance()Creates a newProfileinstance.static ProfileProfile.newInstance(boolean withDefaults) Creates a newProfileinstance using default values or not.static ProxyProxy.newInstance()Creates a newProxyinstance.static ProxyProxy.newInstance(boolean withDefaults) Creates a newProxyinstance using default values or not.static RepositoryRepository.newInstance()Creates a newRepositoryinstance.static RepositoryRepository.newInstance(boolean withDefaults) Creates a newRepositoryinstance using default values or not.static RepositoryBaseRepositoryBase.newInstance()Creates a newRepositoryBaseinstance.static RepositoryBaseRepositoryBase.newInstance(boolean withDefaults) Creates a newRepositoryBaseinstance using default values or not.static RepositoryPolicyRepositoryPolicy.newInstance()Creates a newRepositoryPolicyinstance.static RepositoryPolicyRepositoryPolicy.newInstance(boolean withDefaults) Creates a newRepositoryPolicyinstance using default values or not.static ServerServer.newInstance()Creates a newServerinstance.static ServerServer.newInstance(boolean withDefaults) Creates a newServerinstance using default values or not.static SettingsSettings.newInstance()Creates a newSettingsinstance.static SettingsSettings.newInstance(boolean withDefaults) Creates a newSettingsinstance using default values or not.static TrackableBaseTrackableBase.newInstance()Creates a newTrackableBaseinstance.static TrackableBaseTrackableBase.newInstance(boolean withDefaults) Creates a newTrackableBaseinstance using default values or not.Proxy.Builder.nonProxyHosts(String nonProxyHosts) Settings.Builder.offline(boolean offline) Activation.Builder.os(ActivationOS os) Server.Builder.passphrase(String passphrase) Settings.Builder.pluginGroups(Collection<String> pluginGroups) Profile.Builder.pluginRepositories(Collection<Repository> pluginRepositories) Proxy.Builder.port(int port) Server.Builder.privateKey(String privateKey) Settings.Builder.profiles(Collection<Profile> profiles) Profile.Builder.properties(Map<String, String> properties) Activation.Builder.property(ActivationProperty property) Settings.Builder.proxies(Collection<Proxy> proxies) Repository.Builder.releases(RepositoryPolicy releases) Profile.Builder.repositories(Collection<Repository> repositories) Settings.Builder.servers(Collection<Server> servers) Repository.Builder.snapshots(RepositoryPolicy snapshots) RepositoryPolicy.Builder.updatePolicy(String updatePolicy) Settings.Builder.usePluginRegistry(boolean usePluginRegistry) Activation.with()Creates a new builder with this object as the basis.ActivationFile.with()Creates a new builder with this object as the basis.ActivationOS.with()Creates a new builder with this object as the basis.ActivationProperty.with()Creates a new builder with this object as the basis.IdentifiableBase.with()Creates a new builder with this object as the basis.Mirror.with()Creates a new builder with this object as the basis.Profile.with()Creates a new builder with this object as the basis.Proxy.with()Creates a new builder with this object as the basis.Repository.with()Creates a new builder with this object as the basis.RepositoryBase.with()Creates a new builder with this object as the basis.RepositoryPolicy.with()Creates a new builder with this object as the basis.Server.with()Creates a new builder with this object as the basis.Settings.with()Creates a new builder with this object as the basis.TrackableBase.with()Creates a new builder with this object as the basis.Profile.withActivation(Activation activation) Creates a newProfileinstance using the specified activation.Proxy.withActive(boolean active) Creates a newProxyinstance using the specified active.Activation.withActiveByDefault(boolean activeByDefault) Creates a newActivationinstance using the specified activeByDefault.Settings.withActiveProfiles(Collection<String> activeProfiles) Creates a newSettingsinstance using the specified activeProfiles.Creates a newActivationOSinstance using the specified arch.Mirror.withBlocked(boolean blocked) Creates a newMirrorinstance using the specified blocked.RepositoryPolicy.withChecksumPolicy(String checksumPolicy) Creates a newRepositoryPolicyinstance using the specified checksumPolicy.Server.withConfiguration(Dom configuration) Creates a newServerinstance using the specified configuration.Server.withDirectoryPermissions(String directoryPermissions) Creates a newServerinstance using the specified directoryPermissions.RepositoryPolicy.withEnabled(boolean enabled) Creates a newRepositoryPolicyinstance using the specified enabled.ActivationFile.withExists(String exists) Creates a newActivationFileinstance using the specified exists.ActivationOS.withFamily(String family) Creates a newActivationOSinstance using the specified family.Activation.withFile(ActivationFile file) Creates a newActivationinstance using the specified file.Server.withFilePermissions(String filePermissions) Creates a newServerinstance using the specified filePermissions.Creates a newProxyinstance using the specified host.Creates a newIdentifiableBaseinstance using the specified id.Creates a newMirrorinstance using the specified id.Creates a newProfileinstance using the specified id.Creates a newProxyinstance using the specified id.Creates a newRepositoryinstance using the specified id.Creates a newRepositoryBaseinstance using the specified id.Creates a newServerinstance using the specified id.Settings.withInteractiveMode(boolean interactiveMode) Creates a newSettingsinstance using the specified interactiveMode.Creates a newActivationinstance using the specified jdk.Mirror.withLayout(String layout) Creates a newMirrorinstance using the specified layout.Repository.withLayout(String layout) Creates a newRepositoryinstance using the specified layout.RepositoryBase.withLayout(String layout) Creates a newRepositoryBaseinstance using the specified layout.Settings.withLocalRepository(String localRepository) Creates a newSettingsinstance using the specified localRepository.Mirror.withMirrorOf(String mirrorOf) Creates a newMirrorinstance using the specified mirrorOf.Mirror.withMirrorOfLayouts(String mirrorOfLayouts) Creates a newMirrorinstance using the specified mirrorOfLayouts.Settings.withMirrors(Collection<Mirror> mirrors) Creates a newSettingsinstance using the specified mirrors.ActivationFile.withMissing(String missing) Creates a newActivationFileinstance using the specified missing.Creates a newActivationOSinstance using the specified name.Creates a newActivationPropertyinstance using the specified name.Creates a newMirrorinstance using the specified name.Creates a newRepositoryinstance using the specified name.Creates a newRepositoryBaseinstance using the specified name.Proxy.withNonProxyHosts(String nonProxyHosts) Creates a newProxyinstance using the specified nonProxyHosts.Settings.withOffline(boolean offline) Creates a newSettingsinstance using the specified offline.Activation.withOs(ActivationOS os) Creates a newActivationinstance using the specified os.Server.withPassphrase(String passphrase) Creates a newServerinstance using the specified passphrase.Proxy.withPassword(String password) Creates a newProxyinstance using the specified password.Server.withPassword(String password) Creates a newServerinstance using the specified password.Settings.withPluginGroups(Collection<String> pluginGroups) Creates a newSettingsinstance using the specified pluginGroups.Profile.withPluginRepositories(Collection<Repository> pluginRepositories) Creates a newProfileinstance using the specified pluginRepositories.Proxy.withPort(int port) Creates a newProxyinstance using the specified port.Server.withPrivateKey(String privateKey) Creates a newServerinstance using the specified privateKey.Settings.withProfiles(Collection<Profile> profiles) Creates a newSettingsinstance using the specified profiles.Profile.withProperties(Map<String, String> properties) Creates a newProfileinstance using the specified properties.Activation.withProperty(ActivationProperty property) Creates a newActivationinstance using the specified property.Proxy.withProtocol(String protocol) Creates a newProxyinstance using the specified protocol.Settings.withProxies(Collection<Proxy> proxies) Creates a newSettingsinstance using the specified proxies.Repository.withReleases(RepositoryPolicy releases) Creates a newRepositoryinstance using the specified releases.Profile.withRepositories(Collection<Repository> repositories) Creates a newProfileinstance using the specified repositories.Settings.withServers(Collection<Server> servers) Creates a newSettingsinstance using the specified servers.Repository.withSnapshots(RepositoryPolicy snapshots) Creates a newRepositoryinstance using the specified snapshots.RepositoryPolicy.withUpdatePolicy(String updatePolicy) Creates a newRepositoryPolicyinstance using the specified updatePolicy.Creates a newMirrorinstance using the specified url.Creates a newRepositoryinstance using the specified url.Creates a newRepositoryBaseinstance using the specified url.Settings.withUsePluginRegistry(boolean usePluginRegistry) Creates a newSettingsinstance using the specified usePluginRegistry.Proxy.withUsername(String username) Creates a newProxyinstance using the specified username.Server.withUsername(String username) Creates a newServerinstance using the specified username.Creates a newActivationPropertyinstance using the specified value.ActivationOS.withVersion(String version) Creates a newActivationOSinstance using the specified version. -
Uses of Nonnull in org.apache.maven.api.toolchain
Methods in org.apache.maven.api.toolchain with annotations of type NonnullModifier and TypeMethodDescriptionPersistedToolchains.Builder.build()ToolchainModel.Builder.build()TrackableBase.Builder.build()ToolchainModel.Builder.configuration(Dom configuration) ToolchainModel.getProvides()Toolchain identification information, which will be matched against project requirements.PersistedToolchains.getToolchains()The toolchain instance definition.PersistedToolchains.Builder.modelEncoding(String modelEncoding) static PersistedToolchains.BuilderPersistedToolchains.newBuilder()Creates a newPersistedToolchainsbuilder instance.static PersistedToolchains.BuilderPersistedToolchains.newBuilder(boolean withDefaults) Creates a newPersistedToolchainsbuilder instance using default values or not.static PersistedToolchains.BuilderPersistedToolchains.newBuilder(PersistedToolchains from) Creates a newPersistedToolchainsbuilder instance using the specified object as a basis.static PersistedToolchains.BuilderPersistedToolchains.newBuilder(PersistedToolchains from, boolean forceCopy) Creates a newPersistedToolchainsbuilder instance using the specified object as a basis.static ToolchainModel.BuilderToolchainModel.newBuilder()Creates a newToolchainModelbuilder instance.static ToolchainModel.BuilderToolchainModel.newBuilder(boolean withDefaults) Creates a newToolchainModelbuilder instance using default values or not.static ToolchainModel.BuilderToolchainModel.newBuilder(ToolchainModel from) Creates a newToolchainModelbuilder instance using the specified object as a basis.static ToolchainModel.BuilderToolchainModel.newBuilder(ToolchainModel from, boolean forceCopy) Creates a newToolchainModelbuilder instance using the specified object as a basis.static TrackableBase.BuilderTrackableBase.newBuilder()Creates a newTrackableBasebuilder instance.static TrackableBase.BuilderTrackableBase.newBuilder(boolean withDefaults) Creates a newTrackableBasebuilder instance using default values or not.static TrackableBase.BuilderTrackableBase.newBuilder(TrackableBase from) Creates a newTrackableBasebuilder instance using the specified object as a basis.static TrackableBase.BuilderTrackableBase.newBuilder(TrackableBase from, boolean forceCopy) Creates a newTrackableBasebuilder instance using the specified object as a basis.static PersistedToolchainsPersistedToolchains.newInstance()Creates a newPersistedToolchainsinstance.static PersistedToolchainsPersistedToolchains.newInstance(boolean withDefaults) Creates a newPersistedToolchainsinstance using default values or not.static ToolchainModelToolchainModel.newInstance()Creates a newToolchainModelinstance.static ToolchainModelToolchainModel.newInstance(boolean withDefaults) Creates a newToolchainModelinstance using default values or not.static TrackableBaseTrackableBase.newInstance()Creates a newTrackableBaseinstance.static TrackableBaseTrackableBase.newInstance(boolean withDefaults) Creates a newTrackableBaseinstance using default values or not.PersistedToolchains.Builder.toolchains(Collection<ToolchainModel> toolchains) PersistedToolchains.with()Creates a new builder with this object as the basis.ToolchainModel.with()Creates a new builder with this object as the basis.TrackableBase.with()Creates a new builder with this object as the basis.ToolchainModel.withConfiguration(Dom configuration) Creates a newToolchainModelinstance using the specified configuration.ToolchainModel.withProvides(Map<String, String> provides) Creates a newToolchainModelinstance using the specified provides.PersistedToolchains.withToolchains(Collection<ToolchainModel> toolchains) Creates a newPersistedToolchainsinstance using the specified toolchains.Creates a newToolchainModelinstance using the specified type. -
Uses of Nonnull in org.apache.maven.api.xml
Methods in org.apache.maven.api.xml with annotations of type NonnullMethod parameters in org.apache.maven.api.xml with annotations of type Nonnull -
Uses of Nonnull in org.apache.maven.internal.impl
Fields in org.apache.maven.internal.impl with annotations of type NonnullModifier and TypeFieldDescriptionprotected final org.eclipse.aether.graph.DependencyNodeDefaultNode.nodeprotected final AbstractSessionDefaultNode.sessionMethods in org.apache.maven.internal.impl with annotations of type NonnullModifier and TypeMethodDescriptionDefaultMessageBuilder.a(char[] chars) DefaultMessageBuilder.a(char[] chars, int i, int i1) DefaultMessageBuilder.a(CharSequence charSequence) DefaultMessageBuilder.a(CharSequence charSequence, int i, int i1) DefaultMessageBuilder.build()DefaultProjectBuilder.build(ProjectBuilderRequest request) DefaultSettingsBuilder.build(SettingsBuilderRequest request) DefaultToolchainsBuilder.build(ToolchainsBuilderRequest request) DefaultMessageBuilderFactory.builder()DefaultMessageBuilderFactory.builder(StringBuilder stringBuilder) DefaultDependencyCollector.collect(DependencyCollectorRequest request) AbstractSession.collectDependencies(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)AbstractSession.collectDependencies(DependencyCoordinate dependency) Shortcut forgetService(DependencyCollector.class).collect(...)AbstractSession.collectDependencies(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)DefaultDependencyCoordinateFactory.create(DependencyCoordinateFactoryRequest request) AbstractSession.createDependencyCoordinate(ArtifactCoordinate coordinate) Shortcut forgetService(DependencyFactory.class).create(...)AbstractSession.createDependencyCoordinate(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)AbstractSession.createRemoteRepository(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)AbstractSession.createRemoteRepository(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)AbstractSession.getArtifact(org.eclipse.aether.artifact.Artifact artifact) DefaultProject.getArtifact()DefaultArtifact.getArtifactId()DefaultArtifactCoordinate.getArtifactId()DefaultProject.getArtifactId()AbstractSession.getArtifactPath(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)DefaultProjectManager.getAttachedArtifacts(Project project) DefaultArtifact.getClassifier()DefaultArtifactCoordinate.getClassifier()DefaultSession.getData()DefaultProject.getDependencies()AbstractSession.getDependency(org.eclipse.aether.graph.Dependency dependency) org.eclipse.aether.graph.DependencyDefaultDependency.getDependency()org.eclipse.aether.graph.DependencyDefaultDependencyCoordinate.getDependency()DefaultDependencyCoordinate.getExclusions()DefaultSession.getExecutionRootDirectory()DefaultArtifact.getExtension()DefaultArtifact.getGroupId()DefaultArtifactCoordinate.getGroupId()DefaultProject.getGroupId()DefaultLocalRepository.getId()DefaultRemoteRepository.getId()AbstractSession.getListeners()DefaultSession.getLocalRepository()DefaultProject.getManagedDependencies()DefaultSession.getMavenVersion()DefaultProject.getModel()DefaultSession.getMultiModuleProjectDirectory()DefaultProject.getPackaging()DefaultLocalRepository.getPath()DefaultSession.getPluginContext(Project project) DefaultProject.getPomPath()DefaultSession.getProjects()DefaultRemoteRepository.getProtocol()DefaultSession.getRemoteRepositories()org.eclipse.aether.repository.LocalRepositoryDefaultLocalRepository.getRepository()org.eclipse.aether.RepositorySystemDefaultSession.getRepositorySystem()DefaultDependency.getScope()DefaultDependencyCoordinate.getScope()<T extends Service>
TDefaultSession.getService(Class<T> clazz) org.eclipse.aether.RepositorySystemSessionDefaultSession.getSession()DefaultSession.getSettings()DefaultSession.getStartTime()DefaultSession.getSystemProperties()DefaultLocalRepository.getType()DefaultRemoteRepository.getType()DefaultRemoteRepository.getUrl()DefaultSession.getUserProperties()DefaultArtifact.getVersion()DefaultArtifactCoordinate.getVersion()DefaultProject.getVersion()DefaultMessageBuilder.newline()DefaultArtifact.toCoordinate()DefaultDependency.toCoordinate()DefaultSession.withLocalRepository(LocalRepository localRepository) DefaultSession.withRemoteRepositories(List<RemoteRepository> repositories) Method parameters in org.apache.maven.internal.impl with annotations of type NonnullModifier and TypeMethodDescriptionDefaultMessageBuilderFactory.builder(StringBuilder stringBuilder) DefaultDependencyCollector.collect(DependencyCollectorRequest request) AbstractSession.collectDependencies(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)AbstractSession.collectDependencies(DependencyCoordinate dependency) Shortcut forgetService(DependencyCollector.class).collect(...)AbstractSession.collectDependencies(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)DefaultArtifactCoordinateFactory.create(ArtifactCoordinateFactoryRequest request) DefaultArtifactFactory.create(ArtifactFactoryRequest request) DefaultDependencyCoordinateFactory.create(DependencyCoordinateFactoryRequest request) AbstractSession.createDependencyCoordinate(ArtifactCoordinate coordinate) Shortcut forgetService(DependencyFactory.class).create(...)AbstractSession.createDependencyCoordinate(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)AbstractSession.createRemoteRepository(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)AbstractSession.createRemoteRepository(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)AbstractSession.createRemoteRepository(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)voidDefaultArtifactDeployer.deploy(ArtifactDeployerRequest request) static ModelSimply parse the given xml string.AbstractSession.getArtifact(org.eclipse.aether.artifact.Artifact artifact) AbstractSession.getArtifactPath(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)AbstractSession.getDependency(org.eclipse.aether.graph.Dependency dependency) AbstractSession.getPathForLocalArtifact(Artifact artifact) booleanAbstractSession.isVersionSnapshot(String version) Shortcut forgetService(VersionParser.class).isSnapshot(...)DefaultModelXmlFactory.read(XmlReaderRequest request) DefaultSettingsXmlFactory.read(XmlReaderRequest request) DefaultToolchainsXmlFactory.read(XmlReaderRequest request) voidAbstractSession.registerListener(Listener listener) voidAbstractSession.setArtifactPath(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)voidAbstractSession.setArtifactPath(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)voidstatic StringSimply converts the given content to an xml string.voidAbstractSession.unregisterListener(Listener listener) DefaultSession.withLocalRepository(LocalRepository localRepository) DefaultSession.withRemoteRepositories(List<RemoteRepository> repositories) Constructor parameters in org.apache.maven.internal.impl with annotations of type NonnullModifierConstructorDescriptionDefaultArtifact(AbstractSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultArtifact(AbstractSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultArtifactCoordinate(AbstractSession session, org.eclipse.aether.artifact.Artifact coordinate) DefaultArtifactCoordinate(AbstractSession session, org.eclipse.aether.artifact.Artifact coordinate) DefaultArtifactManager(DefaultSession session) DefaultDependency(AbstractSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependency(AbstractSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependencyCoordinate(AbstractSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependencyCoordinate(AbstractSession session, org.eclipse.aether.graph.Dependency dependency) DefaultLocalRepository(org.eclipse.aether.repository.LocalRepository repository) DefaultMessageBuilder(org.apache.maven.shared.utils.logging.MessageBuilder delegate) DefaultNode(AbstractSession session, org.eclipse.aether.graph.DependencyNode node, boolean verbose) DefaultNode(AbstractSession session, org.eclipse.aether.graph.DependencyNode node, boolean verbose) DefaultSession(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) DefaultSession(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) DefaultSession(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) DefaultSession(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) DefaultSession(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) -
Uses of Nonnull in org.apache.maven.model
Methods in org.apache.maven.model with annotations of type NonnullModifier and TypeMethodDescriptionNotifier.getConfiguration()Model.getContributors()DependencyManagement.getDependencies()ModelBase.getDependencies()Plugin.getDependencies()Model.getDevelopers()PatternSet.getExcludes()Dependency.getExclusions()Plugin.getExecutions()Build.getExtensions()BuildBase.getFilters()PluginExecution.getGoals()PatternSet.getIncludes()Model.getLicenses()Model.getMailingLists()ModelBase.getModules()CiManagement.getNotifiers()MailingList.getOtherArchives()ModelBase.getPluginRepositories()PluginContainer.getPlugins()Reporting.getPlugins()Model.getProfiles()Contributor.getProperties()ModelBase.getProperties()ReportSet.getReports()ReportPlugin.getReportSets()ModelBase.getRepositories()BuildBase.getResources()Contributor.getRoles()BuildBase.getTestResources() -
Uses of Nonnull in org.apache.maven.plugin.lifecycle
Methods in org.apache.maven.plugin.lifecycle with annotations of type NonnullModifier and TypeMethodDescriptionExecution.Builder.build()Lifecycle.Builder.build()LifecycleConfiguration.Builder.build()Phase.Builder.build()Execution.Builder.configuration(Dom configuration) Phase.Builder.configuration(Dom configuration) Phase.Builder.executions(Collection<Execution> executions) Phase.getExecutions()The goals to execute within the phase.Execution.getGoals()The goals to execute.LifecycleConfiguration.getLifecycles()Lifecycle.getPhases()The phase mappings for this lifecycle.Execution.Builder.goals(Collection<String> goals) LifecycleConfiguration.Builder.lifecycles(Collection<Lifecycle> lifecycles) LifecycleConfiguration.Builder.modelEncoding(String modelEncoding) static Execution.BuilderExecution.newBuilder()Creates a new Execution builder instance.static Execution.BuilderExecution.newBuilder(boolean withDefaults) Creates a new Execution builder instance using default values or not.static Execution.BuilderExecution.newBuilder(Execution from) Creates a new Execution builder instance using the specified object as a basis.static Execution.BuilderExecution.newBuilder(Execution from, boolean forceCopy) Creates a new Execution builder instance using the specified object as a basis.static Lifecycle.BuilderLifecycle.newBuilder()Creates a new Lifecycle builder instance.static Lifecycle.BuilderLifecycle.newBuilder(boolean withDefaults) Creates a new Lifecycle builder instance using default values or not.static Lifecycle.BuilderLifecycle.newBuilder(Lifecycle from) Creates a new Lifecycle builder instance using the specified object as a basis.static Lifecycle.BuilderLifecycle.newBuilder(Lifecycle from, boolean forceCopy) Creates a new Lifecycle builder instance using the specified object as a basis.LifecycleConfiguration.newBuilder()Creates a new LifecycleConfiguration builder instance.LifecycleConfiguration.newBuilder(boolean withDefaults) Creates a new LifecycleConfiguration builder instance using default values or not.LifecycleConfiguration.newBuilder(LifecycleConfiguration from) Creates a new LifecycleConfiguration builder instance using the specified object as a basis.LifecycleConfiguration.newBuilder(LifecycleConfiguration from, boolean forceCopy) Creates a new LifecycleConfiguration builder instance using the specified object as a basis.static Phase.BuilderPhase.newBuilder()Creates a new Phase builder instance.static Phase.BuilderPhase.newBuilder(boolean withDefaults) Creates a new Phase builder instance using default values or not.static Phase.BuilderPhase.newBuilder(Phase from) Creates a new Phase builder instance using the specified object as a basis.static Phase.BuilderPhase.newBuilder(Phase from, boolean forceCopy) Creates a new Phase builder instance using the specified object as a basis.static ExecutionExecution.newInstance()Creates a new Execution instance.static ExecutionExecution.newInstance(boolean withDefaults) Creates a new Execution instance using default values or not.static LifecycleLifecycle.newInstance()Creates a new Lifecycle instance.static LifecycleLifecycle.newInstance(boolean withDefaults) Creates a new Lifecycle instance using default values or not.static LifecycleConfigurationLifecycleConfiguration.newInstance()Creates a new LifecycleConfiguration instance.static LifecycleConfigurationLifecycleConfiguration.newInstance(boolean withDefaults) Creates a new LifecycleConfiguration instance using default values or not.static PhasePhase.newInstance()Creates a new Phase instance.static PhasePhase.newInstance(boolean withDefaults) Creates a new Phase instance using default values or not.Lifecycle.Builder.phases(Collection<Phase> phases) Execution.with()Creates a new builder with this object as the basis.Lifecycle.with()Creates a new builder with this object as the basis.LifecycleConfiguration.with()Creates a new builder with this object as the basis.Phase.with()Creates a new builder with this object as the basis.Execution.withConfiguration(Dom configuration) Creates a new Execution instance using the specified configuration.Phase.withConfiguration(Dom configuration) Creates a new Phase instance using the specified configuration.Phase.withExecutions(Collection<Execution> executions) Creates a new Phase instance using the specified executions.Execution.withGoals(Collection<String> goals) Creates a new Execution instance using the specified goals.Creates a new Lifecycle instance using the specified id.Creates a new Phase instance using the specified id.LifecycleConfiguration.withLifecycles(Collection<Lifecycle> lifecycles) Creates a new LifecycleConfiguration instance using the specified lifecycles.Lifecycle.withPhases(Collection<Phase> phases) Creates a new Lifecycle instance using the specified phases. -
Uses of Nonnull in org.apache.maven.settings
Methods in org.apache.maven.settings with annotations of type NonnullModifier and TypeMethodDescriptionSettings.getActiveProfiles()Settings.getMirrors()Settings.getPluginGroups()Profile.getPluginRepositories()Settings.getProfiles()Profile.getProperties()Settings.getProxies()Profile.getRepositories()Settings.getServers() -
Uses of Nonnull in org.apache.maven.toolchain.model
Methods in org.apache.maven.toolchain.model with annotations of type NonnullModifier and TypeMethodDescriptionToolchainModel.getProvides()PersistedToolchains.getToolchains()