Uses of Class
de.julielab.jcore.pipeline.builder.base.main.MetaDescription
-
Packages that use MetaDescription Package Description de.julielab.jcore.pipeline.builder.base.connectors de.julielab.jcore.pipeline.builder.base.interfaces de.julielab.jcore.pipeline.builder.base.main -
-
Uses of MetaDescription in de.julielab.jcore.pipeline.builder.base.connectors
Methods in de.julielab.jcore.pipeline.builder.base.connectors that return types with arguments of type MetaDescription 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. -
Uses of MetaDescription in de.julielab.jcore.pipeline.builder.base.interfaces
Methods in de.julielab.jcore.pipeline.builder.base.interfaces that return MetaDescription Modifier and Type Method Description 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.Methods in de.julielab.jcore.pipeline.builder.base.interfaces that return types with arguments of type MetaDescription Modifier and Type Method Description 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.Collection<MetaDescription>IComponentMetaInformationService. getMetaInformationWithArtifacts(Boolean loadNew)Lists all exposed components with their Maven artifacts already set. -
Uses of MetaDescription in de.julielab.jcore.pipeline.builder.base.main
Methods in de.julielab.jcore.pipeline.builder.base.main that return MetaDescription Modifier and Type Method Description MetaDescriptionMetaDescription.FromJsonSetup. convert(MetaDescription value)MetaDescriptionDescription. getMetaDescription()MetaDescriptionComponentMetaInformationService. getMetaInformation(String componentName)MetaDescriptionComponentMetaInformationService. getMetaInformation(String componentName, Boolean loadNew)Methods in de.julielab.jcore.pipeline.builder.base.main that return types with arguments of type MetaDescription Modifier and Type Method Description Collection<MetaDescription>ComponentMetaInformationService. getMetaInformation()Collection<MetaDescription>ComponentMetaInformationService. getMetaInformation(ComponentRepository repository)Collection<MetaDescription>ComponentMetaInformationService. getMetaInformation(Boolean loadNew)Collection<MetaDescription>ComponentMetaInformationService. getMetaInformationWithArtifacts(Boolean loadNew)Methods in de.julielab.jcore.pipeline.builder.base.main with parameters of type MetaDescription Modifier and Type Method Description MetaDescriptionMetaDescription.FromJsonSetup. convert(MetaDescription value)voidDescription. setMetaDescription(MetaDescription metaDescription)
-