Package com.carrotsearch.hppc.generator
Class TemplateOptions
java.lang.Object
com.carrotsearch.hppc.generator.TemplateOptions
Template options for velocity directives in templates.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKType()
getVType()
boolean
hasKType()
boolean
hasVType()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setIgnored
(boolean ignore)
-
Field Details
-
TEMPLATE_FILE_TOKEN
- See Also:
-
ignore
private boolean ignore -
ktype
-
vtype
-
templateFile
-
-
Constructor Details
-
TemplateOptions
-
TemplateOptions
-
-
Method Details
-
setIgnored
public void setIgnored(boolean ignore) -
isIgnored
public boolean isIgnored() -
isKTypePrimitive
public boolean isKTypePrimitive() -
isVTypePrimitive
public boolean isVTypePrimitive() -
isKTypeGeneric
public boolean isKTypeGeneric() -
isVTypeGeneric
public boolean isVTypeGeneric() -
isAllGeneric
public boolean isAllGeneric() -
isAnyPrimitive
public boolean isAnyPrimitive() -
isAnyGeneric
public boolean isAnyGeneric() -
hasVType
public boolean hasVType() -
hasKType
public boolean hasKType() -
getKType
-
getVType
-
getTimeNow
-
getTemplateFile
-
getGeneratedAnnotation
-