@Deprecated public class TranslationPath extends Object
Constructor and Description |
---|
TranslationPath(Language... path)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value)
Deprecated.
|
boolean |
equals(TranslationPath value)
Deprecated.
|
Language[] |
getLanguages()
Deprecated.
|
Language |
getSourceLanguage()
Deprecated.
|
Language |
getTargetLanguage()
Deprecated.
|
int |
hashCode()
Deprecated.
|
static TranslationPath[] |
parse(String aPathExpression)
Deprecated.
|
String |
toString()
Deprecated.
|
public TranslationPath(Language... path)
public boolean equals(TranslationPath value)
public Language[] getLanguages()
public Language getSourceLanguage()
public Language getTargetLanguage()
public static TranslationPath[] parse(String aPathExpression) throws InvalidLanguageTagException, InvalidLanguagePathException