A B C D E F G I L M N P R S T U V X

A

addDestDir() - Method in class net.sf.xsltmp.ManyToManyBase
Add the destination directory to the project.
archiverManager - Variable in class net.sf.xsltmp.XsltGeneratorBase
To look up Archiver/UnArchiver implementations

B

BASE_DIR - Static variable in interface net.sf.xsltmp.XsltGeneratorConstants
 

C

cleanAfterFileTransformation(File) - Method in class net.sf.xsltmp.ManyToDynamicMojo
 
cleanAfterFileTransformation(File) - Method in class net.sf.xsltmp.ManyToManyBase
Perform any clean-up after a source file has been transformed into the given destination file.

D

DEFAULT_DEST_DIR - Static variable in interface net.sf.xsltmp.XsltGeneratorConstants
 
DEFAULT_EMPTY_FILE_CONTENTS - Static variable in interface net.sf.xsltmp.XsltGeneratorConstants
 
DEFAULT_EMPTY_FILENAME - Static variable in interface net.sf.xsltmp.XsltGeneratorConstants
 
DefaultURIResolver - Class in net.sf.xsltmp.util
URIResolver that resolves either from the received base URI, as an absolute path, from project basedir or from classpath.
DefaultURIResolver(Log, MavenProject, UnArchiverHelper) - Constructor for class net.sf.xsltmp.util.DefaultURIResolver
Constructor.

E

ensureDestDirExists() - Method in class net.sf.xsltmp.ManyToManyBase
 
ensureDestFileDirExists(File) - Method in class net.sf.xsltmp.FromManyBase
 
execute() - Method in class net.sf.xsltmp.FinalizeMojo
 
execute() - Method in class net.sf.xsltmp.InitializeMojo
 
execute() - Method in class net.sf.xsltmp.ManyToManyBase
The main MOJO execution method.
execute() - Method in class net.sf.xsltmp.ManyToOneMojo
 
exists(File) - Method in class net.sf.xsltmp.util.FileResolver
Check existence of a file.
extract(File, String) - Method in class net.sf.xsltmp.util.UnArchiverHelper
Extract a file from an archive.
EXTRACTS_DIR - Static variable in interface net.sf.xsltmp.XsltGeneratorConstants
 

F

FileResolver - Class in net.sf.xsltmp.util
Resolves a File corresponding to a given path either as absolute path, from project basedir or from classpath.
FileResolver(Log, MavenProject, UnArchiverHelper) - Constructor for class net.sf.xsltmp.util.FileResolver
Constructor.
FinalizeMojo - Class in net.sf.xsltmp
Finalizes the XSLT generator maven plugin at the end of the build.
FinalizeMojo() - Constructor for class net.sf.xsltmp.FinalizeMojo
 
FromManyBase - Class in net.sf.xsltmp
 
FromManyBase() - Constructor for class net.sf.xsltmp.FromManyBase
 

G

getAddDestDirTo() - Method in class net.sf.xsltmp.ManyToManyBase
 
getArchiverManager() - Method in class net.sf.xsltmp.util.UnArchiverHelper
 
getArchiverManager() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getCommonExtractDir() - Method in class net.sf.xsltmp.util.UnArchiverHelper
 
getDestDir() - Method in class net.sf.xsltmp.ManyToManyBase
 
getDestFile(String) - Method in class net.sf.xsltmp.ManyToDynamicMojo
 
getDestFile(String) - Method in class net.sf.xsltmp.ManyToManyBase
Return the destination file for a given source file name.
getDestFile(String) - Method in class net.sf.xsltmp.ManyToManyMojo
 
getDestFile() - Method in class net.sf.xsltmp.ManyToOneMojo
 
getFile(File, String) - Method in class net.sf.xsltmp.util.UnArchiverHelper
Get a file from an archive.
getFileNameRegex() - Method in class net.sf.xsltmp.ManyToManyMojo
 
getFileNameReplacement() - Method in class net.sf.xsltmp.ManyToManyMojo
 
getForce() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getHelper() - Method in class net.sf.xsltmp.util.FileResolver
 
getHelper() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getLastArchiveValidSubdir() - Method in class net.sf.xsltmp.util.UnArchiverHelper
 
getLog() - Method in class net.sf.xsltmp.util.FileResolver
 
getLog() - Method in class net.sf.xsltmp.util.UnArchiverHelper
 
getLogPrefix() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getMojoName() - Method in class net.sf.xsltmp.ManyToDynamicMojo
 
getMojoName() - Method in class net.sf.xsltmp.ManyToManyMojo
 
getMojoName() - Method in class net.sf.xsltmp.ManyToOneMojo
 
getMojoName() - Method in class net.sf.xsltmp.XsltGeneratorBase
Return the name of the mojo.
getParameters() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getProject() - Method in class net.sf.xsltmp.FinalizeMojo
 
getProject() - Method in class net.sf.xsltmp.InitializeMojo
 
getProject() - Method in class net.sf.xsltmp.util.FileResolver
 
getProject() - Method in class net.sf.xsltmp.util.UnArchiverHelper
 
getProject() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getResolver() - Method in class net.sf.xsltmp.FromManyBase
 
getResolver() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getSourceFile(String) - Method in class net.sf.xsltmp.FromManyBase
 
getSourceFiles() - Method in class net.sf.xsltmp.FromManyBase
 
getSrcDir() - Method in class net.sf.xsltmp.FromManyBase
 
getSrcDir() - Method in class net.sf.xsltmp.SrcDirURIResolver
 
