Package net.sf.okapi.filters.doxygen
Class DoxygenCommand
- java.lang.Object
-
- net.sf.okapi.filters.doxygen.DoxygenCommand
-
- All Implemented Interfaces:
Iterable<DoxygenParameter>
public class DoxygenCommand extends Object implements Iterable<DoxygenParameter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDoxygenCommand.ParameterIterator
-
Constructor Summary
Constructors Constructor Description DoxygenCommand(Map<String,Object> data, String commandName, String rawCommand, Parameters filterParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCanonicalName()StringgetName()StringgetPair()TextFragment.TagTypegetTagType()booleanhasPair()booleanhasParameters()booleanhasTranslatableParameters()booleanisInline()booleanisPreserveWhitespace()booleanisTranslatable()DoxygenCommand.ParameterIteratoriterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
isInline
public boolean isInline()
-
getTagType
public TextFragment.TagType getTagType()
-
hasParameters
public boolean hasParameters()
-
hasTranslatableParameters
public boolean hasTranslatableParameters()
-
iterator
public DoxygenCommand.ParameterIterator iterator()
- Specified by:
iteratorin interfaceIterable<DoxygenParameter>
-
getName
public String getName()
-
getCanonicalName
public String getCanonicalName()
-
hasPair
public boolean hasPair()
-
getPair
public String getPair()
-
isTranslatable
public boolean isTranslatable()
-
isPreserveWhitespace
public boolean isPreserveWhitespace()
-
-