Uses of Class
org.corpus_tools.pepper.common.FormatDesc
-
Packages that use FormatDesc Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules org.corpus_tools.pepper.testFramework.helpers -
-
Uses of FormatDesc in org.corpus_tools.pepper.common
Fields in org.corpus_tools.pepper.common declared as FormatDesc Modifier and Type Field Description protected FormatDescCorpusDesc. formatDescformat description belonging to this corpusMethods in org.corpus_tools.pepper.common that return FormatDesc Modifier and Type Method Description FormatDescPepperModuleDesc. addSupportedFormat(String formatName, String formatVersion, org.eclipse.emf.common.util.URI formatReference)Creates a newFormatDescobject containing the passed name, version and reference to the list of ofFormatDescobjects describing all formats supported by the Pepper module, this object describes.FormatDescFormatDesc.FormatDescBuilder. build()FormatDescCorpusDesc. getFormatDesc()Returns a set format description.FormatDescFormatDesc. setFormatName(String formatName)Sets the name of the linguistic format.FormatDescFormatDesc. setFormatReference(org.eclipse.emf.common.util.URI formatReference)Sets the documentation reference for the linguistic format.FormatDescFormatDesc. setFormatVersion(String formatVersion)Sets the version of the linguistic format.Methods in org.corpus_tools.pepper.common that return types with arguments of type FormatDesc Modifier and Type Method Description List<FormatDesc>PepperModuleDesc. getSupportedFormats()Returns a list ofFormatDescobjects describing all formats supported by the Pepper module, this object describes.Methods in org.corpus_tools.pepper.common with parameters of type FormatDesc Modifier and Type Method Description CorpusDescCorpusDesc. setFormatDesc(FormatDesc formatDesc)Sets the format description for this corpus description. -
Uses of FormatDesc in org.corpus_tools.pepper.impl
Methods in org.corpus_tools.pepper.impl that return FormatDesc Modifier and Type Method Description FormatDescPepperExporterImpl. addSupportedFormat(String formatName, String formatVersion, org.eclipse.emf.common.util.URI formatReference){@inheritDoc PepperExporter#addSupportedFormat(String, String, URI)}FormatDescPepperImporterImpl. addSupportedFormat(String formatName, String formatVersion, org.eclipse.emf.common.util.URI formatReference){@inheritDoc PepperImporter#addSupportedFormat(String, String, URI)}Methods in org.corpus_tools.pepper.impl that return types with arguments of type FormatDesc Modifier and Type Method Description List<FormatDesc>PepperExporterImpl. getSupportedFormats(){@inheritDoc PepperExporter#getSupportedFormats()}List<FormatDesc>PepperImporterImpl. getSupportedFormats(){@inheritDoc PepperImporter#getSupportedFormats()} -
Uses of FormatDesc in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return FormatDesc Modifier and Type Method Description FormatDescPepperExporter. addSupportedFormat(String formatName, String formatVersion, org.eclipse.emf.common.util.URI formatReference){@inheritDoc PepperModuleDesc#addSupportedFormat(String, String, URI)}FormatDescPepperImporter. addSupportedFormat(String formatName, String formatVersion, org.eclipse.emf.common.util.URI formatReference){@inheritDoc PepperModuleDesc#addSupportedFormat(String, String, URI)}Methods in org.corpus_tools.pepper.modules that return types with arguments of type FormatDesc Modifier and Type Method Description List<FormatDesc>PepperExporter. getSupportedFormats()TODO docuList<FormatDesc>PepperImporter. getSupportedFormats()Returns a list of formats, which are importable by thisPepperImporterobject. -
Uses of FormatDesc in org.corpus_tools.pepper.testFramework.helpers
Fields in org.corpus_tools.pepper.testFramework.helpers with type parameters of type FormatDesc Modifier and Type Field Description protected List<FormatDesc>PepperImExporterTest. supportedFormatsCheckDeprecated.the visibality of this memeber will be shrinked to private.Methods in org.corpus_tools.pepper.testFramework.helpers with parameters of type FormatDesc Modifier and Type Method Description voidPepperImExporterTest. addFormatWhichShouldBeSupported(FormatDesc formatDesc)Adds a format description to the list of formats which should be supported by the module to be tested.voidPepperImExporterTest. addSupportedFormat(FormatDesc formatDesc)
-