| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.settings.io.xpp3.SettingsXpp3Reader
public class SettingsXpp3Reader
Class SettingsXpp3Reader.
| Constructor Summary | |
|---|---|
SettingsXpp3Reader()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
getAddDefaultEntities()
Returns the state of the "add default entities" flag.  | 
 Settings | 
read(InputStream in)
Method read.  | 
 Settings | 
read(InputStream in,
         boolean strict)
Method read.  | 
 Settings | 
read(Reader reader)
 | 
 Settings | 
read(Reader reader,
         boolean strict)
 | 
 void | 
setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SettingsXpp3Reader()
| Method Detail | 
|---|
public boolean getAddDefaultEntities()
public Settings read(Reader reader,
                     boolean strict)
              throws IOException,
                     org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - 
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public Settings read(Reader reader)
              throws IOException,
                     org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - 
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public Settings read(InputStream in,
                     boolean strict)
              throws IOException,
                     org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - 
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public Settings read(InputStream in)
              throws IOException,
                     org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - 
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||