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 StringEMBEDDED_PROFILE
-
Constructor Summary
Constructors Constructor Description TranslationProfileGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TranslationProfilegenerateEmbeddedEmptyInputProfile()static TranslationProfilegenerateEmbeddedEmptyOutputProfile()static TranslationProfilegenerateIncludeInputProfile(String profileToInclude)static TranslationProfilegenerateIncludeInputProfile(String name, String profileToInclude)static TranslationProfilegenerateIncludeOutputProfile(String profileToInclude)static TranslationProfilegenerateIncludeOutputProfile(String name, String profileToInclude)static TranslationProfilegetProfileFromString(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()
-
-