public class SplittingNamer extends java.lang.Object implements ObjectNamer
| Constructor and Description |
|---|
SplittingNamer()
Create a new SplittingNamer.
|
SplittingNamer(Cog newState) |
| Modifier and Type | Method and Description |
|---|---|
ObjectNamer |
getDefaultNamer()
Gets the value of defaultNamer
|
Naming |
getGroupNamers()
Gets the value of groupNamers
|
java.lang.String |
getGroupNameTemplate()
Gets the value of groupNameTemplate
|
java.util.Set |
getRequiredPaths() |
void |
setDefaultNamer(ObjectNamer argDefaultNamer)
Sets the value of defaultNamer
|
void |
setGroupNamers(Naming argGroupNamers)
Sets the value of groupNamers
|
void |
setGroupNameTemplate(java.lang.String argGroupNameTemplate)
Sets the value of groupNameTemplate
|
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
java.lang.Object |
transform(java.lang.Object source)
Our one method; this transforms one object into another.
|
public SplittingNamer()
public SplittingNamer(Cog newState)
public Cog toCog()
CoggableCog.public java.lang.Object transform(java.lang.Object source)
ObjectTransformtransform in interface ObjectTransformpublic java.util.Set getRequiredPaths()
getRequiredPaths in interface ObjectNamerpublic java.lang.String getGroupNameTemplate()
public void setGroupNameTemplate(java.lang.String argGroupNameTemplate)
argGroupNameTemplate - Value to assign to this.groupNameTemplatepublic Naming getGroupNamers()
public void setGroupNamers(Naming argGroupNamers)
argGroupNamers - Value to assign to this.groupNamerspublic ObjectNamer getDefaultNamer()
public void setDefaultNamer(ObjectNamer argDefaultNamer)
argDefaultNamer - Value to assign to this.defaultNamer