Package org.corpus_tools.pepper.common
Class FormatDesc.FormatDescBuilder
- java.lang.Object
-
- org.corpus_tools.pepper.common.FormatDesc.FormatDescBuilder
-
- Enclosing class:
- FormatDesc
public static class FormatDesc.FormatDescBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description FormatDescBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatDescbuild()FormatDesc.FormatDescBuilderwithFormatReference(org.eclipse.emf.common.util.URI formatReference)FormatDesc.FormatDescBuilderwithName(String formatName)FormatDesc.FormatDescBuilderwithVersion(String formatVersion)
-
-
-
Method Detail
-
withName
public FormatDesc.FormatDescBuilder withName(String formatName)
-
withVersion
public FormatDesc.FormatDescBuilder withVersion(String formatVersion)
-
withFormatReference
public FormatDesc.FormatDescBuilder withFormatReference(org.eclipse.emf.common.util.URI formatReference)
-
build
public FormatDesc build()
-
-