|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.mysql.v0_5.impl.EmbeddedTagProcessor
public class EmbeddedTagProcessor
Provides functionality for working with tags on entities where they're stored embedded in a single string field.
Constructor Summary | |
---|---|
EmbeddedTagProcessor()
Creates a new instance. |
Method Summary | |
---|---|
java.lang.String |
format(java.util.List<Tag> tags)
Produces a string representing the complete list of tags. |
java.util.List<Tag> |
parseTags(java.lang.String tags)
Parses the specified tag string and produces corresponding tag objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmbeddedTagProcessor()
Method Detail |
---|
public java.util.List<Tag> parseTags(java.lang.String tags)
tags
- The tag string.
public java.lang.String format(java.util.List<Tag> tags)
tags
- The list of tag objects.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |