public class ScriptedNamer extends java.lang.Object implements ObjectNamer
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
ScriptedNamer(Script script) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getRequiredPaths() |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
java.lang.Object |
transform(java.lang.Object victim)
Our one method; this transforms one object into another.
|
public ScriptedNamer(Script script)
public java.util.Set getRequiredPaths()
getRequiredPaths in interface ObjectNamerpublic java.lang.Object transform(java.lang.Object victim)
ObjectTransformtransform in interface ObjectTransform