|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAliasRepository
This is an interface for alias repository tool. This tool helps to keep in one place the references between files and their aliases (alias can have different meaning for different objects, see
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getAliasesByElementType(org.ucworkbench.model.UCElementType type)
Returns all aliases of the given type. |
java.util.Set<java.lang.String> |
getAllAliases()
Returns all aliases stored in cache. |
IModelFileElement |
getIFileElementForAlias(java.lang.String alias)
Looks for specified alias in its alias cache, and returns
corresponding |
IFile |
getIFileFromAlias(java.lang.String alias)
Looks for specified alias in its alias cache, and returns
corresponding |
Method Detail |
---|
IModelFileElement getIFileElementForAlias(java.lang.String alias)
alias
in its alias cache, and returns
corresponding
alias
-
IFile getIFileFromAlias(java.lang.String alias)
alias
in its alias cache, and returns
corresponding
alias
-
java.util.Set<java.lang.String> getAllAliases()
java.util.Set<java.lang.String> getAliasesByElementType(org.ucworkbench.model.UCElementType type)
type
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |