public static class NutsSettingsRepositorySubCommand.RepoInfo extends Object
| Constructor and Description |
|---|
RepoInfo() |
RepoInfo(String name,
String type,
net.thevpc.nuts.NutsPath location,
NutsSettingsRepositorySubCommand.RepoStatus enabled,
NutsSettingsRepositorySubCommand.RepoInfo[] mirrors) |
| Modifier and Type | Method and Description |
|---|---|
NutsSettingsRepositorySubCommand.RepoStatus |
getEnabled() |
net.thevpc.nuts.NutsPath |
getLocation() |
NutsSettingsRepositorySubCommand.RepoInfo[] |
getMirrors() |
String |
getName() |
String |
getType() |
void |
setEnabled(NutsSettingsRepositorySubCommand.RepoStatus enabled) |
void |
setLocation(net.thevpc.nuts.NutsPath location) |
void |
setName(String name) |
void |
setType(String type) |
public RepoInfo(String name, String type, net.thevpc.nuts.NutsPath location, NutsSettingsRepositorySubCommand.RepoStatus enabled, NutsSettingsRepositorySubCommand.RepoInfo[] mirrors)
public RepoInfo()
public NutsSettingsRepositorySubCommand.RepoInfo[] getMirrors()
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public net.thevpc.nuts.NutsPath getLocation()
public void setLocation(net.thevpc.nuts.NutsPath location)
public NutsSettingsRepositorySubCommand.RepoStatus getEnabled()
public void setEnabled(NutsSettingsRepositorySubCommand.RepoStatus enabled)
Copyright © 2022 vpc open source initiative. All rights reserved.