Interface NameManipulator
-
- All Known Implementing Classes:
DefaultNamer
public interface NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAddedPrefix()
Insert the type's description here.File
getFile()
Insert the type's description here.Map
getPorts()
Insert the type's description here.String
getRemovedPrefix()
Insert the type's description here.String
getResolvedName(String name)
Insert the type's description here.Map
getSubstitutions()
Insert the type's description here.
-
-
-
Method Detail
-
getResolvedName
String getResolvedName(String name)
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Parameters:
name
- name- Returns:
- something
-
getAddedPrefix
String getAddedPrefix()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Returns:
- something
-
getRemovedPrefix
String getRemovedPrefix()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Returns:
- something
-
getSubstitutions
Map getSubstitutions()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Returns:
- something
-
getPorts
Map getPorts()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Returns:
- something
-
getFile
File getFile()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Returns:
- something
-
-