Package io.quarkus.registry.config
Class RegistryMavenRepoConfigImpl
- java.lang.Object
-
- io.quarkus.registry.config.RegistryMavenRepoConfigImpl
-
- All Implemented Interfaces:
RegistryMavenRepoConfig
public class RegistryMavenRepoConfigImpl extends Object implements RegistryMavenRepoConfig
Asymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegistryMavenRepoConfigImpl.BuilderBuilder.-
Nested classes/interfaces inherited from interface io.quarkus.registry.config.RegistryMavenRepoConfig
RegistryMavenRepoConfig.Mutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()Default registry Maven repository ID.StringgetUrl()Registry Maven repository URLinthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.registry.config.RegistryMavenRepoConfig
mutable
-
-
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:RegistryMavenRepoConfigDefault registry Maven repository ID.- Specified by:
getIdin interfaceRegistryMavenRepoConfig- Returns:
- default registry Maven repository ID
-
getUrl
public String getUrl()
Description copied from interface:RegistryMavenRepoConfigRegistry Maven repository URL- Specified by:
getUrlin interfaceRegistryMavenRepoConfig- Returns:
- registry Maven repository URL
-
-