Uses of Class
de.qaware.maven.plugin.offline.RepositoryType
-
-
Uses of RepositoryType in de.qaware.maven.plugin.offline
Methods in de.qaware.maven.plugin.offline that return RepositoryType Modifier and Type Method Description RepositoryTypeArtifactWithRepoType. getRepositoryType()RepositoryTypeDynamicDependency. getRepositoryType()static RepositoryTypeRepositoryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RepositoryType[]RepositoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.qaware.maven.plugin.offline with parameters of type RepositoryType Modifier and Type Method Description voidDynamicDependency. setRepositoryType(RepositoryType repositoryType)Constructors in de.qaware.maven.plugin.offline with parameters of type RepositoryType Constructor Description ArtifactWithRepoType(org.eclipse.aether.artifact.Artifact artifact, RepositoryType repositoryType)
-