Serialized Form
-
Package de.julielab.jcore.pipeline.builder.base.exceptions
-
Class de.julielab.jcore.pipeline.builder.base.exceptions.DescriptorLoadingException extends Exception implements Serializable
-
Class de.julielab.jcore.pipeline.builder.base.exceptions.GithubInformationException extends Exception implements Serializable
-
Class de.julielab.jcore.pipeline.builder.base.exceptions.MetaDescriptionInteractionException extends RuntimeException implements Serializable
-
Class de.julielab.jcore.pipeline.builder.base.exceptions.MetaFileException extends Throwable implements Serializable
-
Class de.julielab.jcore.pipeline.builder.base.exceptions.PipelineEditingException extends Exception implements Serializable
-
Class de.julielab.jcore.pipeline.builder.base.exceptions.PipelineIOException extends Exception implements Serializable
-
Class de.julielab.jcore.pipeline.builder.base.exceptions.PipelineIORuntimeException extends RuntimeException implements Serializable
-
-
Package de.julielab.jcore.pipeline.builder.base.main
-
Class de.julielab.jcore.pipeline.builder.base.main.ComponentMetaInformationService extends Object implements Serializable
-
Serialized Fields
-
mavenDependencies
Set<de.julielab.utilities.aether.MavenArtifact> mavenDependencies
-
metaInformation
Map<String,MetaDescription> metaInformation
-
mvnLocal
String mvnLocal
-
-
-
Class de.julielab.jcore.pipeline.builder.base.main.ComponentRepository extends Object implements Serializable
-
Class de.julielab.jcore.pipeline.builder.base.main.Description extends Object implements Serializable
- serialVersionUID:
- 20190121001L
-
Serialized Fields
-
capabilities
Map<String,ArrayList<String>> capabilities
-
category
PipelineBuilderConstants.JcoreMeta.Category category
The category as found in the component meta description. -
configurationParameter
Map<String,org.apache.uima.resource.metadata.ConfigurationParameter> configurationParameter
-
descriptorType
String descriptorType
The descriptor category as read from the actual descriptor. -
initCapabilities
Boolean initCapabilities
-
isActive
boolean isActive
-
location
String location
The value of the 'location' property in the component.meta file of the component. This is the classpath resource address of the component UIMA descriptor. -
metaDescription
MetaDescription metaDescription
-
name
String name
-
specifier
org.apache.uima.resource.metadata.MetaDataObject specifier
-
uimaDescPath
String uimaDescPath
This field is set when the owningJCoReUIMAPipelineis stored. The value of this field is the path to the UIMA descriptor associated with this Description relative to the pipeline desc/ directory. -
uri
URI uri
The URI of the original UIMA descriptor within a JAR. -
xmlName
String xmlName
-
-
Class de.julielab.jcore.pipeline.builder.base.main.GitHubRepository extends ComponentRepository implements Serializable
-
Serialized Fields
-
gitHubName
String gitHubName
-
-
-
Class de.julielab.jcore.pipeline.builder.base.main.MetaDescription extends Object implements Serializable
- serialVersionUID:
- 20180621001L
-
Serialized Fields
-
artifact
de.julielab.utilities.aether.MavenArtifact artifact
-
artifactInitialized
boolean artifactInitialized
Despite the fact thatMetaDescription.artifactis loaded from the meta description JSON format, it must still be 'initialized' through theMetaDescription.initMavenArtifact()method to obtain the actual JAR files from the local or central Maven repository and retrieve a correct file reference. This variable is here to memorize if this has already been done. -
base
String base
-
baseProject
String baseProject
-
categories
List<PipelineBuilderConstants.JcoreMeta.Category> categories
-
chosenDescriptor
Integer chosenDescriptor
-
componentName
String componentName
-
description
String description
-
descriptionMap
Map<String,Description> descriptionMap
-
descriptorList
List<Description> descriptorList
-
exposable
boolean exposable
-
group
String group
-
isPear
Boolean isPear
-
module
ComponentRepository module
-
-