public class RuleSetWriter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RULESET_2_0_0_NS_URI |
static java.lang.String |
RULESET_NS_URI
Deprecated.
use
RULESET_2_0_0_NS_URI instead |
Constructor and Description |
---|
RuleSetWriter(java.io.OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(RuleSet ruleSet) |
public static final java.lang.String RULESET_2_0_0_NS_URI
@Deprecated public static final java.lang.String RULESET_NS_URI
RULESET_2_0_0_NS_URI
insteadpublic void close()
public void write(RuleSet ruleSet)
Copyright © 2002–2017 PMD. All rights reserved.