Uses of Class
de.julielab.jcore.pipeline.builder.base.exceptions.GithubInformationException
-
-
Uses of GithubInformationException in de.julielab.jcore.pipeline.builder.base.connectors
Methods in de.julielab.jcore.pipeline.builder.base.connectors that throw GithubInformationException Modifier and Type Method Description static Map<String,MetaDescription>GitHubConnector. getComponents(GitHubRepository repository, Boolean exposable)Lists all folders in a the repository $repo$ of branch %version% with their respective MetaFile InputStream.static InputStreamGitHubConnector. getGitHubContentStream(GitHubRepository repository)Gets the content of a GitHub repository in JSON formatstatic InputStreamGitHubConnector. getMetaFileStream(String name, GitHubRepository repository)Gets the content of a JCoRe component meta filestatic InputStreamGitHubConnector. getPomFileStream(String user, String name, String module, String version)Gets the content of a JCoRe component pom.xml file -
Uses of GithubInformationException in de.julielab.jcore.pipeline.builder.base.interfaces
Methods in de.julielab.jcore.pipeline.builder.base.interfaces that throw GithubInformationException Modifier and Type Method Description voidIComponentMetaInformationService. completeReload()List<de.julielab.utilities.aether.MavenArtifact>IComponentMetaInformationService. downloadArtifacts(List<de.julielab.utilities.aether.MavenArtifact> artifactIds)Builds a map of "artifact name" - "artifact file" representationsSet<de.julielab.utilities.aether.MavenArtifact>IComponentMetaInformationService. getArtifacts()List<String>IComponentMetaInformationService. getCategory(String componentName)String[]IComponentMetaInformationService. getDescriptors(String componentName)StringIComponentMetaInformationService. 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(ComponentRepository repository)Collection<MetaDescription>IComponentMetaInformationService. getMetaInformation(Boolean loadNew)Lists all exposed components of the module this ComponentMetaInformation object belongs to/ was created from.MetaDescriptionIComponentMetaInformationService. getMetaInformation(String componentName)Gets the meta information of a specific component.MetaDescriptionIComponentMetaInformationService. 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.StringIComponentMetaInformationService. getName(String componentName)Set<de.julielab.utilities.aether.MavenArtifact>IComponentMetaInformationService. loadAllArtifacts()voidIComponentMetaInformationService. loadComponentMetaInformation(Boolean loadNew)Builds a list of JsonObjects with their respective meta information.voidIComponentMetaInformationService. loadMetaInformationFromDisk(ComponentRepository repository) -
Uses of GithubInformationException in de.julielab.jcore.pipeline.builder.base.main
Methods in de.julielab.jcore.pipeline.builder.base.main that throw GithubInformationException Modifier and Type Method Description voidComponentMetaInformationService. completeReload()Set<de.julielab.utilities.aether.MavenArtifact>ComponentMetaInformationService. getArtifacts()List<String>ComponentMetaInformationService. getCategory(String componentName)String[]ComponentMetaInformationService. getDescriptors(String componentName)StringComponentMetaInformationService. getGroups(String componentName)Collection<MetaDescription>ComponentMetaInformationService. getMetaInformation()Collection<MetaDescription>ComponentMetaInformationService. getMetaInformation(ComponentRepository repository)Collection<MetaDescription>ComponentMetaInformationService. getMetaInformation(Boolean loadNew)MetaDescriptionComponentMetaInformationService. getMetaInformation(String componentName)MetaDescriptionComponentMetaInformationService. getMetaInformation(String componentName, Boolean loadNew)Collection<MetaDescription>ComponentMetaInformationService. getMetaInformationWithArtifacts(Boolean loadNew)StringComponentMetaInformationService. getName(String componentName)Set<de.julielab.utilities.aether.MavenArtifact>ComponentMetaInformationService. loadAllArtifacts()voidComponentMetaInformationService. loadComponentMetaInformation(Boolean loadNew)voidComponentMetaInformationService. loadComponentMetaInformation(Boolean loadNew, ComponentRepository repository)voidComponentMetaInformationService. loadMetaInformationFromDisk(ComponentRepository repository)static voidRepositories. saveMetaInformationToDisk(ComponentRepository repository)
-