A B C D E F G H I K L M N O P R S T U V W X _

A

AbstractPlugin - Class in org.nuiton.plugin
Base mojo with usefull methods and implementing Plugin contract.
AbstractPlugin() - Constructor for class org.nuiton.plugin.AbstractPlugin
 
AbstractXpp3Reader<O> - Class in org.nuiton.io.xpp3
An abstract xpp3Reader based on PropertyMapper to set properties of the objects to build.
AbstractXpp3Reader(Class<O>, String) - Constructor for class org.nuiton.io.xpp3.AbstractXpp3Reader
 
AbstractXpp3Reader(Class<O>, String, String) - Constructor for class org.nuiton.io.xpp3.AbstractXpp3Reader
 
acceptPackaging(Plugin.Packaging...) - Method in class org.nuiton.plugin.AbstractPlugin
Accept the project's packaging between some given.
addAttributeValueMappers(Class<?>, DataConverter, boolean, Map<String, PropertyMapper>, String...) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
 
addCompileSourceRoots(File) - Method in class org.nuiton.plugin.AbstractPlugin
Add a given directory in maven project's compile source roots (if not already present).
addDefaultEntities - Variable in class org.nuiton.io.xpp3.AbstractXpp3Reader
If set the parser will be loaded with all single characters from the XHTML specification.
addDefaultEntities(XmlPullParser) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
Add to the parser, the default replacers for all single characters from the XHTML specification.
addDefaultRequests() - Method in class org.nuiton.io.rest.RestClient
Add the default available requests for this client.
addDirectoryToUrlsList(File, List<URL>, Set<String>) - Method in class org.nuiton.plugin.AbstractPlugin
Add the given directory in urls if not already included.
addFile(File, String, List<File>, Pattern, Pattern) - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
addMappers(Class<? extends PropertyMapper>, Class<?>, DataConverter, boolean, Map<String, PropertyMapper>, String...) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
 
addPropertiesToContext(Properties, VelocityContext) - Method in class org.nuiton.plugin.VelocityTemplateGenerator
 
addRequestBuilder(RestRequestBuilder) - Method in class org.nuiton.io.rest.RestClient
Add a request into the client.
addResourceDir(File, String...) - Method in class org.nuiton.plugin.AbstractPlugin
Add a new resource location to the maven project (in not already present).
addResourceDir(String) - Method in class org.nuiton.plugin.AbstractPlugin
Deprecated. since 1.1.1, prefer use the method AbstractPlugin.addResourceDir(java.io.File, String...)
addResourceDir(File, MavenProject, String...) - Static method in class org.nuiton.plugin.PluginHelper
Add the directory as a resource of the given project.
addResourceDir(File, MavenProject, List<?>, String...) - Static method in class org.nuiton.plugin.PluginHelper
Add the directory as a resource in the given resource list.
addResourceDir(String, MavenProject) - Static method in class org.nuiton.plugin.PluginHelper
Deprecated. since 1.1.1, prefer use the PluginHelper.addResourceDir(java.io.File, org.apache.maven.project.MavenProject, String...)
addResourceDir(String, MavenProject, List<?>) - Static method in class org.nuiton.plugin.PluginHelper
Deprecated. since 1.1.1, prefer use the PluginHelper.addResourceDir(java.io.File, org.apache.maven.project.MavenProject, java.util.List, String...)
addTagTextContentMappers(Class<?>, DataConverter, boolean, Map<String, PropertyMapper>, String...) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
 
addTestCompileSourceRoots(File) - Method in class org.nuiton.plugin.AbstractPlugin
Add a given directory in maven project's test compile source roots (if not already present).
addTestResourceDir(File, String...) - Method in class org.nuiton.plugin.AbstractPlugin
Add a new test resource location to the maven project (in not already present).
addTestResourceDir(String) - Method in class org.nuiton.plugin.AbstractPlugin
Deprecated. since 1.1.1, prefer use the method AbstractPlugin.addTestResourceDir(java.io.File, String...)
addTestResourceDir(File, MavenProject, String...) - Static method in class org.nuiton.plugin.PluginHelper
Add thedirectory as a test resource of the given project.
addTestResourceDir(String, MavenProject) - Static method in class org.nuiton.plugin.PluginHelper
Deprecated. since 1.1.1, prefer use the PluginHelper.addTestResourceDir(java.io.File, org.apache.maven.project.MavenProject, String...)
addUrlToUrlsList(URL, List<URL>, Set<String>) - Method in class org.nuiton.plugin.AbstractPlugin
Add the given url in urls if not already included.
afterExecute() - Method in class org.nuiton.plugin.AbstractPlugin
A call back to execute after the AbstractPlugin.execute() is done
allMappers - Variable in class org.nuiton.io.xpp3.AbstractXpp3Reader
the univers of mappers availables, initialized in AbstractXpp3Reader.initMappers().
applyTransformationFilename(String) - Method in class org.nuiton.io.MirroredFileUpdater
 
arrayRootTagName - Variable in class org.nuiton.io.xpp3.AbstractXpp3Reader
the root tag of an array of objets to retreave from xml streams.
artifact - Variable in class org.nuiton.plugin.DependencyUtil.ArtifactDependencyEntry
 
