public static class NutsSettingsRepositorySubCommand.RepoInfo extends Object
| Constructor and Description |
|---|
RepoInfo() |
RepoInfo(String name,
String type,
String location,
boolean enabled,
NutsSettingsRepositorySubCommand.RepoInfo[] mirrors) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
NutsSettingsRepositorySubCommand.RepoInfo[] |
getMirrors() |
String |
getName() |
String |
getType() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setLocation(String location) |
void |
setName(String name) |
void |
setType(String type) |
public RepoInfo(String name, String type, String location, boolean 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 String getLocation()
public void setLocation(String location)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2021 vpc open source initiative. All rights reserved.