Uses of Class
aQute.bnd.properties.LineType
-
Packages that use LineType Package Description aQute.bnd.properties -
-
Uses of LineType in aQute.bnd.properties
Methods in aQute.bnd.properties that return LineType Modifier and Type Method Description LineType
PropertiesLineReader. next()
static LineType
LineType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineType[]
LineType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-