Uses of Class
org.apache.velocity.tools.config.Property
-
Packages that use Property Package Description org.apache.velocity.tools.config -
-
Uses of Property in org.apache.velocity.tools.config
Methods in org.apache.velocity.tools.config that return Property Modifier and Type Method Description PropertyConfiguration. getProperty(String name)Methods in org.apache.velocity.tools.config that return types with arguments of type Property Modifier and Type Method Description SortedSet<Property>Configuration. getProperties()Methods in org.apache.velocity.tools.config with parameters of type Property Modifier and Type Method Description voidConfiguration. addProperty(Property property)booleanConfiguration. removeProperty(Property property)Method parameters in org.apache.velocity.tools.config with type arguments of type Property Modifier and Type Method Description voidConfiguration. setProperties(Collection<Property> props)
-