Uses of Class
de.julielab.jcore.pipeline.builder.base.exceptions.DescriptorLoadingException
-
Packages that use DescriptorLoadingException Package Description de.julielab.jcore.pipeline.builder.base.interfaces de.julielab.jcore.pipeline.builder.base.main -
-
Uses of DescriptorLoadingException in de.julielab.jcore.pipeline.builder.base.interfaces
Methods in de.julielab.jcore.pipeline.builder.base.interfaces that throw DescriptorLoadingException Modifier and Type Method Description voidIComponentMetaInformationService. completeReload()DescriptionIMetaDescription. getChosenDescriptor()String[]IComponentMetaInformationService. getDescriptors(String componentName)DescriptionIMetaDescription. getJCoReDescription(String specifier)Returns a specific descriptor object.Collection<Description>IMetaDescription. getJCoReDescriptions()Returns a collection of all the descriptor names for this component.de.julielab.utilities.aether.MavenArtifactIMetaDescription. getMavenArtifact()Collection<MetaDescription>IComponentMetaInformationService. getMetaInformationWithArtifacts(Boolean loadNew)Lists all exposed components with their Maven artifacts already set.Set<de.julielab.utilities.aether.MavenArtifact>IComponentMetaInformationService. loadAllArtifacts()voidIMetaDescription. setChosenDescriptor(String descriptor) -
Uses of DescriptorLoadingException in de.julielab.jcore.pipeline.builder.base.main
Methods in de.julielab.jcore.pipeline.builder.base.main that throw DescriptorLoadingException Modifier and Type Method Description DescriptionMetaDescription. getChosenDescriptor()String[]ComponentMetaInformationService. getDescriptors(String componentName)DescriptionMetaDescription. getJCoReDescription(String specifier)Collection<Description>MetaDescription. getJCoReDescriptions()voidMetaDescription. setChosenDescriptor(String xmlName)
-