artifactKey - Variable in class org.nuiton.plugin.DependencyUtil.ArtifactDependencyEntry
 
askData(RestRequest) - Method in class org.nuiton.io.rest.RestClient
Ask some data from the server
askData(RestRequest) - Method in class org.nuiton.io.rest.RestSession
 
attachedArtifacts - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
The artifacts to publish from the project build.
ATTR_START - Static variable in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 
ATTR_STOP - Static variable in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 

B

backupFile(File) - Method in class org.nuiton.plugin.AbstractPlugin
Backups the given file using the AbstractPlugin.getBackupFile(java.io.File) as destination file.

C

checkEndOfXml(XmlPullParser) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
Checks that a given parser is at the end of the xml document.
checkNotEndOfXml(XmlPullParser, String) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
Checks that a given parser is not at the end of the xml document.
checkPackaging() - Method in class org.nuiton.plugin.AbstractPlugin
Check if the project packaging is acceptable for the mojo.
checkResource(File) - Method in class org.nuiton.plugin.AbstractPlugin
Check that the given resource exists in a simple fs file or in the classPath.
checkRunOnceDone(boolean, boolean, Date, Date) - Method in class org.nuiton.plugin.AbstractPlugin
Check if an execution was already done according to the given parameters.
checkSkip() - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
checkSkip() - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
checkSkip() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
checkSkip() - Method in class org.nuiton.plugin.AbstractPlugin
Checks if the mojo execution should be skipped.
clearReaders() - Static method in class org.nuiton.io.xpp3.Xpp3Helper
Clean all the registred readers.
client - Variable in class org.nuiton.io.rest.RestSession
 
close(RestSession) - Method in class org.nuiton.io.rest.RestClient
Close the client.
close() - Method in class org.nuiton.io.rest.RestClient
Close the client.
close() - Method in class org.nuiton.io.rest.RestSession
 
CollectFilesMojo - Class in org.nuiton.helper.plugin
Collect files some files from a project and copy them into a directory.
CollectFilesMojo() - Constructor for class org.nuiton.helper.plugin.CollectFilesMojo
 
configuration - Variable in class org.nuiton.io.rest.RestClient
rest client configuration
configuration - Variable in class org.nuiton.io.rest.RestSession
 
containerType - Variable in class org.nuiton.io.xpp3.PropertyMapper
the type of the pojo container of the property
convert(String) - Method in interface org.nuiton.io.xpp3.DataConverter
 
convert(long, double[], String[]) - Static method in class org.nuiton.plugin.PluginHelper
 
convertMemory(long) - Static method in class org.nuiton.plugin.PluginHelper
 
convertTime(long) - Static method in class org.nuiton.plugin.PluginHelper
 
convertTime(long, long) - Static method in class org.nuiton.plugin.PluginHelper
 
copy(File, File) - Static method in class org.nuiton.plugin.PluginHelper
Permet de copier le fichier source vers le fichier cible.
copyFile(File, File) - Method in class org.nuiton.plugin.AbstractPlugin
Copy a file to a given locationand logging.
copyFiles - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
Un flag pour recopier les fichiers collectés.
copyFiles(File, File, String[], String[], boolean) - Static method in class org.nuiton.plugin.PluginHelper
 
copyFiles(PluginIOContext, String[], String[], boolean) - Static method in class org.nuiton.plugin.PluginHelper
 
create(Object...) - Method in interface org.nuiton.io.rest.RestRequestBuilder
Create the request given the args.
createDirectoryIfNecessary(File) - Method in class org.nuiton.plugin.AbstractPlugin
Create the directory if necessary.
createDirectoryIfNecessary(File) - Static method in class org.nuiton.plugin.PluginHelper
Cretae the directory (and his parents) if necessary.
createMailer() - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
createMessage(String, MailSender) - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
createNewFile(File) - Method in class org.nuiton.plugin.AbstractPlugin
Create a new file.
createNewFile(File) - Static method in class org.nuiton.plugin.PluginHelper
Create the given file.

D

DataConverter - Interface in org.nuiton.io.xpp3
A contract to a data converter from a text value to a typed value.
decorate(String) - Method in class org.nuiton.components.cipher.DefaultPlexusCipher
 
decrypt(String, String) - Method in class org.nuiton.components.cipher.DefaultPlexusCipher
 
decrypt(String) - Method in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 
decryptDecorated(String, String) - Method in class org.nuiton.components.cipher.DefaultPlexusCipher
 
DefaultDataConverter - Enum in org.nuiton.io.xpp3
A enumaration to convert some data from a string representation.
DefaultPlexusCipher - Class in org.nuiton.components.cipher
This class was forked from plexus-cipher:1.4.
DefaultPlexusCipher() - Constructor for class org.nuiton.components.cipher.DefaultPlexusCipher
 
DefaultRestClientConfiguration - Class in org.nuiton.io.rest
Default implementation of a RestClientConfiguration.
DefaultRestClientConfiguration() - Constructor for class org.nuiton.io.rest.DefaultRestClientConfiguration
 
