Uses of Class
org.jboss.set.aphrodite.domain.RepositoryType
-
Packages that use RepositoryType Package Description org.jboss.set.aphrodite.domain -
-
Uses of RepositoryType in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return RepositoryType Modifier and Type Method Description static RepositoryTypeRepositoryType. fromRepositoryURI(URI uri)static RepositoryTypeRepositoryType. fromRepositoryURL(String stringURI)static RepositoryTypeRepositoryType. fromType(String type)RepositoryTypeStreamComponent. getRepositoryType()static RepositoryTypeRepositoryType. valueOf(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 org.jboss.set.aphrodite.domain with parameters of type RepositoryType Modifier and Type Method Description voidStreamComponent. setRepositoryType(RepositoryType repositoryType)Constructors in org.jboss.set.aphrodite.domain with parameters of type RepositoryType Constructor Description StreamComponent(String name, List<String> contacts, RepositoryType repositoryType, URI repositoryURL, Codebase codebase, String tag, String version, String gav, String comment)
-