public class ProjectConfig extends Object
| Constructor and Description |
|---|
ProjectConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RepositoryAddress |
getAddress() |
String |
getId() |
String |
getPath() |
Set<String> |
getTechnologies() |
int |
hashCode() |
boolean |
isZombie() |
ProjectConfig |
setAddress(RepositoryAddress address) |
ProjectConfig |
setId(String id) |
ProjectConfig |
setPath(String path) |
ProjectConfig |
setTechnologies(Set<String> technologies) |
ProjectConfig |
setZombie(boolean zombie) |
public ProjectConfig setTechnologies(Set<String> technologies)
public String getPath()
public ProjectConfig setPath(String path)
public boolean isZombie()
public ProjectConfig setZombie(boolean zombie)
public RepositoryAddress getAddress()
public ProjectConfig setAddress(RepositoryAddress address)
public String getId()
public ProjectConfig setId(String id)
Copyright © 2022 vpc open source initiative. All rights reserved.