Uses of Class
org.apache.maven.plugins.assembly.model.Repository
-
-
Uses of Repository in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase with parameters of type Repository Modifier and Type Method Description private RepositoryInfoRepositoryAssemblyPhase. wrap(Repository repository) -
Uses of Repository in org.apache.maven.plugins.assembly.archive.phase.wrappers
Fields in org.apache.maven.plugins.assembly.archive.phase.wrappers declared as Repository Modifier and Type Field Description private RepositoryRepoInfoWrapper. repoConstructors in org.apache.maven.plugins.assembly.archive.phase.wrappers with parameters of type Repository Constructor Description RepoInfoWrapper(Repository repo) -
Uses of Repository in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model with type parameters of type Repository Modifier and Type Field Description private java.util.List<Repository>Assembly. repositoriesField repositories.private java.util.List<Repository>Component. repositoriesField repositories.Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type Repository Modifier and Type Method Description java.util.List<Repository>Assembly. getRepositories()Method getRepositories.java.util.List<Repository>Component. getRepositories()Method getRepositories.Methods in org.apache.maven.plugins.assembly.model with parameters of type Repository Modifier and Type Method Description voidAssembly. addRepository(Repository repository)Method addRepository.voidComponent. addRepository(Repository repository)Method addRepository.voidAssembly. removeRepository(Repository repository)Method removeRepository.voidComponent. removeRepository(Repository repository)Method removeRepository.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type Repository Modifier and Type Method Description voidAssembly. setRepositories(java.util.List<Repository> repositories)Set specifies which repository files to include in the assembly.voidComponent. setRepositories(java.util.List<Repository> repositories)Set specifies a set of repositories to include in the assembly. -
Uses of Repository in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return Repository Modifier and Type Method Description private RepositoryAssemblyXpp3Reader. parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseRepository.private RepositoryComponentXpp3Reader. parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseRepository.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type Repository Modifier and Type Method Description private voidAssemblyXpp3Writer. writeRepository(Repository repository, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeRepository.private voidComponentXpp3Writer. writeRepository(Repository repository, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeRepository.
-