Klasse PmdXpp3Reader
java.lang.Object
org.apache.maven.plugins.pmd.model.io.xpp3.PmdXpp3Reader
Class PmdXpp3Reader.
- Version:
- $Revision$ $Date$
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungField contentTransformer. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanReturns the state of the "add default entities" flag.read(InputStream in) Method read.read(InputStream in, boolean strict) Method read.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.voidsetAddDefaultEntities(boolean addDefaultEntities) Sets the state of the "add default entities" flag.
-
Felddetails
-
contentTransformer
Field contentTransformer.
-
-
Konstruktordetails
-
PmdXpp3Reader
public PmdXpp3Reader() -
PmdXpp3Reader
-
-
Methodendetails
-
getAddDefaultEntities
public boolean getAddDefaultEntities()Returns the state of the "add default entities" flag.- Gibt zurück:
- boolean
-
read
public PmdErrorDetail read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Method read.- Parameter:
parser- a parser object.strict- a strict object.- Gibt zurück:
- PmdErrorDetail
- Löst aus:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
-
read
public PmdErrorDetail read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException - Parameter:
reader- a reader object.strict- a strict object.- Gibt zurück:
- PmdErrorDetail
- Löst aus:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.- Siehe auch:
-
read
public PmdErrorDetail read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException - Parameter:
reader- a reader object.- Gibt zurück:
- PmdErrorDetail
- Löst aus:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.- Siehe auch:
-
read
public PmdErrorDetail read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Method read.- Parameter:
in- a in object.strict- a strict object.- Gibt zurück:
- PmdErrorDetail
- Löst aus:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
-
read
public PmdErrorDetail read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Method read.- Parameter:
in- a in object.- Gibt zurück:
- PmdErrorDetail
- Löst aus:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
-
setAddDefaultEntities
public void setAddDefaultEntities(boolean addDefaultEntities) Sets the state of the "add default entities" flag.- Parameter:
addDefaultEntities- a addDefaultEntities object.
-