DefaultSecDispatcher - Class in org.nuiton.components.sec.dispatcher
This class was forked from plexus-sec-dispatcher:1.3.1.
DefaultSecDispatcher() - Constructor for class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 
deleteFile(File) - Method in class org.nuiton.plugin.AbstractPlugin
Delete the given file.
deleteFile(File) - Static method in class org.nuiton.plugin.PluginHelper
Delete the given file.
DependencyUtil - Class in org.nuiton.plugin
Une classe de methodes utiles sur les dependences entre artifacts.
DependencyUtil() - Constructor for class org.nuiton.plugin.DependencyUtil
 
DependencyUtil.ArtifactDependencyEntry - Class in org.nuiton.plugin
 
DependencyUtil.ArtifactDependencyEntry(Artifact) - Constructor for class org.nuiton.plugin.DependencyUtil.ArtifactDependencyEntry
 
depIds - Variable in class org.nuiton.plugin.DependencyUtil.ArtifactDependencyEntry
 
descriptionFile - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
File with all files collected (one file by line in absolute path).
descriptor - Variable in class org.nuiton.io.xpp3.PropertyMapper
the pojo's property descriptor
destinationDirectory - Variable in class org.nuiton.io.MirroredFileUpdater
destination basedir
doAction() - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
doAction() - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
doAction() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
doAction() - Method in class org.nuiton.plugin.AbstractPlugin
Do plugin action.
doRequest(RestRequest) - Method in class org.nuiton.io.rest.RestSession
 
dryRun - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
Un flag pour activer le mode verbeux.
dryRun - Variable in class org.nuiton.helper.plugin.SendEmailMojo
A flag to test plugin but send nothing to redmine.

E

emailContentFile - Variable in class org.nuiton.helper.plugin.SendEmailMojo
The Velocity template used to format the email announcement.
emailTitle - Variable in class org.nuiton.helper.plugin.SendEmailMojo
The title of the email to send.
encoding - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
Encoding a utiliser pour lire et ecrire les fichiers.
encoding - Variable in class org.nuiton.helper.plugin.SendEmailMojo
The encoding used to read and write files.
encoding - Variable in class org.nuiton.io.SortedProperties
l'encoding a utiliser pour lire et ecrire le properties.
encrypt(String, String) - Method in class org.nuiton.components.cipher.DefaultPlexusCipher
 
encryptAndDecorate(String, String) - Method in class org.nuiton.components.cipher.DefaultPlexusCipher
 
engine - Variable in class org.nuiton.plugin.VelocityTemplateGenerator
 
excludes - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
File name pattern of selected files to publish.
execute() - Method in class org.nuiton.helper.plugin.HelpMojo
execute() - Method in class org.nuiton.plugin.AbstractPlugin
 
expandFile(File, File, String[], boolean) - Static method in class org.nuiton.plugin.PluginHelper
 
expandFiles(PluginIOContext, String[], String[], String[], boolean) - Static method in class org.nuiton.plugin.PluginHelper
 
extraFiles - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
User extra files to collect.

F

fileInPattern - Variable in class org.nuiton.io.MirroredFileUpdater
 
fileOutPattern - Variable in class org.nuiton.io.MirroredFileUpdater
 
files - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
Files to collect
FileUpdater - Interface in org.nuiton.io
Contract to be realized to test if a file is up to date.
FileUpdaterHelper - Class in org.nuiton.io
 
FileUpdaterHelper() - Constructor for class org.nuiton.io.FileUpdaterHelper
 
FileUpdaterHelper.JavaFileUpdater - Class in org.nuiton.io
To test if a java source file is newser than his compiled class
FileUpdaterHelper.JavaFileUpdater(File, File) - Constructor for class org.nuiton.io.FileUpdaterHelper.JavaFileUpdater
 
FileUpdaterHelper.JaxxFileUpdater - Class in org.nuiton.io
To test if a jaxx source file is newser than his generated java source file
FileUpdaterHelper.JaxxFileUpdater(File, File) - Constructor for class org.nuiton.io.FileUpdaterHelper.JaxxFileUpdater
 
from - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Possible senders.
fromDeveloperId - Variable in class org.nuiton.helper.plugin.SendEmailMojo
The id of the developer sending the announcement mail.

G

generate(Properties, Writer) - Method in class org.nuiton.plugin.VelocityTemplateGenerator
 
generate(Properties, File) - Method in class org.nuiton.plugin.VelocityTemplateGenerator
 
getArrayRootTagName() - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
getArrayRootTagName() - Method in interface org.nuiton.io.xpp3.Xpp3Reader
 
getArtifactId(Artifact) - Static method in class org.nuiton.plugin.DependencyUtil
 
getAttachments() - Method in interface org.nuiton.io.rest.RestRequest
 
getBackupFile(File) - Method in class org.nuiton.plugin.AbstractPlugin
 
getConfiguration() - Method in class org.nuiton.io.rest.RestClient
 
getConfigurationFile() - Method in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 
getConnection() - Method in class org.nuiton.io.rest.RestSession
 
getContainerType() - Method in class org.nuiton.io.xpp3.PropertyMapper
 
getCryptoImpls(String) - Static method in class org.nuiton.components.cipher.DefaultPlexusCipher
This method returns the available implementations for a service type
getDataFromXml(XmlPullParser) - Method in class org.nuiton.io.xpp3.PropertyMapper.AttributeValueToProperty
 
