com.partnersoft.v3x.text
Class PythonNamer

java.lang.Object
  extended by com.partnersoft.v3x.data.PythonTransform
      extended by com.partnersoft.v3x.text.PythonNamer
All Implemented Interfaces:
ObjectNamer, java.io.Serializable, ObjectTransform

public class PythonNamer
extends PythonTransform
implements ObjectNamer

A transform that generates a String name for an object via a Python script. The return value of the script becomes the name.

See Also:
Serialized Form

Constructor Summary
PythonNamer()
          Create a new PythonNamer.
PythonNamer(java.lang.String script)
           
 
Method Summary
 java.util.Set getRequiredPaths()
           
 
Methods inherited from class com.partnersoft.v3x.data.PythonTransform
clone, getScript, isVerbose, setScript, setVerbose, transform
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jcon.data.ObjectTransform
transform
 

Constructor Detail

PythonNamer

public PythonNamer()
Create a new PythonNamer.


PythonNamer

public PythonNamer(java.lang.String script)
Method Detail

getRequiredPaths

public java.util.Set getRequiredPaths()
Specified by:
getRequiredPaths in interface ObjectNamer