Interface NameModifier
-
- All Known Implementing Classes:
NameModifierImpl
public interface NameModifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
makeName(java.lang.String base)
Create a modified name from the base name.
-