com.threerings.tudey.config
Class TagConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.TagConfig
- All Implemented Interfaces:
- Exportable, Streamable, Copyable, Cloneable
@Strippable
public class TagConfig
- extends DeepObject
- implements Exportable, Streamable
Tag configuration
|
Method Summary |
protected void |
buildConcat(String[] concat,
int idx)
Concatenates the tags onto the supplied array starting at the specified index. |
int |
getLength()
Calculates the total number of tags. |
String[] |
getTags()
Returns the complete array. |
tags
@Editable
public String[] tags
- The base tag array.
derived
@Editable(editor="getPath",
nullable=true)
public TagConfig derived
- The derived tag config.
TagConfig
public TagConfig()
getTags
public String[] getTags()
- Returns the complete array.
getLength
public int getLength()
- Calculates the total number of tags.
buildConcat
protected void buildConcat(String[] concat,
int idx)
- Concatenates the tags onto the supplied array starting at the specified index.