public class Pattern extends Object implements Serializable, Describable<Pattern>
| Modifier and Type | Class and Description |
|---|---|
static class |
Pattern.DescriptorImpl |
static class |
Pattern.PatternType |
| Constructor and Description |
|---|
Pattern(String pattern,
Pattern.PatternType type) |
| Modifier and Type | Method and Description |
|---|---|
Pattern.DescriptorImpl |
getDescriptor() |
String |
getPattern() |
Pattern.PatternType |
getType() |
Object |
readResolve() |
@DataBoundConstructor public Pattern(String pattern, Pattern.PatternType type)
public Object readResolve()
public String getPattern()
public Pattern.PatternType getType()
public Pattern.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Pattern>Copyright © 2016–2022. All rights reserved.