| Modifier and Type | Method and Description |
|---|---|
static InputStream |
GitHubConnector.getGitHubContentStream(GitHubRepository repository)
Gets the content of a GitHub repository in JSON format
|
static Map<String,MetaDescription> |
GitHubConnector.getJcoreComponents(GitHubRepository repository,
Boolean exposable)
Lists all folders in a the repository $repo$ of branch %version% with their respective MetaFile InputStream.
|
static InputStream |
GitHubConnector.getMetaFileStream(String name,
GitHubRepository repository)
Gets the content of a JCoRe component meta file
|
static InputStream |
GitHubConnector.getPomFileStream(String name,
String module,
String version)
Gets the content of a JCoRe component pom.xml file
|
| Modifier and Type | Method and Description |
|---|---|
void |
IComponentMetaInformationService.completeReload() |
List<MavenArtifact> |
IComponentMetaInformationService.downloadArtifacts(List<MavenArtifact> artifactIds)
Builds a map of "artifact name" - "artifact file" representations
|
Set<MavenArtifact> |
IComponentMetaInformationService.getArtifacts() |
List<String> |
IComponentMetaInformationService.getCategory(String componentName) |
String[] |
IComponentMetaInformationService.getDescriptors(String componentName) |
String |
IComponentMetaInformationService.getGroups(String componentName) |
Collection<MetaDescription> |
IComponentMetaInformationService.getMetaInformation()
Lists all exposed components of the module this ComponentMetaInformation object belongs to/
was created from.
|
Collection<MetaDescription> |
IComponentMetaInformationService.getMetaInformation(Boolean loadNew)
Lists all exposed components of the module this ComponentMetaInformation object belongs to/
was created from.
|
MetaDescription |
IComponentMetaInformationService.getMetaInformation(String componentName)
Gets the meta information of a specific component.
|
MetaDescription |
IComponentMetaInformationService.getMetaInformation(String componentName,
Boolean loadNew)
Gets the meta information of a specific component.
|
Collection<MetaDescription> |
IComponentMetaInformationService.getMetaInformationWithArtifacts(Boolean loadNew)
Lists all exposed components with their Maven artifacts already set.
|
String |
IComponentMetaInformationService.getName(String componentName) |
Set<MavenArtifact> |
IComponentMetaInformationService.loadAllArtifacts() |
void |
IComponentMetaInformationService.loadComponentMetaInformation(Boolean loadNew)
Builds a list of JsonObjects with their respective meta information.
|
void |
IComponentMetaInformationService.loadMetaInformationFromDisk(ComponentRepository repository) |
void |
IComponentMetaInformationService.saveMetaInformationToDisk(ComponentRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
JcoreGithubInformationService.completeReload() |
Set<MavenArtifact> |
JcoreGithubInformationService.getArtifacts() |
List<String> |
JcoreGithubInformationService.getCategory(String componentName) |
String[] |
JcoreGithubInformationService.getDescriptors(String componentName) |
String |
JcoreGithubInformationService.getGroups(String componentName) |
Collection<MetaDescription> |
JcoreGithubInformationService.getMetaInformation() |
Collection<MetaDescription> |
JcoreGithubInformationService.getMetaInformation(Boolean loadNew) |
MetaDescription |
JcoreGithubInformationService.getMetaInformation(String componentName) |
MetaDescription |
JcoreGithubInformationService.getMetaInformation(String componentName,
Boolean loadNew) |
Collection<MetaDescription> |
JcoreGithubInformationService.getMetaInformationWithArtifacts(Boolean loadNew) |
String |
JcoreGithubInformationService.getName(String componentName) |
Set<MavenArtifact> |
JcoreGithubInformationService.loadAllArtifacts() |
void |
JcoreGithubInformationService.loadComponentMetaInformation(Boolean loadNew) |
void |
JcoreGithubInformationService.loadComponentMetaInformation(Boolean loadNew,
ComponentRepository repository) |
void |
JcoreGithubInformationService.loadMetaInformationFromDisk(ComponentRepository repository) |
void |
JcoreGithubInformationService.saveMetaInformationToDisk(ComponentRepository repository) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.