com.cosylab.vdct.graphics.objects
Class DefaultNamer

java.lang.Object
  extended by com.cosylab.vdct.graphics.objects.DefaultNamer
All Implemented Interfaces:
NameManipulator

public class DefaultNamer
extends java.lang.Object
implements NameManipulator

Insert the type's description here. Creation date: (27.12.2000 11:47:12)

Author:
Matej Sekoranja

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

file

protected java.io.File file

removedPrefix

protected java.lang.String removedPrefix

addedPrefix

protected java.lang.String addedPrefix

properties

protected java.util.Map properties

ports

protected java.util.Map ports
Constructor Detail

DefaultNamer

public DefaultNamer(java.io.File file,
                    java.lang.String removedPrefix,
                    java.lang.String addedPrefix,
                    java.util.Map properties,
                    java.util.Map ports)
Method Detail

getAddedPrefix

public java.lang.String getAddedPrefix()
Description copied from interface: NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)

Specified by:
getAddedPrefix in interface NameManipulator
See Also:
NameManipulator.getAddedPrefix()

getRemovedPrefix

public java.lang.String getRemovedPrefix()
Description copied from interface: NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)

Specified by:
getRemovedPrefix in interface NameManipulator
See Also:
NameManipulator.getRemovedPrefix()

getResolvedName

public java.lang.String getResolvedName(java.lang.String name)
Description copied from interface: NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)

Specified by:
getResolvedName in interface NameManipulator
See Also:
NameManipulator.getResolvedName(String)

getSubstitutions

public java.util.Map getSubstitutions()
Description copied from interface: NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)

Specified by:
getSubstitutions in interface NameManipulator
See Also:
NameManipulator.getSubstitutions()

getFile

public java.io.File getFile()
Description copied from interface: NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)

Specified by:
getFile in interface NameManipulator
See Also:
NameManipulator.getFile()

getPorts

public java.util.Map getPorts()
Description copied from interface: NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)

Specified by:
getPorts in interface NameManipulator
See Also:
NameManipulator.getPorts()