Package network.oxalis.commons.tag
Class NoopTagGenerator
- java.lang.Object
-
- network.oxalis.commons.tag.NoopTagGenerator
-
- All Implemented Interfaces:
TagGenerator
public class NoopTagGenerator extends Object implements TagGenerator
- Since:
- 4.0.2
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description NoopTagGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Taggenerate(Direction direction)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface network.oxalis.api.tag.TagGenerator
generate
-
-
-
-
Method Detail
-
generate
public Tag generate(Direction direction)
- Specified by:
generatein interfaceTagGenerator
-
-