public class SnippetBuilder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SnippetBuilder.SnippetType |
Modifier and Type | Field and Description |
---|---|
static Pattern |
PARAM_FORALL_PATTERN |
static String |
PARAM_FORALL_STRING |
static String |
PARAM_PREFIX |
static String |
PARAM_STRING |
static String |
PARAM_SUFFIX |
Constructor and Description |
---|
SnippetBuilder(String snippetTemplate) |
public static final String PARAM_PREFIX
public static final String PARAM_SUFFIX
public static final String PARAM_STRING
public static final String PARAM_FORALL_STRING
public static final Pattern PARAM_FORALL_PATTERN
public SnippetBuilder(String snippetTemplate)
snippetTemplate
- The snippet including the "place holder" for a parameter. If
no "place holder" is present,public static SnippetBuilder.SnippetType getType(String template)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.