org.kite9.framework.alias
Interface Aliaser

All Known Implementing Classes:
AbstractAliaser, PropertyAliaser

public interface Aliaser

Provides the label and stereotype aliases for various parts of the java project being reviewed.

Author:
moffatr

Method Summary
 String getAlias(String fullName)
           
 String getObjectAlias(Object represented)
           
 String getObjectStereotype(Object represented)
           
 

Method Detail

getAlias

String getAlias(String fullName)

getObjectAlias

String getObjectAlias(Object represented)

getObjectStereotype

String getObjectStereotype(Object represented)


Copyright © 2011. All Rights Reserved.