- read(Reader) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
-
Deprecated.
- read(Reader, boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
-
Deprecated.
- read(String, Class<T>, XmlPullParser, boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
-
Deprecated.
Parse the xml stream from the given parser and a build the associated
object.
- read(Reader) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
-
Deprecated.
Read a single instance of the typed object and return it.
- read(Reader, boolean) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
-
Deprecated.
Read a single instance of the typed object and return it.
- read(String, Class<T>, XmlPullParser, boolean) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
-
Deprecated.
- readArray(Reader) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
-
Deprecated.
- readArray(Reader, boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
-
Deprecated.
- readArray(String, String, Class<T>, XmlPullParser, boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
-
Deprecated.
Parse the xml stream from the given parser and a build an array of
associated object.
- readArray(Reader) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
-
Deprecated.
Read some instances of the typed object and return it.
- readArray(Reader, boolean) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
-
Deprecated.
Read some instances of the typed object and return it.
- readArray(String, String, Class<T>, XmlPullParser, boolean) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
-
Deprecated.
- readAsString(File, String) - Static method in class org.nuiton.plugin.PluginHelper
-
Permet de lire un fichier et de retourner sont contenu sous forme d'une
chaine de carateres
- readAsString(Reader) - Static method in class org.nuiton.plugin.PluginHelper
-
Permet de lire un fichier et de retourner sont contenu sous forme d'une
chaine de carateres
- readers - Static variable in class org.nuiton.io.xpp3.Xpp3Helper
-
Deprecated.
- readObject(Class<O>, Reader) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
-
Deprecated.
Read a single object from a xml stream.
- readObjects(Class<O>, Reader) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
-
Deprecated.
Read an array of objects from a xml stream.
- registerMapper(Map<String, PropertyMapper>, Class<?>, String, String) - Method in class org.nuiton.io.xpp3.PropertyMapper
-
Deprecated.
- rejectPackaging(Plugin.Packaging...) - Method in class org.nuiton.plugin.AbstractPlugin
-
Accept the project's packaging if not in given one.
- removeCompileSourceRoots(File) - Method in class org.nuiton.plugin.AbstractPlugin
-
Remove a given directory in maven project's compile source roots (if
present).
- removeHeader - Variable in class org.nuiton.io.SortedProperties
-
un drapeau pour savoir s'il faut enlever l'entete generere
- removeSnapshotSuffix(String) - Static method in class org.nuiton.plugin.PluginHelper
-
- removeTestCompileSourceRoots(File) - Method in class org.nuiton.plugin.AbstractPlugin
-
Remove a given directory in maven project's test compile source roots
(if present).
- renameFile(File, File) - Method in class org.nuiton.plugin.AbstractPlugin
-
Rename the given file to the destination one.
- renameFile(File, File) - Static method in class org.nuiton.plugin.PluginHelper
-
Rename the given file to a new destination.
- rootTagName - Variable in class org.nuiton.io.xpp3.AbstractXpp3Reader
-
Deprecated.
the root tag of an object to retreave from xml streams.