Uses of Class
zone.gryphon.maven.plugins.scm.model.PathPropertiesNotation
-
Packages that use PathPropertiesNotation Package Description zone.gryphon.maven.plugins.scm.model -
-
Uses of PathPropertiesNotation in zone.gryphon.maven.plugins.scm.model
Methods in zone.gryphon.maven.plugins.scm.model that return PathPropertiesNotation Modifier and Type Method Description static PathPropertiesNotation
PathPropertiesNotation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PathPropertiesNotation[]
PathPropertiesNotation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in zone.gryphon.maven.plugins.scm.model that return types with arguments of type PathPropertiesNotation Modifier and Type Method Description static Collection<PathPropertiesNotation>
PathPropertiesNotation. parseCsv(String input)
-