public class CustomPropertyBuilder extends Object
Constructor and Description |
---|
CustomPropertyBuilder() |
Modifier and Type | Method and Description |
---|---|
CustomProperty |
build() |
CustomPropertyBuilder |
name(String newName) |
CustomPropertyBuilder |
regexp(String newRegexp) |
CustomPropertyBuilder |
value(String newValue) |
public CustomPropertyBuilder name(String newName)
public CustomPropertyBuilder regexp(String newRegexp)
public CustomPropertyBuilder value(String newValue)
public CustomProperty build()
Copyright © 2016. All rights reserved.