public final class DelimiterSpecification extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static DelimiterSpecification | DEFAULT_SPEC | 
| Constructor and Description | 
|---|
| DelimiterSpecification(String begin,
                      String end) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clearNextStart() | 
| boolean | equals(Object obj) | 
| String | getBegin() | 
| String | getEnd() | 
| int | getNextStartIndex() | 
| int | hashCode() | 
| static DelimiterSpecification | parse(String delimiterSpec) | 
| void | setNextStartIndex(int nextStart) | 
| String | toString() | 
public static final DelimiterSpecification DEFAULT_SPEC
public int getNextStartIndex()
public void setNextStartIndex(int nextStart)
public void clearNextStart()
public static DelimiterSpecification parse(String delimiterSpec)
public String getBegin()
public String getEnd()
Copyright © 2001–2016 Codehaus Plexus. All rights reserved.