Uses of Enum Class
com.tailf.conf.ConfList.WhereTo
Packages that use ConfList.WhereTo
-
Uses of ConfList.WhereTo in com.tailf.conf
Methods in com.tailf.conf that return ConfList.WhereToModifier and TypeMethodDescriptionstatic ConfList.WhereTo
Returns the enum constant of this class with the specified name.static ConfList.WhereTo[]
ConfList.WhereTo.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tailf.conf with parameters of type ConfList.WhereToModifier and TypeMethodDescriptionvoid
ConfList.move
(ConfObject n, ConfList.WhereTo where, ConfObject to) Move a list element to a new position in the list.