DSCParserConstants, DSCComment, DSCEventpublic class DSCCommentBeginResource extends AbstractResourceDSCComment
COMMENT, DSC_COMMENT, EOF, HEADER_COMMENT, LINE| Constructor | Description |
|---|---|
DSCCommentBeginResource() |
Creates a new instance
|
DSCCommentBeginResource(PSResource resource) |
Creates a new instance for a given PSResource instance
|
DSCCommentBeginResource(PSResource resource,
int min,
int max) |
Creates a new instance for a given PSResource instance
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
generate(PSGenerator gen) |
Writes the event to the given PSGenerator.
|
Integer |
getMax() |
Returns the maximum VM used by the resource.
|
Integer |
getMin() |
Returns the minimum VM used by the resource.
|
String |
getName() |
Returns the name of the DSC comment.
|
asDSCComment, getEventType, isAtend, isDSCComment, splitParamsasLine, isComment, isHeaderComment, isLinegetResource, hasValues, parseValueasLine, isComment, isHeaderComment, isLinepublic DSCCommentBeginResource()
public DSCCommentBeginResource(PSResource resource)
resource - the resourcepublic DSCCommentBeginResource(PSResource resource, int min, int max)
resource - the resourcemin - Minimum VM used by the resourcemax - Maximum VM used by the resourcepublic Integer getMin()
public Integer getMax()
public String getName()
public void generate(PSGenerator gen) throws IOException
generate in interface DSCCommentgenerate in interface DSCEventgenerate in class AbstractResourceDSCCommentgen - the PSGenerator to write toIOException - In case of an I/O errorDSCEvent.generate(
org.apache.xmlgraphics.ps.PSGenerator)Copyright © 2018 Apache Software Foundation. All rights reserved.