Class TranslationProfileGenerator
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
-
public class TranslationProfileGenerator extends Object
Helpers methods for generating translation profiles- Author:
- P.Piernik
-
-
Field Summary
Fields Modifier and Type Field Description static String
EMBEDDED_PROFILE
-
Constructor Summary
Constructors Constructor Description TranslationProfileGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TranslationProfile
generateEmbeddedEmptyInputProfile()
static TranslationProfile
generateEmbeddedEmptyOutputProfile()
static TranslationProfile
generateIncludeInputProfile(String profileToInclude)
static TranslationProfile
generateIncludeInputProfile(String name, String profileToInclude)
static TranslationProfile
generateIncludeOutputProfile(String profileToInclude)
static TranslationProfile
generateIncludeOutputProfile(String name, String profileToInclude)
static TranslationProfile
getProfileFromString(String profile)
-
-
-
Field Detail
-
EMBEDDED_PROFILE
public static final String EMBEDDED_PROFILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
generateIncludeInputProfile
public static TranslationProfile generateIncludeInputProfile(String profileToInclude)
-
generateIncludeInputProfile
public static TranslationProfile generateIncludeInputProfile(String name, String profileToInclude)
-
generateIncludeOutputProfile
public static TranslationProfile generateIncludeOutputProfile(String profileToInclude)
-
generateIncludeOutputProfile
public static TranslationProfile generateIncludeOutputProfile(String name, String profileToInclude)
-
getProfileFromString
public static TranslationProfile getProfileFromString(String profile)
-
generateEmbeddedEmptyInputProfile
public static TranslationProfile generateEmbeddedEmptyInputProfile()
-
generateEmbeddedEmptyOutputProfile
public static TranslationProfile generateEmbeddedEmptyOutputProfile()
-
-