getDataFromXml(XmlPullParser) - Method in class org.nuiton.io.xpp3.PropertyMapper
 
getDataFromXml(XmlPullParser) - Method in class org.nuiton.io.xpp3.PropertyMapper.TagTextContentToProperty
 
getDependencies(DependencyNode, DependencyUtil.ArtifactDependencyEntry, Set<String>, boolean) - Static method in class org.nuiton.plugin.DependencyUtil
 
getDescriptor() - Method in class org.nuiton.io.xpp3.PropertyMapper
 
getDestinationDirectory() - Method in class org.nuiton.io.MirroredFileUpdater
 
getEmail() - Method in class org.nuiton.io.mail.MailSender
 
getEmptyKeys(Map<?, ?>) - Static method in class org.nuiton.plugin.PluginHelper
Obtenir les clefs de toutes les valeurs nulles ou vide a partir d'un dictionnaire donne.
getEncoding() - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
getEncoding() - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
getExecutionRootProject() - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
getFile(File, String...) - Static method in class org.nuiton.plugin.PluginHelper
 
getFileFromBasedir(String...) - Method in class org.nuiton.plugin.AbstractPlugin
Recupere le fichier donnée à partir de son chemin relatif sur le basedir du projet maven.
getFileInPattern() - Method in class org.nuiton.io.MirroredFileUpdater
 
getFileOutPattern() - Method in class org.nuiton.io.MirroredFileUpdater
 
getFiles(File) - Method in class org.nuiton.helper.plugin.CollectFilesMojo
Read a file containing on each line the path of a file.
getFiles() - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
getFilesToTreate(String[], String[], File, MirroredFileUpdater) - Method in class org.nuiton.plugin.AbstractPlugin
Collect to some files with a mirror.
getFilesToTreateForRoots(String[], String[], List<String>, Map<File, String[]>, MirroredFileUpdater) - Method in class org.nuiton.plugin.AbstractPlugin
Collects some file.
getIncludedFiles(File, String[], String[]) - Static method in class org.nuiton.plugin.PluginHelper
 
getInputs() - Method in class org.nuiton.plugin.PluginIOContext
 
getLines(File) - Static method in class org.nuiton.plugin.PluginHelper
 
getLinesAsFiles(File) - Static method in class org.nuiton.plugin.PluginHelper
 
getMappers(Class<?>) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
Obtain all mappers for a given type.
getMirrorFile(File) - Method in class org.nuiton.io.FileUpdaterHelper.JavaFileUpdater
 
getMirrorFile(File) - Method in class org.nuiton.io.FileUpdaterHelper.JaxxFileUpdater
 
getMirrorFile(File) - Method in class org.nuiton.io.MirroredFileUpdater
 
getName() - Method in class org.nuiton.io.mail.MailSender
 
getName() - Method in interface org.nuiton.io.rest.RestRequestBuilder
 
getName() - Method in class org.nuiton.io.xpp3.PropertyMapper
 
getNode(DependencyNode, String, boolean) - Static method in class org.nuiton.plugin.DependencyUtil
 
getOutput() - Method in class org.nuiton.plugin.PluginIOContext
 
getParameters() - Method in interface org.nuiton.io.rest.RestRequest
 
getPassphraseOut() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
getPasswordOut() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
getPath() - Method in interface org.nuiton.io.rest.RestRequest
 
getPrivateKeyOut() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
getProject() - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
getProject() - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
getProject() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
getProject() - Method in interface org.nuiton.plugin.Plugin
 
getPropertyName() - Method in class org.nuiton.io.xpp3.PropertyMapper
 
getReader(Class<T>) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
Obtain the loaded reader which match his Xpp3Reader.getType() whith the given type.
getReaderItetator() - Static method in class org.nuiton.io.xpp3.Xpp3Helper
 