getSrcExcludes() - Method in class net.sf.xsltmp.FromManyBase
 
getSrcFile() - Method in class net.sf.xsltmp.ManyToOneMojo
 
getSrcIncludes() - Method in class net.sf.xsltmp.FromManyBase
 
getTimestamp() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getTransformer() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getXslFile() - Method in class net.sf.xsltmp.XsltGeneratorBase
 
getXslTemplate() - Method in class net.sf.xsltmp.XsltGeneratorBase
 

I

InitializeMojo - Class in net.sf.xsltmp
Initializes the XSLT generator maven plugin at the start of the build.
InitializeMojo() - Constructor for class net.sf.xsltmp.InitializeMojo
 
isUpToDate(File) - Method in class net.sf.xsltmp.XsltGeneratorBase
 

L

logExecution(File) - Method in class net.sf.xsltmp.FromManyBase
 

M

ManyToDynamicMojo - Class in net.sf.xsltmp
Perform XSL transformation of multiple source files into destination files created dynamically by the template.
ManyToDynamicMojo() - Constructor for class net.sf.xsltmp.ManyToDynamicMojo
 
ManyToManyBase - Class in net.sf.xsltmp
A base class for mojos with multiple destination files.
ManyToManyBase() - Constructor for class net.sf.xsltmp.ManyToManyBase
 
ManyToManyMojo - Class in net.sf.xsltmp
Perform XSL transformation of multiple source files with destination files created 1:1.
ManyToManyMojo() - Constructor for class net.sf.xsltmp.ManyToManyMojo
 
ManyToOneMojo - Class in net.sf.xsltmp
Perform XSL transformation of multiple source files into a single destination file.
ManyToOneMojo() - Constructor for class net.sf.xsltmp.ManyToOneMojo
 

N

net.sf.xsltmp - package net.sf.xsltmp
 
net.sf.xsltmp.util - package net.sf.xsltmp.util
 

P

PREPARED_TIMESTAMP_FILENAME - Static variable in interface net.sf.xsltmp.XsltGeneratorConstants
 

R

resolve(String, String) - Method in class net.sf.xsltmp.SrcDirURIResolver
 
resolve(String, String) - Method in class net.sf.xsltmp.util.DefaultURIResolver
 
resolve(String) - Method in class net.sf.xsltmp.util.FileResolver
Get a file path as a File.
resolver - Variable in class net.sf.xsltmp.XsltGeneratorBase
 

S

setAddDestDirTo(String) - Method in class net.sf.xsltmp.ManyToManyBase
 
setArchiverManager(ArchiverManager) - Method in class net.sf.xsltmp.XsltGeneratorBase
 
setDestDir(File) - Method in class net.sf.xsltmp.ManyToManyBase
 
setDestFile(File) - Method in class net.sf.xsltmp.ManyToOneMojo
 
setFileNameRegex(String) - Method in class net.sf.xsltmp.ManyToManyMojo
 
setFileNameReplacement(String) - Method in class net.sf.xsltmp.ManyToManyMojo
 
setForce(boolean) - Method in class net.sf.xsltmp.XsltGeneratorBase
 
setParameters(Map) - Method in class net.sf.xsltmp.XsltGeneratorBase
 
setProject(MavenProject) - Method in class net.sf.xsltmp.FinalizeMojo
 
setProject(MavenProject) - Method in class net.sf.xsltmp.InitializeMojo
 
setProject(MavenProject) - Method in class net.sf.xsltmp.XsltGeneratorBase
 
setSrcDir(File) - Method in class net.sf.xsltmp.FromManyBase
 
setSrcExcludes(String) - Method in class net.sf.xsltmp.FromManyBase
 
setSrcFile(File) - Method in class net.sf.xsltmp.ManyToOneMojo
 
setSrcIncludes(String) - Method in class net.sf.xsltmp.FromManyBase
 
setXslTemplate(String) - Method in class net.sf.xsltmp.XsltGeneratorBase
 
shouldSkip(File, File) - Method in class net.sf.xsltmp.ManyToDynamicMojo
 
shouldSkip(File, File) - Method in class net.sf.xsltmp.ManyToManyBase
Return true iff the transformation from the given source file to the given destination file should be skipped.
shouldSkip(File, File) - Method in class net.sf.xsltmp.ManyToManyMojo
 
SrcDirURIResolver - Class in net.sf.xsltmp
URIResolver that resolves either from source directory, the received base URI, as an absolute path, from project basedir or from classpath.
SrcDirURIResolver(File, Log, MavenProject, UnArchiverHelper) - Constructor for class net.sf.xsltmp.SrcDirURIResolver
Constructor.

T

TIMESTAMP_FILENAME - Static variable in interface net.sf.xsltmp.XsltGeneratorConstants
 

U

UnArchiverHelper - Class in net.sf.xsltmp.util
Gets files from archives.
UnArchiverHelper(Log, MavenProject, ArchiverManager, String) - Constructor for class net.sf.xsltmp.util.UnArchiverHelper
Constructor.

V

verifySrcDirExist() - Method in class net.sf.xsltmp.FromManyBase
 
verifyXsltFileExist() - Method in class net.sf.xsltmp.XsltGeneratorBase
 

X

XsltGeneratorBase - Class in net.sf.xsltmp
The base class for XSLT Generator.
XsltGeneratorBase() - Constructor for class net.sf.xsltmp.XsltGeneratorBase
 
XsltGeneratorConstants - Interface in net.sf.xsltmp
 

A B C D E F G I L M N P R S T U V X

Copyright © 2008-2010 SEAF. All Rights Reserved.