org.andromda.core.translation.library
Class LibraryTranslationFinder
java.lang.Object
org.andromda.core.translation.library.LibraryTranslationFinder
public class LibraryTranslationFinder
- extends Object
Finds LibraryTranslations by code>translation (i.e. library and name).
- Author:
- Chad Brandon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
libraryTranslations
protected static final Map libraryTranslations
- Stores the found library translations.
LibraryTranslationFinder
public LibraryTranslationFinder()
findLibrary
protected static Library findLibrary(String libraryName)
- Finds the library with the specified libraryName.
- Parameters:
libraryName -
- Returns:
- the Library found or null if none is found.
findLibraryTranslation
public static LibraryTranslation findLibraryTranslation(String translation)
- Finds the LibraryTranslation with the specified translationName.
- Parameters:
translation - the name of the translation to find.
- Returns:
- the LibraryTranslation found or null if none is found.
Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.