public class ComponentRepository extends Object implements Serializable
| Constructor and Description |
|---|
ComponentRepository() |
ComponentRepository(String name,
String version,
boolean updateable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getVersion() |
boolean |
isUpdateable()
Indicates whether the repository can be scanned for updates.
|
void |
setName(String name) |
void |
setUpdateable(boolean updateable) |
void |
setVersion(String version) |
String |
toString() |
public boolean isUpdateable()
GitHubRepository objects.
It might not work for manually assembled repositories of private components.public void setUpdateable(boolean updateable)
public String getName()
public void setName(String name)
public String getVersion()
public void setVersion(String version)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.