Uses of Class
org.apache.maven.api.model.Source
-
Uses of Source in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return SourceModifier and TypeMethodDescriptionSource.Builder.build()static SourceSource.newInstance()Creates a newSourceinstance.static SourceSource.newInstance(boolean withDefaults) Creates a newSourceinstance using default values or not.Source.withDirectory(String directory) Creates a newSourceinstance using the specified directory.Source.withEnabled(boolean enabled) Creates a newSourceinstance using the specified enabled.Source.withExcludes(Collection<String> excludes) Creates a newSourceinstance using the specified excludes.Source.withIncludes(Collection<String> includes) Creates a newSourceinstance using the specified includes.Creates a newSourceinstance using the specified lang.Source.withModule(String module) Creates a newSourceinstance using the specified module.Creates a newSourceinstance using the specified scope.Source.withStringFiltering(boolean stringFiltering) Creates a newSourceinstance using the specified stringFiltering.Source.withTargetPath(String targetPath) Creates a newSourceinstance using the specified targetPath.Source.withTargetVersion(String targetVersion) Creates a newSourceinstance using the specified targetVersion.Methods in org.apache.maven.api.model that return types with arguments of type SourceModifier and TypeMethodDescriptionBuild.getSources()All the sources to compile and resources files to copy for a project or it's unit tests.Methods in org.apache.maven.api.model with parameters of type SourceModifier and TypeMethodDescriptionstatic Source.BuilderSource.newBuilder(Source from) Creates a newSourcebuilder instance using the specified object as a basis.static Source.BuilderSource.newBuilder(Source from, boolean forceCopy) Creates a newSourcebuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type SourceModifier and TypeMethodDescriptionBuild.Builder.sources(Collection<Source> sources) Build.withSources(Collection<Source> sources) Creates a newBuildinstance using the specified sources.Constructors in org.apache.maven.api.model with parameters of type Source