|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.graphics.objects.DefaultNamer
public class DefaultNamer
Insert the type's description here. Creation date: (27.12.2000 11:47:12)
Field Summary | |
---|---|
protected java.lang.String |
addedPrefix
|
protected java.io.File |
file
|
protected java.util.Map |
ports
|
protected java.util.Map |
properties
|
protected java.lang.String |
removedPrefix
|
Constructor Summary | |
---|---|
DefaultNamer(java.io.File file,
java.lang.String removedPrefix,
java.lang.String addedPrefix,
java.util.Map properties,
java.util.Map ports)
|
Method Summary | |
---|---|
java.lang.String |
getAddedPrefix()
Insert the type's description here. |
java.io.File |
getFile()
Insert the type's description here. |
java.util.Map |
getPorts()
Insert the type's description here. |
java.lang.String |
getRemovedPrefix()
Insert the type's description here. |
java.lang.String |
getResolvedName(java.lang.String name)
Insert the type's description here. |
java.util.Map |
getSubstitutions()
Insert the type's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.File file
protected java.lang.String removedPrefix
protected java.lang.String addedPrefix
protected java.util.Map properties
protected java.util.Map ports
Constructor Detail |
---|
public DefaultNamer(java.io.File file, java.lang.String removedPrefix, java.lang.String addedPrefix, java.util.Map properties, java.util.Map ports)
Method Detail |
---|
public java.lang.String getAddedPrefix()
NameManipulator
getAddedPrefix
in interface NameManipulator
NameManipulator.getAddedPrefix()
public java.lang.String getRemovedPrefix()
NameManipulator
getRemovedPrefix
in interface NameManipulator
NameManipulator.getRemovedPrefix()
public java.lang.String getResolvedName(java.lang.String name)
NameManipulator
getResolvedName
in interface NameManipulator
NameManipulator.getResolvedName(String)
public java.util.Map getSubstitutions()
NameManipulator
getSubstitutions
in interface NameManipulator
NameManipulator.getSubstitutions()
public java.io.File getFile()
NameManipulator
getFile
in interface NameManipulator
NameManipulator.getFile()
public java.util.Map getPorts()
NameManipulator
getPorts
in interface NameManipulator
NameManipulator.getPorts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |