public class Comments extends Object
| Constructor and Description |
|---|
Comments(String[] openTagComment,
String[] closeTagComment)
Creates a new set of comments.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCloseTagComment()
Returns the close tag comments.
|
String[] |
getOpenTagComment()
Returns the open tag comments.
|
String |
toString()
Returns a string representation of the set of comments.
|
Copyright © 2009-2012 jtstand.com. All Rights Reserved.