getReaders() - Static method in class org.nuiton.io.xpp3.Xpp3Helper
Load (if Xpp3Helper.readers is null the readers via a ServiceLoader of contract Xpp3Reader and returns the dictionnary of discovered associated to their type (Xpp3Reader.getType()).
getRelativePath(File, File) - Static method in class org.nuiton.plugin.PluginHelper
 
getRequest(String, Object...) - Method in class org.nuiton.io.rest.RestClient
Obtain a request given his id and the args given.
getRestPassword() - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
getRestPassword() - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
getRestUrl() - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
getRestUrl() - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
getRestUsername() - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
getRestUsername() - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
getRootTagName() - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
getRootTagName() - Method in interface org.nuiton.io.xpp3.Xpp3Reader
 
getSecret(Server) - Method in enum org.nuiton.helper.plugin.ShareServerSecretPlugin.Property
 
getServerId() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
getServiceTypes() - Static method in class org.nuiton.components.cipher.DefaultPlexusCipher
Exploratory part.
getSession() - Method in class org.nuiton.io.rest.RestClient
 
getSourceDirectory() - Method in class org.nuiton.io.MirroredFileUpdater
 
getTagName() - Method in class org.nuiton.io.xpp3.PropertyMapper
 
getTemplate(File) - Method in class org.nuiton.plugin.AbstractPlugin
Obtain the url of a file, if file does not exist, try in the classPath.
getType() - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
getType() - Method in class org.nuiton.io.xpp3.PropertyMapper
 
getType() - Method in interface org.nuiton.io.xpp3.Xpp3Reader
 
getUri(String...) - Method in class org.nuiton.io.rest.RestSession
 
getUsernameOut() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
gotoNextOpenTag(String, XmlPullParser) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 

H

HelpMojo - Class in org.nuiton.helper.plugin
Display help information on maven-helper-plugin.
HelpMojo() - Constructor for class org.nuiton.helper.plugin.HelpMojo
 

I

includeAttached - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
Un flag pour collecter aussi les fichiers attaches au projet.
includes - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
File name pattern of selected files to publish.
init() - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
init() - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
init() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
init() - Method in class org.nuiton.plugin.AbstractPlugin
Method to initialize the mojo before doing any concrete actions.
initClassLoader(MavenProject, File, boolean, boolean, boolean, boolean, boolean) - Method in class org.nuiton.plugin.AbstractPlugin
Init mojo classLoader.
initialize() - Method in class org.nuiton.io.mail.ProjectJavamailMailSender
 
initMappers() - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
isAddDefaultEntities() - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
isAddDefaultEntities() - Method in interface org.nuiton.io.xpp3.Xpp3Reader
 
isAnonymous() - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
isAnonymous() - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
isEncryptedString(String) - Method in class org.nuiton.components.cipher.DefaultPlexusCipher
 
isExecutionRoot() - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
isExecutionRoot() - Method in class org.nuiton.plugin.AbstractPlugin
 
isFileNewerThanPomFile(File) - Method in class org.nuiton.plugin.AbstractPlugin
Test if a file exists and is newer than the pom file.
isFileUpToDate(File) - Method in interface org.nuiton.io.FileUpdater
 
isFileUpToDate(File) - Method in class org.nuiton.io.MirroredFileUpdater
 
isGoalSkip() - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
isOnlyOne() - Method in class org.nuiton.io.xpp3.PropertyMapper
 
isOpen() - Method in class org.nuiton.io.rest.RestClient
Is the client opened ?
isVerbose() - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
isVerbose() - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
isVerbose() - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
isVerbose() - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
isVerbose() - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
isVerbose() - Method in interface org.nuiton.plugin.Plugin
 

K

keys() - Method in class org.nuiton.io.SortedProperties
 

L

load(File) - Method in class org.nuiton.io.SortedProperties
Charge le properties a partir d'un fichier.
log - Static variable in class org.nuiton.io.rest.RestSession
 

M

mailContentType - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Mail content type to use.
mailSender - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Defines the sender of the announcement if the list of developer is empty or if the sender is not a member of the development team.
MailSender - Class in org.nuiton.io.mail
Defines the sender of a email.
MailSender() - Constructor for class org.nuiton.io.mail.MailSender
 
MailSender(String, String) - Constructor for class org.nuiton.io.mail.MailSender
 
main(String[]) - Static method in class org.nuiton.components.cipher.DefaultPlexusCipher
 
main(String[]) - Static method in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 
mavenProject - Variable in class org.nuiton.plugin.VelocityTemplateGenerator
 
memoryFactors - Static variable in class org.nuiton.plugin.PluginHelper
 
memoryUnites - Static variable in class org.nuiton.plugin.PluginHelper
 
MirroredFileUpdater - Class in org.nuiton.io
Simple base implementation of a FileUpdater for an updater with a sourcedir and a destinationdir.
MirroredFileUpdater(String, String, File, File) - Constructor for class org.nuiton.io.MirroredFileUpdater
 

N

name - Variable in class org.nuiton.io.xpp3.PropertyMapper
name of tag (or attribute to deal with)
newJavaFileUpdater() - Static method in class org.nuiton.io.FileUpdaterHelper
 
newJavaFileUpdater(File, File) - Static method in class org.nuiton.io.FileUpdaterHelper
 
newJaxxFileUpdater() - Static method in class org.nuiton.io.FileUpdaterHelper
 
newJaxxFileUpdater(File, File) - Static method in class org.nuiton.io.FileUpdaterHelper
 
node - Variable in class org.nuiton.plugin.DependencyUtil.ArtifactDependencyEntry
 

O

onlyOne - Variable in class org.nuiton.io.xpp3.PropertyMapper
a flag to check to use only once the mapper.
open(RestSession) - Method in class org.nuiton.io.rest.RestClient
Open the client.
open() - Method in class org.nuiton.io.rest.RestClient
Open the client.
open - Variable in class org.nuiton.io.rest.RestSession
 
org.nuiton.components.cipher - package org.nuiton.components.cipher
 
org.nuiton.components.sec.dispatcher - package org.nuiton.components.sec.dispatcher
 
org.nuiton.helper.plugin - package org.nuiton.helper.plugin
 
org.nuiton.io - package org.nuiton.io
 
org.nuiton.io.mail - package org.nuiton.io.mail
 
org.nuiton.io.rest - package org.nuiton.io.rest
 
org.nuiton.io.xpp3 - package org.nuiton.io.xpp3
 
org.nuiton.plugin - package org.nuiton.plugin
 
outputDirectory - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
Directory where to store collected files.

P

passphraseOut - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
The name of the property where to export the passphrase of the server.
password - Variable in class org.nuiton.helper.plugin.SendEmailMojo
The password used to send the email.
passwordOut - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
The name of the property where to export the password of the server.
Plugin - Interface in org.nuiton.plugin
A common contract to be implements by our mojo and reports.
Plugin.InitState - Enum in org.nuiton.plugin
An enumeration to qualify the init result of a plugin
Plugin.Packaging - Enum in org.nuiton.plugin
An enumeration to qualify a maven module packaging
PluginHelper - Class in org.nuiton.plugin
Une classe pour mutualiser toutes les méthodes utiles pour un plugin.
PluginHelper() - Constructor for class org.nuiton.plugin.PluginHelper
 
PluginIOContext - Class in org.nuiton.plugin
Une classe pour définir les entrées-sortie d'un plugin.
PluginIOContext() - Constructor for class org.nuiton.plugin.PluginIOContext
 
prefixLines(String, String, String) - Static method in class org.nuiton.plugin.PluginHelper
Prefix the lines of the given content with a given prefix.
prefixSourceDirecotory - Variable in class org.nuiton.io.MirroredFileUpdater
length of source basedir absolute path
privateKeyOut - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
The name of the property where to export the private key of the server.
project - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
Dependance du projet.
project - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Dependance du projet.
project - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
Dependance du projet.
ProjectJavamailMailSender - Class in org.nuiton.io.mail
Helper class for sending email.
ProjectJavamailMailSender() - Constructor for class org.nuiton.io.mail.ProjectJavamailMailSender
 
PropertiesDateRemoveFilterStream - Class in org.nuiton.io
Un ecrivain qui supprime la premiere ligne rencontree dans le flux.
PropertiesDateRemoveFilterStream(OutputStream) - Constructor for class org.nuiton.io.PropertiesDateRemoveFilterStream
 
PropertyMapper - Class in org.nuiton.io.xpp3
A abstract object to map an xml value (tag or attribute, or esle?)
PropertyMapper(String, String, Class<?>, DataConverter, boolean, PropertyDescriptor) - Constructor for class org.nuiton.io.xpp3.PropertyMapper
 
PropertyMapper.AttributeValueToProperty - Class in org.nuiton.io.xpp3
 
PropertyMapper.AttributeValueToProperty(String, String, Class<?>, DataConverter, boolean, PropertyDescriptor) - Constructor for class org.nuiton.io.xpp3.PropertyMapper.AttributeValueToProperty
 
PropertyMapper.TagTextContentToProperty - Class in org.nuiton.io.xpp3
 
PropertyMapper.TagTextContentToProperty(String, String, Class<?>, DataConverter, boolean, PropertyDescriptor) - Constructor for class org.nuiton.io.xpp3.PropertyMapper.TagTextContentToProperty
 
propertyName - Variable in class org.nuiton.io.xpp3.PropertyMapper
the pojo's property to set

R

read(Reader) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
read(Reader, boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
read(String, Class<T>, XmlPullParser, boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
Parse the xml stream from the given parser and a build the associated object.
read(Reader) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
Read a single instance of the typed object and return it.
read(Reader, boolean) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
Read a single instance of the typed object and return it.
readArray(Reader) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
readArray(Reader, boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
readArray(String, String, Class<T>, XmlPullParser, boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
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
Read some instances of the typed object and return it.
readArray(Reader, boolean) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
Read some instances of the typed object and return it.
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
les readers enregistres via un ServiceLoader sur le contrat Xpp3Reader.
readObject(Class<O>, Reader) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
Read a single object from a xml stream.
readObjects(Class<O>, Reader) - Static method in class org.nuiton.io.xpp3.Xpp3Helper
Read an array of objects from a xml stream.
rejectPackaging(Plugin.Packaging...) - Method in class org.nuiton.plugin.AbstractPlugin
Accept the project's packaging if not in given one.
releaseConnection(HttpConnection) - Method in class org.nuiton.io.rest.RestSession
 
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.
requestBuilders - Variable in class org.nuiton.io.rest.RestClient
registred requests
RestClient - Class in org.nuiton.io.rest
Abtract REST client.
RestClient() - Constructor for class org.nuiton.io.rest.RestClient
 
RestClient(RestClientConfiguration) - Constructor for class org.nuiton.io.rest.RestClient
 
RestClientConfiguration - Interface in org.nuiton.io.rest
Contract of a RestClient.
RestDataNotFoundException - Exception in org.nuiton.io.rest
Exception to be raised if a data does not exist ina 'askData' request, says when the rest server returns a 4XX status code.
RestDataNotFoundException() - Constructor for exception org.nuiton.io.rest.RestDataNotFoundException
 
RestDataNotFoundException(String) - Constructor for exception org.nuiton.io.rest.RestDataNotFoundException
 
RestDataNotFoundException(String, Throwable) - Constructor for exception org.nuiton.io.rest.RestDataNotFoundException
 
RestDataNotFoundException(Throwable) - Constructor for exception org.nuiton.io.rest.RestDataNotFoundException
 
RestException - Exception in org.nuiton.io.rest
Base exception for any excpeiton in rest service.
RestException(Throwable) - Constructor for exception org.nuiton.io.rest.RestException
 
RestException(String, Throwable) - Constructor for exception org.nuiton.io.rest.RestException
 
RestException(String) - Constructor for exception org.nuiton.io.rest.RestException
 
RestException() - Constructor for exception org.nuiton.io.rest.RestException
 
RestRequest - Interface in org.nuiton.io.rest
The contract of a rest request.
RestRequestBuilder - Interface in org.nuiton.io.rest
The contract of a request builder.
RestSession - Class in org.nuiton.io.rest
A REST session.
rootTagName - Variable in class org.nuiton.io.xpp3.AbstractXpp3Reader
the root tag of an object to retreave from xml streams.
runOnce - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
Un flag pour ne lancer le plugin qu'une seule fois par build.

S

sec - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
password decypher
send(MailMessage) - Method in class org.nuiton.io.mail.ProjectJavamailMailSender
 
sendData(RestRequest) - Method in class org.nuiton.io.rest.RestClient
Send some datas to the server.
sendData(RestRequest) - Method in class org.nuiton.io.rest.RestSession
 
SendEmailMojo - Class in org.nuiton.helper.plugin
Send a email.
SendEmailMojo() - Constructor for class org.nuiton.helper.plugin.SendEmailMojo
 
serverId - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
Server id to use for authentication (must be defined in your setting and use the maven >= 2.1.0 password encryption mecanism).
session - Variable in class org.nuiton.io.rest.RestClient
rest session
setAddDefaultEntities(boolean) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
setAddDefaultEntities(boolean) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
Set the new value of the defaultEntities flag.
setAnonymous(boolean) - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
setAnonymous(boolean) - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
setConfiguration(RestClientConfiguration) - Method in class org.nuiton.io.rest.RestClient
Use a new configuration.
setConfigurationFile(String) - Method in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 
setDestinationDirectory(File) - Method in class org.nuiton.io.MirroredFileUpdater
 
setEmail(String) - Method in class org.nuiton.io.mail.MailSender
 
setEncoding(String) - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
setEncoding(String) - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
setFileInPattern(String) - Method in class org.nuiton.io.MirroredFileUpdater
 
setFileOutPattern(String) - Method in class org.nuiton.io.MirroredFileUpdater
 
setFiles(File, List<File>) - Method in class org.nuiton.helper.plugin.CollectFilesMojo
Save the list of files in the given output file.
setFrom(List<Developer>) - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
setInput(File) - Method in class org.nuiton.plugin.PluginIOContext
 
setInputs(File[]) - Method in class org.nuiton.plugin.PluginIOContext
 
setMailSender(MailSender) - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
setName(String) - Method in class org.nuiton.io.mail.MailSender
 
setNodes(DependencyNode, Map<String, DependencyUtil.ArtifactDependencyEntry>, Set<String>, boolean) - Static method in class org.nuiton.plugin.DependencyUtil
 
setOpen(boolean) - Method in class org.nuiton.io.rest.RestSession
 
setOutput(File) - Method in class org.nuiton.plugin.PluginIOContext
 
setParentRootTagName(String) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
setParentRootTagName(String) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
Set the name of the root tag for an array of object to read.
setPassphraseOut(String) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setPasswordOut(String) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setPrivateKeyOut(String) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setProject(MavenProject) - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
setProject(MavenProject) - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
setProject(MavenProject) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setProject(MavenProject) - Method in interface org.nuiton.plugin.Plugin
 
setProperty(Object, XmlPullParser, Set<String>, boolean) - Method in class org.nuiton.io.xpp3.PropertyMapper
 
setRestPassword(String) - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
setRestPassword(String) - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
setRestUrl(URL) - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
setRestUrl(URL) - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
setRestUsername(String) - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
setRestUsername(String) - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
setRootTagName(String) - Method in class org.nuiton.io.xpp3.AbstractXpp3Reader
 
setRootTagName(String) - Method in interface org.nuiton.io.xpp3.Xpp3Reader
Set the name of the root tag of an object to read.
setRunOnce(boolean) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setSec(SecDispatcher) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setServerId(String) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setSettings(Settings) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setSourceDirectory(File) - Method in class org.nuiton.io.MirroredFileUpdater
 
settings - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Dependance du settings.
settings - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
Dependance du settings.
setToAddresses(List<String>) - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
setUsernameOut(String) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setVerbose(boolean) - Method in class org.nuiton.helper.plugin.CollectFilesMojo
 
setVerbose(boolean) - Method in class org.nuiton.helper.plugin.SendEmailMojo
 
setVerbose(boolean) - Method in class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
setVerbose(boolean) - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
setVerbose(boolean) - Method in interface org.nuiton.io.rest.RestClientConfiguration
 
setVerbose(boolean) - Method in interface org.nuiton.plugin.Plugin
 
ShareServerSecretPlugin - Class in org.nuiton.helper.plugin
Obtain a server authentication and share it in the maven project properties.
ShareServerSecretPlugin() - Constructor for class org.nuiton.helper.plugin.ShareServerSecretPlugin
 
ShareServerSecretPlugin.Property - Enum in org.nuiton.helper.plugin
 
showRequest - Variable in class org.nuiton.io.rest.RestSession
 
skip - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
A flag to skip the goal.
smtpHost - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Smtp Server.
smtpPort - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Port.
SNAPSHOT_SUFFIX - Static variable in class org.nuiton.plugin.PluginHelper
 
sortArtifacts(DependencyNode, List<Artifact>, boolean) - Static method in class org.nuiton.plugin.DependencyUtil
 
SortedProperties - Class in org.nuiton.io
Permet d'avoir les fichiers de proprietes tries.
SortedProperties(String) - Constructor for class org.nuiton.io.SortedProperties
 
SortedProperties(String, boolean) - Constructor for class org.nuiton.io.SortedProperties
 
SortedProperties(Properties) - Constructor for class org.nuiton.io.SortedProperties
 
sourceDirectory - Variable in class org.nuiton.io.MirroredFileUpdater
source basedir
splitAndTrim(String, String) - Static method in class org.nuiton.plugin.PluginHelper
Split the given text using the separator and trim each part of result.
sslMode - Variable in class org.nuiton.helper.plugin.SendEmailMojo
If the email should be sent in SSL mode.
store(File) - Method in class org.nuiton.io.SortedProperties
Sauvegarde le properties dans un fichier, sans commentaire et en utilisant l'encoding declare.
store(OutputStream) - Method in class org.nuiton.io.SortedProperties
Sauvegarde le properties dans un fichier, sans commentaire en laissant java encode en unicode.
SYSTEM_PROPERTY_SEC_LOCATION - Static variable in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 

T

timeFactors - Static variable in class org.nuiton.plugin.PluginHelper
 
timeUnites - Static variable in class org.nuiton.plugin.PluginHelper
 
toAddresses - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Recipient email address.
toGenericList(List<?>, Class<O>) - Static method in class org.nuiton.plugin.PluginHelper
Permet de convertir une liste non typee, en une liste typee.
toString() - Method in class org.nuiton.io.mail.MailSender
 
toString() - Method in class org.nuiton.io.MirroredFileUpdater
 
toString() - Method in class org.nuiton.io.rest.DefaultRestClientConfiguration
 
toString() - Method in class org.nuiton.io.xpp3.PropertyMapper
 
type - Variable in class org.nuiton.io.xpp3.AbstractXpp3Reader
the type of the object to produce from the xml streams.
type - Variable in class org.nuiton.io.xpp3.PropertyMapper
the converter from xml to pojo's property type
TYPE_ATTR - Static variable in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 

U

unDecorate(String) - Method in class org.nuiton.components.cipher.DefaultPlexusCipher
 
username - Variable in class org.nuiton.helper.plugin.SendEmailMojo
The username used to send the email.
usernameOut - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
The name of the property where to export the username of the server.

V

valueOf(String) - Static method in enum org.nuiton.helper.plugin.ShareServerSecretPlugin.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nuiton.io.xpp3.DefaultDataConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nuiton.plugin.Plugin.InitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nuiton.plugin.Plugin.Packaging
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nuiton.helper.plugin.ShareServerSecretPlugin.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.io.xpp3.DefaultDataConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.plugin.Plugin.InitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.plugin.Plugin.Packaging
Returns an array containing the constants of this enum type, in the order they are declared.
velocityTemplate - Variable in class org.nuiton.plugin.VelocityTemplateGenerator
 
VelocityTemplateGenerator - Class in org.nuiton.plugin
Generator of template base on velocity.
VelocityTemplateGenerator(MavenProject, URL) - Constructor for class org.nuiton.plugin.VelocityTemplateGenerator
 
verbose - Variable in class org.nuiton.helper.plugin.CollectFilesMojo
Un flag pour activer le mode verbeux.
verbose - Variable in class org.nuiton.helper.plugin.SendEmailMojo
Un flag pour activer le mode verbeux.
verbose - Variable in class org.nuiton.helper.plugin.ShareServerSecretPlugin
Un flag pour activer le mode verbeux.

W

write(int) - Method in class org.nuiton.io.PropertiesDateRemoveFilterStream
 
writeFile(File, String, String) - Method in class org.nuiton.plugin.AbstractPlugin
Write a content into the given destination file for the given encoding.
writeString(File, String, String) - Static method in class org.nuiton.plugin.PluginHelper
Sauvegarde un contenu dans un fichier.

X

Xpp3Helper - Class in org.nuiton.io.xpp3
A Helper to read some data stored in xml with a Xpp3Reader.
Xpp3Helper() - Constructor for class org.nuiton.io.xpp3.Xpp3Helper
 
Xpp3Reader<O> - Interface in org.nuiton.io.xpp3
A simple contract to mark all xpp readers.

_

_cipher - Variable in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
DefaultHandler
_configurationFile - Variable in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
 
_decryptors - Variable in class org.nuiton.components.sec.dispatcher.DefaultSecDispatcher
All available dispatchers

A B C D E F G H I K L M N O P R S T U V W X _

Copyright © 2009-2010 CodeLutin. All Rights Reserved.