- call() - Method in interface org.codehaus.plexus.util.cli.CommandLineCallable
-
- capitalise(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Capitalise a String.
- capitaliseAllWords(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Capitalise all the words in a String.
- capitalizeFirstLetter(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
- center(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Center a String in a larger String of size n.
- center(String, int, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Center a String in a larger String of size n.
- CfgLatexMojo - Class in eu.simuline.m2latex.mojo
-
Builds documents in the formats configured in the pom from LaTeX sources
for the goal cfg
tied to the lifecycle phase site.
- CfgLatexMojo() - Constructor for class eu.simuline.m2latex.mojo.CfgLatexMojo
-
- checkAll() - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Defines check goal of the maven plugin in
ChkMojo.
- ChkMojo - Class in eu.simuline.m2latex.mojo
-
Checks all latex main files after having created all graphical files.
- ChkMojo() - Constructor for class eu.simuline.m2latex.mojo.ChkMojo
-
- chkTexCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The chktex-command for checking latex main files.
- chkTexOptions - Variable in class eu.simuline.m2latex.core.Settings
-
The options of the command
Settings.chkTexCommand,
except
-o output-file
specifying the output file which is added automatically.
- chomp(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove the last newline, and everything after it from a String.
- chomp(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove the last value of a supplied String, and everything after
it from a String.
- chompLast(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove a newline if and only if it is at the end
of the supplied String.
- chompLast(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove a value if and only if the String ends with that value.
- chop(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove the last character from a String.
- chopNewline(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove \n from end of a String if it's there.
- clean(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Removes control characters, including whitespace, from both
ends of this String, handling null by returning
an empty String.
- cleanUp - Variable in class eu.simuline.m2latex.core.Settings
-
Clean up the working directory in the end?
- cleanUp(DirNode, File) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Deletes all files in texDir including subdirectories
which are not in orgNode.
- cleanUpRec(File, DirNode, DirNode) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Deletes all files in currNode
which are not in orgNode recursively
including subdirectories.
- clear() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Clear out the whole command line.
- clearAll() - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Defines clearing ant-task defined in
LatexClrTask
and the according goal in
ClearMojo of the maven plugin.
- clearArgs() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Clear out the arguments
but leave the executable in place for another operation.
- clearArguments() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- clearCreated(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Deletes all created files
in the directory represented by texDir
tracing subdirectories recursively.
- clearCreated(File, DirNode) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Deletes all created files
in the directory represented by node, recursively.
- ClearMojo - Class in eu.simuline.m2latex.mojo
-
Clears all created files in the folders containing the LaTeX sources
for the goal clr
tied to the lifecycle phase clean.
- ClearMojo() - Constructor for class eu.simuline.m2latex.mojo.ClearMojo
-
- clearTarget(File, LatexPreProcessor, Map<File, LatexPreProcessor.SuffixHandler>) - Method in enum eu.simuline.m2latex.core.LatexPreProcessor.SuffixHandler
-
- clearTarget(File, LatexPreProcessor) - Method in enum eu.simuline.m2latex.core.LatexPreProcessor.SuffixHandler
-
Deletes the files potentially
created from the source file file
using proc.
- clearTargetJpgPng(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Deletes the graphic files
created from the svg-file svgFile.
- clearTargetMp(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Deletes the graphic files
created from the metapost-file mpFile.
- clearTargetPtxPdfEps(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Deletes the files xxx.ptx, xxx.pdf and
xxx.eps
created from the graphic file grpFile
of the form xxx.y.
- clearTargetTexIfLatexMain(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Deletes the files
created from the tex-file texFile,
if that is a latex main file.
- clone() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- clone() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- close() - Method in class org.codehaus.plexus.util.cli.StreamFeeder
-
- close() - Method in class org.codehaus.plexus.util.cli.StreamPumper
-
- close(InputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Closes the input stream.
- close(Channel) - Static method in class org.codehaus.plexus.util.IOUtil
-
Closes a channel.
- close(OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Closes the output stream.
- close(Reader) - Static method in class org.codehaus.plexus.util.IOUtil
-
Closes the reader.
- close(Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Closes the writer.
- closeQuietly(Closeable) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Unconditionally close a Closeable.
- CmdShell - Class in org.codehaus.plexus.util.cli.shell
-
Implementation to call the CMD Shell present on Windows NT, 2000 and XP
- CmdShell() - Constructor for class org.codehaus.plexus.util.cli.shell.CmdShell
-
- collectMatches(File, String, int) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Returns the set of strings representing the idxGroup
of the pattern regex matching a line
in file file or returns null
in case of problems reading file.
- CommandExecutor - Class in eu.simuline.m2latex.core
-
Execution of an executable with given arguments
in a given working directory logging on
CommandExecutor.log.
- CommandExecutor(LogWrapper) - Constructor for class eu.simuline.m2latex.core.CommandExecutor
-
- Commandline - Class in org.codehaus.plexus.util.cli
-
Commandline objects help handling command lines specifying processes to
execute.
- Commandline(String, Shell) - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object.
- Commandline(Shell) - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object.
- Commandline(String) - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object,
given a command following POSIX sh quoting rules
- Commandline() - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object.
- Commandline.Argument - Class in org.codehaus.plexus.util.cli
-
- Commandline.Marker - Class in org.codehaus.plexus.util.cli
-
Class to keep track of the position of an Argument.
- CommandLineCallable - Interface in org.codehaus.plexus.util.cli
-
Callable wrapper that exposes the proper exeception type to the client.
- CommandLineException - Exception in org.codehaus.plexus.util.cli
-
- CommandLineException(String) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineException
-
- CommandLineException(String, Throwable) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineException
-
- CommandLineTimeOutException - Exception in org.codehaus.plexus.util.cli
-
- CommandLineTimeOutException(String) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineTimeOutException
-
- CommandLineTimeOutException(String, Throwable) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineTimeOutException
-
- CommandLineUtils - Class in org.codehaus.plexus.util.cli
-
- CommandLineUtils() - Constructor for class org.codehaus.plexus.util.cli.CommandLineUtils
-
- CommandLineUtils.ProcessHook - Class in org.codehaus.plexus.util.cli
-
- CommandLineUtils.StringStreamConsumer - Class in org.codehaus.plexus.util.cli
-
- CommandShell - Class in org.codehaus.plexus.util.cli.shell
-
Implementation to call the Command.com Shell present on Windows 95, 98 and Me
- CommandShell() - Constructor for class org.codehaus.plexus.util.cli.shell.CommandShell
-
- concatenate(Object[]) - Static method in class org.codehaus.plexus.util.StringUtils
-
Concatenates elements of an array into a single String.
- consumeLine(String) - Method in class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
-
- consumeLine(String) - Method in interface org.codehaus.plexus.util.cli.StreamConsumer
-
Called when the StreamPumper pumps a line from the Stream.
- consumeLine(String) - Method in class org.codehaus.plexus.util.cli.StreamPumper
-
- consumer - Variable in class org.codehaus.plexus.util.cli.StreamPumper
-
- contains(String, char) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if String contains a search character, handling null.
- contains(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if String contains a search String, handling null.
- contentEquals(InputStream, InputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Compare the contents of two Streams to determine if they are equal or not.
- copy(InputStream, OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy bytes from an InputStream to an OutputStream.
- copy(InputStream, OutputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy bytes from an InputStream to an OutputStream.
- copy(Reader, Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy chars from a Reader to a Writer.
- copy(Reader, Writer, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy chars from a Reader to a Writer.
- copy(InputStream, Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from an InputStream to chars on a
Writer.
- copy(InputStream, Writer, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from an InputStream to chars on a
Writer.
- copy(InputStream, Writer, String) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from an InputStream to chars on a
Writer, using the specified encoding.
- copy(InputStream, Writer, String, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from an InputStream to chars on a
Writer, using the specified encoding.
- copy(Reader, OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Serialize chars from a Reader to bytes on an OutputStream, and
flush the OutputStream.
- copy(Reader, OutputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Serialize chars from a Reader to bytes on an OutputStream, and
flush the OutputStream.
- copy(String, OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Serialize chars from a String to bytes on an OutputStream, and
flush the OutputStream.
- copy(String, OutputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Serialize chars from a String to bytes on an OutputStream, and
flush the OutputStream.
- copy(String, Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy chars from a String to a Writer.
- copy(byte[], Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from a byte[] to chars on a
Writer.
- copy(byte[], Writer, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from a byte[] to chars on a
Writer.
- copy(byte[], Writer, String) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from a byte[] to chars on a
Writer, using the specified encoding.
- copy(byte[], Writer, String, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from a byte[] to chars on a
Writer, using the specified encoding.
- copy(byte[], OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy bytes from a byte[] to an OutputStream.
- copy(byte[], OutputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy bytes from a byte[] to an OutputStream.
- copyOutputToTargetFolder(File, FileFilter, File) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Copies output of the current goal to target folder.
- copyStream(InputStream, OutputStream) - Static method in class eu.simuline.m2latex.core.TexFileUtils
-
Copy bytes from a large (over 2GB) InputStream to an
OutputStream.
- countMatches(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
How many times is the substring in the larger String.
- create() - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Defines creational ant-task defined in
LatexCfgTask
and the according goals in
CfgLatexMojo
and subclasses of the maven plugin.
- createArg() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Creates an argument object.
- createArg(boolean) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Creates an argument object and adds it to our list of args.
- createArgument() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- createArgument(boolean) - Method in class org.codehaus.plexus.util.cli.Commandline
-
- createLatex2pdfOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- createMarker() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Return a marker.
- createMetapostOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternCreatedFromLatexMain() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternErrBibtex() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternErrLatex() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternErrMakeIndex() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternLatexMainFile() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternReRunLatex() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternReRunMakeGlossaries() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternReRunMakeIndex() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternT4htOutputFiles() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternWarnBibtex() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternWarnLatex() - Method in class eu.simuline.m2latex.core.Settings
-
- createPatternWarnMakeIndex() - Method in class eu.simuline.m2latex.core.Settings
-
- createSettings() - Method in class eu.simuline.m2latex.antTask.AbstractLatexTask
-
- debug(String) - Method in class eu.simuline.m2latex.antTask.AntLogWrapper
-
- debug(String) - Method in interface eu.simuline.m2latex.core.LogWrapper
-
- debug(String) - Method in class eu.simuline.m2latex.mojo.MavenLogWrapper
-
- debugBadBoxes - Variable in class eu.simuline.m2latex.core.Settings
-
Whether debugging of overfull/underfull hboxes/vboxes is on:
If so, a bad box occurs in the last LaTeX run, a warning is displayed.
- debugWarnings - Variable in class eu.simuline.m2latex.core.Settings
-
Whether debugging of warnings is on:
If so, a warning in the last LaTeX run is displayed.
- DEFAULT_BUFFER_SIZE - Static variable in class eu.simuline.m2latex.core.TexFileUtils
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.codehaus.plexus.util.IOUtil
-
- DEFAULT_QUOTING_TRIGGER_CHARS - Static variable in class org.codehaus.plexus.util.cli.shell.Shell
-
- defaultString(Object) - Static method in class org.codehaus.plexus.util.StringUtils
-
Returns either the passed in Object as a String,
or, if the Object is null, an empty
String.
- defaultString(Object, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Returns either the passed in Object as a String,
or, if the Object is null, a passed
in default String.
- deleteIfExists(File, String) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Logging:
EFU05: Failed to delete file
- deleteOrError(File) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Deletes delFile or logs a warning.
- deleteWhitespace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Deletes all whitespaces from a String.
- deleteX(File, FileFilter) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Deletes all files in the same folder as pFile directly,
i.e. not in subfolders, which are accepted by filter.
- detail - Variable in class eu.simuline.m2latex.mojo.HelpMojo
-
If true, display all settable properties for each goal.
- devViaDvi(boolean) - Static method in enum eu.simuline.m2latex.core.LatexDev
-
- difference(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Compare two strings, and return the portion where they differ.
- differenceAt(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Compare two strings, and return the index at which the strings begin to differ.
- DirNode - Class in eu.simuline.m2latex.core
-
Represents the contents of a directory.
- DirNode(File, TexFileUtils) - Constructor for class eu.simuline.m2latex.core.DirNode
-
Creates a new DirNode instance.
- disable() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- disabled - Variable in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- doCopyFile(File, File) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Internal copy file method.
- DocxMojo - Class in eu.simuline.m2latex.mojo
-
Build documents in msword formats, above all docx from LaTeX sources
for the goal docx which is not tied to a lifecycle phase.
- DocxMojo() - Constructor for class eu.simuline.m2latex.mojo.DocxMojo
-
- done - Variable in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- doubleQuotedArgumentEscaped - Variable in class org.codehaus.plexus.util.cli.shell.Shell
-
- doubleQuotedExecutableEscaped - Variable in class org.codehaus.plexus.util.cli.shell.Shell
-
- dvi2pdfCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The driver to convert dvi into pdf-files.
- dvi2pdfOptions - Variable in class eu.simuline.m2latex.core.Settings
-
- dviFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- DviMojo - Class in eu.simuline.m2latex.mojo
-
Builds DVI documents from LaTeX sources
for the goal dvi which is not tied to a lifecycle phase.
- DviMojo() - Constructor for class eu.simuline.m2latex.mojo.DviMojo
-
- getArgumentEscapePattern() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getArgumentQuoteDelimiter() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getArguments() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Returns all arguments defined by addLine,
addValue or the argument object.
- getBibtexCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getBibtexOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getChkTexCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getChkTexOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getChomp(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove everything and return the last value of a supplied String, and
everything after it from a String.
- getCommandline() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Returns the executable and all defined arguments.
- getCommandLine(String, String[]) - Method in class org.codehaus.plexus.util.cli.shell.CmdShell
-
Specific implementation that quotes all the command line.
- getCommandLine(String, String[]) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Get the command line for the provided executable and arguments in this shell
- getDebugBadBoxes() - Method in class eu.simuline.m2latex.core.Settings
-
- getDebugWarnings() - Method in class eu.simuline.m2latex.core.Settings
-
- getDvi2pdfCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getDvi2pdfOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getEbbCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getEbbOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getEnvironmentVariables() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Return the list of environment variables
- getEscapeChars(boolean, boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getException() - Method in class org.codehaus.plexus.util.cli.StreamPumper
-
- getExecutable() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Return an executable name, quoted for shell use.
- getExecutable() - Method in class org.codehaus.plexus.util.cli.shell.BourneShell
- getExecutable() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getExecutableQuoteDelimiter() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getExecutionPreamble() - Method in class org.codehaus.plexus.util.cli.shell.BourneShell
-
- getExecutionPreamble() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getFig2devCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getFig2devGenOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getFig2devPdfEpsOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getFig2devPtxOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getFileFilter(File, String) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Returns a file filter matching neither directories
nor
texFile
but else all files with names matching
pattern,
where the special sequence
TexFileUtils.PATTERN_INS_LATEX_MAIN
is replaced by the prefix of
texFile.
- getFileFilterReplace(File, String) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Returns a file filter matching no directories
but else all files with names matching
xxx.idx,
where
idxFile has the form
xxx.idx.
- getFileNameWithoutSuffix(File) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Return the name of the given file without the suffix.
- getGnuplotCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getGnuplotInTexLanguage() - Method in enum eu.simuline.m2latex.core.LatexDev
-
- getGnuplotOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getGraphicsInTexSuffix() - Method in enum eu.simuline.m2latex.core.LatexDev
-
Returns the suffix of the file to be
embedded with \includegraphics in latex-code
representing all but text.
- getIndentLevel(String) - Static method in class eu.simuline.m2latex.mojo.HelpMojo
-
Gets the indentation level of the specified line.
- getLatex2pdfCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getLatex2pdfOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getLatex2rtfCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getLatex2rtfOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getLatexMainDesc(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- getLatexOutputFormat() - Method in enum eu.simuline.m2latex.core.LatexDev
-
Returns the name of the target language latex2dev uses
to convert the latex files into.
- getLiteralExecutable() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- getMakeGlossariesCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getMakeGlossariesOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getMakeIndexCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getMakeIndexOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getMaxNumReRunsLatex() - Method in class eu.simuline.m2latex.core.Settings
-
- getMetapostCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getMetapostOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getNestedString(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Get the String that is nested in between two instances of the
same String.
- getNestedString(String, String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Get the String that is nested in between two Strings.
- getOdt2docCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getOdt2docOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getOriginalCommandLine(String, String[]) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getOriginalExecutable() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getOsFamily() - Static method in class org.codehaus.plexus.util.Os
-
Helper method to determine the current OS family.
- getOutput() - Method in class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
-
- getOutputDirectoryFile() - Method in class eu.simuline.m2latex.core.Settings
-
- getParts() - Method in interface org.codehaus.plexus.util.cli.Arg
-
- getParts() - Method in class org.codehaus.plexus.util.cli.Commandline.Argument
-
- getPatternCreatedFromLatexMain() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternErrBibtex() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternErrLatex() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternErrMakeGlossaries() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternErrMakeIndex() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternErrMPost() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternLatexMainFile() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternOutputFiles(Settings) - Method in enum eu.simuline.m2latex.core.Target
-
Returns the pattern of the output files.
- getPatternReRunLatex() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternReRunMakeGlossaries() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternReRunMakeIndex() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternT4htOutputFiles() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternWarnBibtex() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternWarnLatex() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternWarnMakeIndex() - Method in class eu.simuline.m2latex.core.Settings
-
- getPatternWarnXindy() - Method in class eu.simuline.m2latex.core.Settings
-
- getPdf2txtCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getPdf2txtOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getPdfViaDvi() - Method in class eu.simuline.m2latex.core.Settings
-
- getPid() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- getPosition() - Method in class org.codehaus.plexus.util.cli.Commandline.Marker
-
Return the number of arguments that preceeded this marker.
- getPrechomp(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove and return everything before the first value of a
supplied String from another String.
- getPropertyFile(String) - Method in class eu.simuline.m2latex.antTask.AbstractLatexTask
-
- getPropertyFromExpression(String) - Method in class eu.simuline.m2latex.mojo.HelpMojo
-
- getQuotingTriggerChars() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getRawCommandLine(String, String[]) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getReadTexSrcProcDirRec() - Method in class eu.simuline.m2latex.core.Settings
-
- getRegularFileNames() - Method in class eu.simuline.m2latex.core.DirNode
-
- getShell() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Get the shell to be used in this command line.
- getShellArgs() - Method in class org.codehaus.plexus.util.cli.shell.BourneShell
-
- getShellArgs() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Get the shell arguments
- getShellArgsList() - Method in class org.codehaus.plexus.util.cli.shell.BourneShell
-
- getShellArgsList() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getShellCommand() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Get the command to execute the shell
- getShellCommandline() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Returns the shell, executable and all defined arguments.
- getShellCommandLine(String[]) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Get the full command line to execute, including shell command, shell arguments,
executable and executable arguments
- getSingleChild(Node, String) - Method in class eu.simuline.m2latex.mojo.HelpMojo
-
- getSplitIndexCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getSplitIndexOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getSubdirs() - Method in class eu.simuline.m2latex.core.DirNode
-
- getSuffix() - Method in enum eu.simuline.m2latex.core.LatexPreProcessor.SuffixHandler
-
Returns the suffix of the file type
of the file type, this is the handler for.
- getSuffix(File) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Return the suffix of the name of the given file
including the .
- getSvg2devCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getSvg2devOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getSvgExportOption() - Method in enum eu.simuline.m2latex.core.LatexDev
-
- getSystemEnvVars() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- getSystemEnvVars() - Static method in class org.codehaus.plexus.util.cli.CommandLineUtils
-
Gets the shell environment variables for this process.
- getSystemEnvVars(boolean) - Static method in class org.codehaus.plexus.util.cli.CommandLineUtils
-
Return the shell environment variables.
- getT4htOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getTargetDirectory(File, File, File) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Returns the directory containing sourceFile
with the prefix sourceBaseDir
replaced by targetBaseDir.
- getTargetSet() - Method in class eu.simuline.m2latex.antTask.LatexCfgTask
-
- getTargetSet() - Method in class eu.simuline.m2latex.antTask.LatexClrTask
-
- getTargetSet() - Method in interface eu.simuline.m2latex.core.ParameterAdapter
-
Returns the set of target.
- getTargetSet() - Method in class eu.simuline.m2latex.core.Settings
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.CfgLatexMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.ChkMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.ClearMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.DocxMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.DviMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.GraphicsMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.HtmlMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.OdtMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.PdfMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.RtfMojo
-
- getTargetSet() - Method in class eu.simuline.m2latex.mojo.TxtMojo
-
- getTex4htCommand() - Method in class eu.simuline.m2latex.core.Settings
-
- getTex4htOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getTex4htStyOptions() - Method in class eu.simuline.m2latex.core.Settings
-
- getTexPath() - Method in class eu.simuline.m2latex.core.Settings
-
- getTexSrcDirectoryFile() - Method in class eu.simuline.m2latex.core.Settings
-
- getTexSrcProcDirectoryFile() - Method in class eu.simuline.m2latex.core.Settings
-
- getValidFamilies() - Static method in class org.codehaus.plexus.util.Os
-
- getValue(Node, String) - Method in class eu.simuline.m2latex.mojo.HelpMojo
-
- getWorkingDirectory() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- getWorkingDirectory() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getWorkingDirectoryAsString() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getXFigInTexLanguage() - Method in enum eu.simuline.m2latex.core.LatexDev
-
- glgFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- gloFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- glsFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- gnuplotCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The command for conversion of gnuplot-files
into various formats.
- gnuplotOptions - Variable in class eu.simuline.m2latex.core.Settings
-
- goal - Variable in class eu.simuline.m2latex.mojo.HelpMojo
-
The name of the goal for which to show help.
- GraphicsMojo - Class in eu.simuline.m2latex.mojo
-
Transforms all graphic files into formats
which can be included into LaTeX files
for the goal grp which is not tied to a lifecycle phase.
- GraphicsMojo() - Constructor for class eu.simuline.m2latex.mojo.GraphicsMojo
-
- GRP_IDENT_IDX - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- IDX_EXPL - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
The shape of the entries of an index file
with explicit identifier of the index.
- idxFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- ilgFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- IMPL_IDENT_IDX - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
The implicit default identifier of an index
hardcoded into the package splitidx
and into the program splitindex.
- in - Variable in class org.codehaus.plexus.util.cli.StreamPumper
-
- indentSize - Variable in class eu.simuline.m2latex.mojo.HelpMojo
-
The number of spaces per indentation level, should be positive.
- indexOfAny(String, String[]) - Static method in class org.codehaus.plexus.util.StringUtils
-
Find the first index of any of a set of potential substrings.
- indFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- info(String) - Method in class eu.simuline.m2latex.antTask.AntLogWrapper
-
- info(String) - Method in interface eu.simuline.m2latex.core.LogWrapper
-
- info(String) - Method in class eu.simuline.m2latex.mojo.MavenLogWrapper
-
- initialize() - Method in class eu.simuline.m2latex.antTask.AbstractLatexTask
-
- initialize() - Method in interface eu.simuline.m2latex.core.ParameterAdapter
-
Sets up the parameters and initializes
org.m2latex.core.LatexProcessor.
- initialize() - Method in class eu.simuline.m2latex.mojo.AbstractLatexMojo
-
- input - Variable in class org.codehaus.plexus.util.cli.StreamFeeder
-
- interpolate(String, Map<?, ?>) - Static method in class org.codehaus.plexus.util.StringUtils
-
- IOUtil - Class in org.codehaus.plexus.util
-
General IO Stream manipulation.
- IOUtil() - Constructor for class org.codehaus.plexus.util.IOUtil
-
Private constructor to prevent instantiation.
- isAlive(Process) - Static method in class org.codehaus.plexus.util.cli.CommandLineUtils
-
- isAlpha(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if the String contains only unicode letters.
- isAlphanumeric(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if the String contains only unicode letters or digits.
- isAlphanumericSpace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if the String contains only unicode letters, digits
or space (' ').
- isAlphaSpace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if the String contains only unicode letters and
space (' ').
- isArch(String) - Static method in class org.codehaus.plexus.util.Os
-
Determines if the current OS matches the given OS
architecture.
- isBlank(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if a String is whitespace, empty ("") or null.
- isCleanUp() - Method in class eu.simuline.m2latex.core.Settings
-
- isDisabled() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- isDone() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- isDoubleQuotedArgumentEscaped() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- isDoubleQuotedExecutableEscaped() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- isEmpty(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if a (trimmed) String is null or empty.
- isFamily(String) - Static method in class org.codehaus.plexus.util.Os
-
Determines if the current OS matches the given OS
family.
- isLatexMainFile(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Returns whether texFile is a latex main file,
provided it is readable.
- isName(String) - Static method in class org.codehaus.plexus.util.Os
-
Determines if the current OS matches the given OS
name.
- isNotBlank(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if a String is not empty (""), not null and not whitespace only.
- isNotEmpty(String) - Static method in class eu.simuline.m2latex.mojo.HelpMojo
-
- isNotEmpty(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if a String is non null and is
not empty (length > 0).
- isNumeric(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if the String contains only unicode digits.
- isNumericSpace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if the String contains only unicode digits or space
(' ').
- isOs(String, String, String, String) - Static method in class org.codehaus.plexus.util.Os
-
Determines if the current OS matches the given OS
family, name, architecture and version.
- isQuotedArgumentsEnabled() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- isQuotedExecutableEnabled() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- isSingleQuotedArgumentEscaped() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- isSingleQuotedExecutableEscaped() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- isUpdatedOrWarn(String, File, boolean, long) - Method in class eu.simuline.m2latex.core.CommandExecutor
-
- isValid() - Method in class eu.simuline.m2latex.core.DirNode
-
Whether the directory described by this node is readable.
- isValidFamily(String) - Static method in class org.codehaus.plexus.util.Os
-
Helper method to check if the given family is in the
following list:
dos
mac
netware
os/2
tandem
unix
windows
win9x
z/os
os/400
openvms
- isVersion(String) - Static method in class org.codehaus.plexus.util.Os
-
Determines if the current OS matches the given OS
version.
- isViaDvi() - Method in enum eu.simuline.m2latex.core.LatexDev
-
- isWhitespace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if the String contains only whitespace.
- lastIndexOfAny(String, String[]) - Static method in class org.codehaus.plexus.util.StringUtils
-
Find the latest index of any of a set of potential substrings.
- latex2pdfCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The LaTeX command to create a pdf-file or a dvi-file.
- latex2pdfOptions - Variable in class eu.simuline.m2latex.core.Settings
-
- Latex2pdfOptions() - Constructor for class eu.simuline.m2latex.core.Settings.Latex2pdfOptions
-
- latex2rtfCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The latex2rtf command to create rtf from latex directly.
- latex2rtfOptions - Variable in class eu.simuline.m2latex.core.Settings
-
- LatexCfgTask - Class in eu.simuline.m2latex.antTask
-
- LatexCfgTask() - Constructor for class eu.simuline.m2latex.antTask.LatexCfgTask
-
- LatexClrTask - Class in eu.simuline.m2latex.antTask
-
- LatexClrTask() - Constructor for class eu.simuline.m2latex.antTask.LatexClrTask
-
- LatexDev - Enum in eu.simuline.m2latex.core
-
Enumeration of the backends of latex.
- LatexDev() - Constructor for enum eu.simuline.m2latex.core.LatexDev
-
- LatexMainDesc(File, TexFileUtils, LatexDev) - Constructor for class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- LatexPreProcessor - Class in eu.simuline.m2latex.core
-
- LatexPreProcessor(Settings, CommandExecutor, LogWrapper, TexFileUtils) - Constructor for class eu.simuline.m2latex.core.LatexPreProcessor
-
- LatexPreProcessor.SuffixHandler - Enum in eu.simuline.m2latex.core
-
Handler for each suffix of a source file.
- latexProcessor - Variable in class eu.simuline.m2latex.antTask.AbstractLatexTask
-
- LatexProcessor - Class in eu.simuline.m2latex.core
-
The latex processor creates various output from latex sources
including also preprocessing of graphic files in several formats.
- LatexProcessor(Settings, CommandExecutor, LogWrapper, TexFileUtils, ParameterAdapter) - Constructor for class eu.simuline.m2latex.core.LatexProcessor
-
- LatexProcessor(Settings, LogWrapper, ParameterAdapter) - Constructor for class eu.simuline.m2latex.core.LatexProcessor
-
Creates a LatexProcessor with parameters given by settings
which logs onto log and used by paramAdapt.
- latexProcessor - Variable in class eu.simuline.m2latex.mojo.AbstractLatexMojo
-
- LatexProcessor.LatexMainDesc - Class in eu.simuline.m2latex.core
-
Container which comprises, besides the latex main file
also several files creation of which shall be done once for ever.
- latexTargetFile(LatexProcessor.LatexMainDesc) - Method in enum eu.simuline.m2latex.core.LatexDev
-
Returns the target file of a LaTeX run.
- left(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Gets the leftmost n characters of a String.
- leftPad(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Left pad a String with spaces.
- leftPad(String, int, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Left pad a String with a specified string.
- lineLength - Variable in class eu.simuline.m2latex.mojo.HelpMojo
-
The maximum length of a display line, should be positive.
- listFilesOrWarn(File) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Returns the listing of the directory dir
or null if it is not readable
and emit an according warning if so.
- listFilesOrWarn(File, FileFilter) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
Returns the listing of the directory dir
filtered by filter
or null if dir is not readable
and emit an according warning if so.
- log - Variable in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
- log - Variable in class eu.simuline.m2latex.core.CommandExecutor
-
- log - Variable in class eu.simuline.m2latex.core.TexFileUtils
-
- log - Variable in class eu.simuline.m2latex.mojo.MavenLogWrapper
-
- logErrs(File, String, String) - Method in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
Logs if an error occurred running command
by detecting that the log file logFile has not been created
or by detecting the error pattern pattern
in logFile.
- logErrs(File, String) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Logs errors detected in the according log file:
The log file is by replacing the ending of texFile
by log.
- logFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- logWarn(File, String) - Method in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
Logging:
WAP03 Running command emitted warnings.
- logWarns(File, String, String) - Method in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
Logs if a warning occurred running command
by detecting the warning pattern pattern
in logFile.
- logWarns(File, String) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- LogWrapper - Interface in eu.simuline.m2latex.core
-
Common interface for logging in ant task and in maven plugin.
- lowerCase(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Convert a String to lower case, null String
returns null.
- lowercaseFirstLetter(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
- ls - Variable in class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
-
- paramAdapt - Variable in class eu.simuline.m2latex.core.LatexProcessor
-
- ParameterAdapter - Interface in eu.simuline.m2latex.core
-
Common interface to pass parameters from ant and from maven.
- parts - Variable in class org.codehaus.plexus.util.cli.Commandline.Argument
-
- PATH_SEP - Static variable in class org.codehaus.plexus.util.Os
-
- PATTERN_INS_LATEX_MAIN - Static variable in class eu.simuline.m2latex.core.TexFileUtils
-
- PATTERN_NEED_BIBTEX_RUN - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- PATTERN_OUFULL_HVBOX - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- patternCreatedFromLatexMain - Variable in class eu.simuline.m2latex.core.Settings
-
This pattern is applied to file names
and matching shall accept all the files
which were created from a latex main file xxx.tex.
- PatternCreatedFromLatexMain() - Constructor for class eu.simuline.m2latex.core.Settings.PatternCreatedFromLatexMain
-
- patternErrBibtex - Variable in class eu.simuline.m2latex.core.Settings
-
- PatternErrBibtex() - Constructor for class eu.simuline.m2latex.core.Settings.PatternErrBibtex
-
- patternErrLatex - Variable in class eu.simuline.m2latex.core.Settings
-
The pattern is applied linewise to the log-file
and matching indicates an error
emitted by the command
Settings.latex2pdfCommand.
- PatternErrLatex() - Constructor for class eu.simuline.m2latex.core.Settings.PatternErrLatex
-
- patternErrMakeGlossaries - Variable in class eu.simuline.m2latex.core.Settings
-
- patternErrMakeIndex - Variable in class eu.simuline.m2latex.core.Settings
-
- PatternErrMakeIndex() - Constructor for class eu.simuline.m2latex.core.Settings.PatternErrMakeIndex
-
- patternErrXindy - Variable in class eu.simuline.m2latex.core.Settings
-
- patternLatexMainFile - Variable in class eu.simuline.m2latex.core.Settings
-
The pattern to be applied to the beginning of the contents of tex-files
which identifies a latex main file.
- PatternLatexMainFile() - Constructor for class eu.simuline.m2latex.core.Settings.PatternLatexMainFile
-
- patternReRunLatex - Variable in class eu.simuline.m2latex.core.Settings
-
- PatternReRunLatex() - Constructor for class eu.simuline.m2latex.core.Settings.PatternReRunLatex
-
- patternReRunMakeGlossaries - Variable in class eu.simuline.m2latex.core.Settings
-
- PatternReRunMakeGlossaries() - Constructor for class eu.simuline.m2latex.core.Settings.PatternReRunMakeGlossaries
-
- patternReRunMakeIndex - Variable in class eu.simuline.m2latex.core.Settings
-
- PatternReRunMakeIndex() - Constructor for class eu.simuline.m2latex.core.Settings.PatternReRunMakeIndex
-
- patternT4htOutputFiles - Variable in class eu.simuline.m2latex.core.Settings
-
The pattern for the target files of goal
Target.html
for a given latex main file
xxx.tex.
- PatternT4htOutputFiles() - Constructor for class eu.simuline.m2latex.core.Settings.PatternT4htOutputFiles
-
- patternWarnBibtex - Variable in class eu.simuline.m2latex.core.Settings
-
- PatternWarnBibtex() - Constructor for class eu.simuline.m2latex.core.Settings.PatternWarnBibtex
-
- patternWarnLatex - Variable in class eu.simuline.m2latex.core.Settings
-
- PatternWarnLatex() - Constructor for class eu.simuline.m2latex.core.Settings.PatternWarnLatex
-
- patternWarnMakeIndex - Variable in class eu.simuline.m2latex.core.Settings
-
- PatternWarnMakeIndex() - Constructor for class eu.simuline.m2latex.core.Settings.PatternWarnMakeIndex
-
- patternWarnXindy - Variable in class eu.simuline.m2latex.core.Settings
-
- pdf2txtCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The pdf2txt-command for converting pdf-files into plain text files.
- pdf2txtOptions - Variable in class eu.simuline.m2latex.core.Settings
-
- pdfFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- PdfMojo - Class in eu.simuline.m2latex.mojo
-
Builds PDF documents from LaTeX sources
for the goal pdf which is not tied to a lifecycle phase.
- PdfMojo() - Constructor for class eu.simuline.m2latex.mojo.PdfMojo
-
- pdfViaDvi - Variable in class eu.simuline.m2latex.core.Settings
-
Whether creation of pdf-files from latex-files goes via dvi-files.
- pid - Variable in class org.codehaus.plexus.util.cli.Commandline
-
- PLUGIN_HELP_PATH - Static variable in class eu.simuline.m2latex.mojo.HelpMojo
-
- position - Variable in class org.codehaus.plexus.util.cli.Commandline.Marker
-
- prechomp(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove the first value of a supplied String, and everything before it
from a String.
- PREFIX_HIDDEN - Static variable in class eu.simuline.m2latex.core.TexFileUtils
-
- preProc - Variable in class eu.simuline.m2latex.core.LatexProcessor
-
- preProcessLatex2dev(LatexProcessor.LatexMainDesc, LatexDev) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs LaTeX on on the latex main file texFile
described by desc once,
runs BibTeX, MakeIndex and MakeGlossaries by need
and returns whether a second LaTeX run is required.
- process - Variable in class org.codehaus.plexus.util.cli.CommandLineUtils.ProcessHook
-
- processGraphics() - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- processGraphicsSelectMain(File, DirNode) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Detects files in the directory represented by texNode
and in subdirectories recursively:
those which are in various graphic formats incompatible with LaTeX
are converted into formats which can be inputted or included directly
into a latex file.
- processGraphicsSelectMain(File, DirNode, Collection<String>, Collection<File>) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Logging:
WFU03: cannot close file
EFU06: Cannot move file
WPP02: tex file may be latex main file
EEX01, EEX02, EEX03, WEX04, WEX05:
if applications for preprocessing graphic files failed.
- processGraphicsSelectMainRec(File, DirNode, Collection<String>, Collection<File>) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
- ProcessHook(Process) - Constructor for class org.codehaus.plexus.util.cli.CommandLineUtils.ProcessHook
-
- processLatex2dev(LatexProcessor.LatexMainDesc, LatexDev) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- processLatex2devCore(LatexProcessor.LatexMainDesc, LatexDev) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- processLatex2docx(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs conversion of texFile
to docx or other MS word formats
after processing latex to set up the references,
bibliography, index and that like.
- processLatex2dvi(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- processLatex2html(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs conversion of texFile to html or xhtml
after processing latex to set up the references,
bibliography, index and that like.
- processLatex2odt(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs conversion of texFile
to odt or other open office formats
after processing latex to set up the references,
bibliography, index and that like.
- processLatex2pdf(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- processLatex2rtf(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs direct conversion of texFile to rtf format.
- processLatex2txt(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs conversion of texFile to txt format via pdf.
- processSource(LatexProcessor, File) - Method in enum eu.simuline.m2latex.core.Target
-
Processes the latex main file texFile
delegating to latexProcessor.
- procSrc(File, LatexPreProcessor) - Method in enum eu.simuline.m2latex.core.LatexPreProcessor.SuffixHandler
-
- project - Variable in class eu.simuline.m2latex.antTask.AntLogWrapper
-
- readTexSrcProcDirRec - Variable in class eu.simuline.m2latex.core.Settings
-
- realPos - Variable in class org.codehaus.plexus.util.cli.Commandline.Marker
-
- regularFileNames - Variable in class eu.simuline.m2latex.core.DirNode
-
The set of names of regular files, i.e. files except directories
in the directory described by this node.
- removeAndHump(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
- removeDuplicateWhitespace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove all duplicate whitespace characters and line terminators are replaced with a single
space.
- removeShutdownHook(Thread) - Static method in class org.codehaus.plexus.util.cli.ShutdownHookUtils
-
- repeat(String, int) - Static method in class eu.simuline.m2latex.mojo.HelpMojo
-
Repeat a String n times to form a new string.
- repeat(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Repeat a String n times to form a
new string.
- replace(String, char, char) - Static method in class org.codehaus.plexus.util.StringUtils
-
Replace all occurances of a char within another char.
- replace(String, char, char, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Replace a char with another char inside a larger String,
for the first max values of the search char.
- replace(String, String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Replace all occurances of a String within another String.
- replace(String, String, String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Replace a String with another String inside a larger String,
for the first max values of the search String.
- replaceOnce(String, char, char) - Static method in class org.codehaus.plexus.util.StringUtils
-
Replace a char with another char inside a larger String, once.
- replaceOnce(String, String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Replace a String with another String inside a larger String, once.
- replaceSuffix(File, String) - Method in class eu.simuline.m2latex.core.TexFileUtils
-
- reverse(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Reverse a String.
- reverseArray(Object[]) - Static method in class org.codehaus.plexus.util.StringUtils
-
Reverses an array.
- reverseDelimitedString(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Reverses a String that is delimited by a specific character.
- right(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Gets the rightmost n characters of a String.
- rightPad(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Right pad a String with spaces.
- rightPad(String, int, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Right pad a String with a specified string.
- RtfMojo - Class in eu.simuline.m2latex.mojo
-
Builds rtf documents from LaTeX sources
for the goal rtf which is not tied to a lifecycle phase.
- RtfMojo() - Constructor for class eu.simuline.m2latex.mojo.RtfMojo
-
- run() - Method in class org.codehaus.plexus.util.cli.CommandLineUtils.ProcessHook
-
- run() - Method in class org.codehaus.plexus.util.cli.StreamFeeder
-
- run() - Method in class org.codehaus.plexus.util.cli.StreamPumper
-
- runBibtexByNeed(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs the BibTeX command given by
Settings.getBibtexCommand()
on the aux-file corresponding with
texFile
in the directory containing
texFile
provided an according pattern in the aux-file indicates
that a bibliography shall be created.
- runCheck(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runDvi2pdf(LatexProcessor.LatexMainDesc) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runEbb(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
- runFig2Dev(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Converts the fig-file figFile
into a tex-file with ending ptx
including a pdf-file or an eps-file also created.
- runFig2DevInTex(File, LatexDev) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
From figFile create pdf/eps-file
containing graphics without text with special flag set.
- runFig2TexInclDev(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
From figFile create tex-file
containing text with special flag set and
including a graphic file containing the rest of figFile.
- runGnuplot2Dev(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Converts a gnuplot-file into a tex-file with ending ptx
including a pdf-file or an eps-file also created.
- runGnuplot2Dev(File, LatexDev) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
- runLatex2dev(LatexProcessor.LatexMainDesc, LatexDev) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runLatex2html(LatexProcessor.LatexMainDesc) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runLatex2odt(LatexProcessor.LatexMainDesc) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runLatex2rtf(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runMakeGlossaryByNeed(LatexProcessor.LatexMainDesc) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs the MakeGlossaries command
given by
Settings.getMakeGlossariesCommand()
on the aux-file corresponding with
texFile
in the directory containing
texFile
provided that the existence of an glo-file indicates
that a glossary shall be created.
- runMakeIndex(LatexProcessor.LatexMainDesc) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runMakeIndexByNeed(LatexProcessor.LatexMainDesc) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
Runs the MakeIndex command
given by
Settings.getMakeIndexCommand()
on the idx-file corresponding with
texFile
in the directory containing
texFile
provided that the existence of an idx-file indicates
that an index shall be created.
- runMetapost2mps(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Runs mpost on mp-files to generate mps-files.
- runOdt2doc(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runPdf2txt(File) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runSplitIndex(LatexProcessor.LatexMainDesc, Collection<String>) - Method in class eu.simuline.m2latex.core.LatexProcessor
-
- runSvg2Dev(File) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
Converts an svg-file into a tex-file with ending ptx
including a pdf-file or an eps-file also created.
- runSvg2Dev(File, LatexDev, boolean) - Method in class eu.simuline.m2latex.core.LatexPreProcessor
-
- scheduleProcSrc(File, Map<File, LatexPreProcessor.SuffixHandler>, LatexPreProcessor, Collection<File>) - Method in enum eu.simuline.m2latex.core.LatexPreProcessor.SuffixHandler
-
- SEP_IDENT_IDX - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
Separator - of the index identifier
used in files xxx-yy.idx, xxx-yy.ind
and xxx-yy.ilg.
- setArch(String) - Method in class org.codehaus.plexus.util.Os
-
Sets the desired OS architecture
- setArgumentEscapePattern(String) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setArgumentQuoteDelimiter(char) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setBaseDirectory(File) - Method in class eu.simuline.m2latex.core.Settings
-
- setBibtexCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setBibtexOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setChkTexCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setChkTexOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setCleanUp(boolean) - Method in class eu.simuline.m2latex.core.Settings
-
- setDebugBadBoxes(boolean) - Method in class eu.simuline.m2latex.core.Settings
-
- setDebugWarnings(boolean) - Method in class eu.simuline.m2latex.core.Settings
-
- setDefaultShell() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Sets the shell or command-line interpretor
for the detected operating system,
and the shell arguments.
- setDone() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- setDoubleQuotedArgumentEscaped(boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setDoubleQuotedExecutableEscaped(boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setDvi2pdfCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setDvi2pdfOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setEbbCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setEbbOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setExecutable(String) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Sets the executable to run.
- setExecutable(String) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Sets the executable to run.
- setExecutableQuoteDelimiter(char) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setFamily(String) - Method in class org.codehaus.plexus.util.Os
-
Sets the desired OS family type
- setFig2devCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setFig2devGenOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setFig2devPdfEpsOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setFig2devPtxOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setFile(File) - Method in interface org.codehaus.plexus.util.cli.Arg
-
- setFile(File) - Method in class org.codehaus.plexus.util.cli.Commandline.Argument
-
- setGnuplotCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setGnuplotOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setLatex2pdfCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setLatex2pdfOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setLatex2rtfCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setLatex2rtfOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setLine(String) - Method in interface org.codehaus.plexus.util.cli.Arg
-
- setLine(String) - Method in class org.codehaus.plexus.util.cli.Commandline.Argument
-
- setMakeGlossariesCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setMakeGlossariesOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setMakeIndexCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setMakeIndexOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setMaxNumReRunsLatex(int) - Method in class eu.simuline.m2latex.core.Settings
-
- setMetapostCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setMetapostOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setName(String) - Method in class org.codehaus.plexus.util.Os
-
Sets the desired OS name
- setOdt2docCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setOdt2docOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setOutputDirectory(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternCreatedFromLatexMain(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternErrBibtex(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternErrLatex(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternErrMakeGlossaries(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternErrMakeIndex(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternLatexMainFile(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternReRunLatex(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternReRunMakeGlossaries(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternReRunMakeIndex(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternT4htOutputFiles(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternWarnBibtex(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternWarnLatex(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternWarnMakeIndex(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPatternWarnXindy(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPdf2txtCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPdf2txtOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setPdfViaDvi(boolean) - Method in class eu.simuline.m2latex.core.Settings
-
- setPid(long) - Method in class org.codehaus.plexus.util.cli.Commandline
-
- setQuotedArgumentsEnabled(boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setQuotedExecutableEnabled(boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setReadTexSrcProcDirRec(boolean) - Method in class eu.simuline.m2latex.core.Settings
-
- setShell(Shell) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Allows to set the shell to be used in this command line.
- setShellArgs(String[]) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Set the shell arguments when calling a command line (not the executable arguments)
(eg.
- setShellCommand(String) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Set the command to execute the shell (eg.
- setSingleQuotedArgumentEscaped(boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setSingleQuotedExecutableEscaped(boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setSplitIndexCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setSplitIndexOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setSvg2devCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setSvg2devOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setT4htOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setTargetDirectory(File) - Method in class eu.simuline.m2latex.core.Settings
-
- setTargets(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setTargetSiteDirectory(File) - Method in class eu.simuline.m2latex.core.Settings
-
- setTex4htCommand(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setTex4htOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setTex4htStyOptions(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setTexPath(File) - Method in class eu.simuline.m2latex.core.Settings
-
- setTexSrcDirectory(String) - Method in class eu.simuline.m2latex.core.Settings
-
- setTexSrcProcDirectory(String) - Method in class eu.simuline.m2latex.core.Settings
-
- settings - Variable in class eu.simuline.m2latex.antTask.AbstractLatexTask
-
Contains all parameters for executing this task.
- settings - Variable in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
- Settings - Class in eu.simuline.m2latex.core
-
The settings for a maven plugin and for an ant task.
- Settings() - Constructor for class eu.simuline.m2latex.core.Settings
-
- settings - Variable in class eu.simuline.m2latex.mojo.AbstractLatexMojo
-
Comrpises all parameters for executing this maven plugin.
- Settings.Latex2pdfOptions - Class in eu.simuline.m2latex.core
-
- Settings.MetapostOptions - Class in eu.simuline.m2latex.core
-
- Settings.PatternCreatedFromLatexMain - Class in eu.simuline.m2latex.core
-
- Settings.PatternErrBibtex - Class in eu.simuline.m2latex.core
-
- Settings.PatternErrLatex - Class in eu.simuline.m2latex.core
-
- Settings.PatternErrMakeIndex - Class in eu.simuline.m2latex.core
-
- Settings.PatternLatexMainFile - Class in eu.simuline.m2latex.core
-
- Settings.PatternReRunLatex - Class in eu.simuline.m2latex.core
-
- Settings.PatternReRunMakeGlossaries - Class in eu.simuline.m2latex.core
-
- Settings.PatternReRunMakeIndex - Class in eu.simuline.m2latex.core
-
- Settings.PatternT4htOutputFiles - Class in eu.simuline.m2latex.core
-
- Settings.PatternWarnBibtex - Class in eu.simuline.m2latex.core
-
- Settings.PatternWarnLatex - Class in eu.simuline.m2latex.core
-
- Settings.PatternWarnMakeIndex - Class in eu.simuline.m2latex.core
-
- setUnconditionalQuoting(boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Toggle unconditional quoting
- setValidFamilies() - Static method in class org.codehaus.plexus.util.Os
-
Initializes the set of valid families.
- setValue(String) - Method in interface org.codehaus.plexus.util.cli.Arg
-
- setValue(String) - Method in class org.codehaus.plexus.util.cli.Commandline.Argument
-
- setVersion(String) - Method in class org.codehaus.plexus.util.Os
-
Sets the desired OS version
- setWorkingDirectory(String) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Sets execution directory.
- setWorkingDirectory(File) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Sets execution directory.
- setWorkingDirectory(String) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Sets execution directory.
- setWorkingDirectory(File) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Sets execution directory.
- shell - Variable in class org.codehaus.plexus.util.cli.Commandline
-
- Shell - Class in org.codehaus.plexus.util.cli.shell
-
Class that abstracts the Shell functionality,
with subclases for shells that behave particularly, like
command.com
cmd.exe
- Shell() - Constructor for class org.codehaus.plexus.util.cli.shell.Shell
-
- shellArgs - Variable in class org.codehaus.plexus.util.cli.shell.Shell
-
- shellCommand - Variable in class org.codehaus.plexus.util.cli.shell.Shell
-
- ShutdownHookUtils - Class in org.codehaus.plexus.util.cli
-
A shutdown hook that does not throw any exceptions upon container startup/shutdown or security manager
restrictions.
- ShutdownHookUtils() - Constructor for class org.codehaus.plexus.util.cli.ShutdownHookUtils
-
- singleQuotedArgumentEscaped - Variable in class org.codehaus.plexus.util.cli.shell.Shell
-
- singleQuotedExecutableEscaped - Variable in class org.codehaus.plexus.util.cli.shell.Shell
-
- size() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- SIZE - Static variable in class org.codehaus.plexus.util.cli.StreamPumper
-
- split(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Splits the provided text into a array, using whitespace as the
separator.
- split(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
- split(String, String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Splits the provided text into a array, based on a given separator.
- splitIndexCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The SplitIndex command to create ind-files
from an idx-file logging on ilg-files.
- splitIndexOptions - Variable in class eu.simuline.m2latex.core.Settings
-
- SST - Static variable in class eu.simuline.m2latex.core.Settings
-
On unix src/site/tex,
on other operating systems accordingly.
- StreamConsumer - Interface in org.codehaus.plexus.util.cli
-
Works in concert with the StreamPumper class to
allow implementations to gain access to the lines being
"Pumped".
- StreamFeeder - Class in org.codehaus.plexus.util.cli
-
Read from an InputStream and write the output to an OutputStream.
- StreamFeeder(InputStream, OutputStream) - Constructor for class org.codehaus.plexus.util.cli.StreamFeeder
-
Create a new StreamFeeder
- StreamPumper - Class in org.codehaus.plexus.util.cli
-
Class to pump the error stream during Process's runtime.
- StreamPumper(InputStream) - Constructor for class org.codehaus.plexus.util.cli.StreamPumper
-
- StreamPumper(InputStream, StreamConsumer) - Constructor for class org.codehaus.plexus.util.cli.StreamPumper
-
- StreamPumper(InputStream, PrintWriter) - Constructor for class org.codehaus.plexus.util.cli.StreamPumper
-
- StreamPumper(InputStream, PrintWriter, StreamConsumer) - Constructor for class org.codehaus.plexus.util.cli.StreamPumper
-
- string - Variable in class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
-
- StringStreamConsumer() - Constructor for class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
-
- StringUtils - Class in org.codehaus.plexus.util
-
Common String manipulation routines.
- StringUtils() - Constructor for class org.codehaus.plexus.util.StringUtils
-
StringUtils instances should NOT be constructed in
standard programming.
- strip(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove whitespace from the front and back of a String.
- strip(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove a specified String from the front and back of a
String.
- stripAll(String[]) - Static method in class org.codehaus.plexus.util.StringUtils
-
Strip whitespace from the front and back of every String
in the array.
- stripAll(String[], String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Strip the specified delimiter from the front and back of
every String in the array.
- stripEnd(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Strip any of a supplied String from the end of a String.
- stripStart(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Strip any of a supplied String from the start of a String.
- substring(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Gets a substring from the specified string avoiding exceptions.
- substring(String, int, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- SUFFIX2HANDLER - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
Maps the suffix to the according handler.
- SUFFIX_AUX - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_BB - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_BBL - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_BIB - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_BLG - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_CLG - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_DVI - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_EPS - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_EPSTEX - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_FIG - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_FLS - Static variable in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
- SUFFIX_GLG - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_GLO - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_GLS - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_GP - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_HTML - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_IDX - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_ILG - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_IND - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_JPG - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_LOF - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_LOG - Static variable in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
- SUFFIX_LOT - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_MP - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_MPS - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_MPX - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_ODT - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_PDF - Static variable in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
- SUFFIX_PDFTEX - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_PNG - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_PTX - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_RTF - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_SVG - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_TEX - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SUFFIX_TOC - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_TXT - Static variable in class eu.simuline.m2latex.core.LatexProcessor
-
- SUFFIX_VOID - Static variable in class eu.simuline.m2latex.core.AbstractLatexProcessor
-
- SUFFIX_XBB - Static variable in class eu.simuline.m2latex.core.LatexPreProcessor
-
- SuffixHandler() - Constructor for enum eu.simuline.m2latex.core.LatexPreProcessor.SuffixHandler
-
- svg2devCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The command for conversion of svg-files
into a mixed format FIXME, synchronize with fig2devCommand.
- svg2devOptions - Variable in class eu.simuline.m2latex.core.Settings
-
- swapCase(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Swaps the case of String.
- t4htOptions - Variable in class eu.simuline.m2latex.core.Settings
-
The options for t4ht which converts idv-file and lg-file
into css-files, tmp-file and,
by need and if configured accordingly into png files.
- Target - Enum in eu.simuline.m2latex.core
-
The enumeration of all supported creational targets.
- Target() - Constructor for enum eu.simuline.m2latex.core.Target
-
- targetDirectory - Variable in class eu.simuline.m2latex.core.Settings
-
The target directory of this maven project.
- targetDirectory - Variable in class eu.simuline.m2latex.mojo.AbstractLatexMojo
-
The target directory of this maven project.
- targets - Variable in class eu.simuline.m2latex.core.Settings
-
- targetSiteDirectory - Variable in class eu.simuline.m2latex.core.Settings
-
The target site directory of this maven project.
- targetSiteDirectory - Variable in class eu.simuline.m2latex.mojo.AbstractLatexMojo
-
The target site directory of this maven project.
- tex4htCommand - Variable in class eu.simuline.m2latex.core.Settings
-
The tex4ht command.
- tex4htOptions - Variable in class eu.simuline.m2latex.core.Settings
-
The options for tex4ht which extracts information
from a dvi-file or from a pdf-file
into the according lg-file and idv-file producing html-files
and by need and if configured accordingly
svg-files, 4ct-files and 4tc-files and a css-file and a tmp-file.
- tex4htStyOptions - Variable in class eu.simuline.m2latex.core.Settings
-
The options for the tex4ht-style
which creates a dvi-file or a pdf-file
with information to create sgml,
e.g. html or odt or something like that.
- texFile - Variable in class eu.simuline.m2latex.core.LatexProcessor.LatexMainDesc
-
- TexFileUtils - Class in eu.simuline.m2latex.core
-
Sole interface to org.apache.commons.io.
- TexFileUtils(LogWrapper) - Constructor for class eu.simuline.m2latex.core.TexFileUtils
-
- texPath - Variable in class eu.simuline.m2latex.core.Settings
-
Path to the TeX scripts or null.
- texSrcDirectory - Variable in class eu.simuline.m2latex.core.Settings
-
- texSrcDirectoryFile - Variable in class eu.simuline.m2latex.core.Settings
-
- texSrcProcDirectory - Variable in class eu.simuline.m2latex.core.Settings
-
The latex source processing directory as a string
relative to
Settings.texSrcDirectory
containing all tex main documents
and the graphic files to be processed
and also to be cleaned.
- texSrcProcDirectoryFile - Variable in class eu.simuline.m2latex.core.Settings
-
- toByteArray(InputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of an InputStream as a byte[].
- toByteArray(InputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of an InputStream as a byte[].
- toByteArray(Reader) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a Reader as a byte[].
- toByteArray(Reader, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a Reader as a byte[].
- toByteArray(String) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a String as a byte[].
- toByteArray(String, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a String as a byte[].
- toLines(String, int, int, int) - Static method in class eu.simuline.m2latex.mojo.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class eu.simuline.m2latex.mojo.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toString() - Method in class eu.simuline.m2latex.core.Settings
-
- toString() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- toString(String[]) - Static method in class org.codehaus.plexus.util.cli.Commandline
-
- toString(String[]) - Static method in class org.codehaus.plexus.util.cli.CommandLineUtils
-
- toString(InputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of an InputStream as a String.
- toString(InputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of an InputStream as a String.
- toString(InputStream, String) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of an InputStream as a String.
- toString(InputStream, String, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of an InputStream as a String.
- toString(Reader) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a Reader as a String.
- toString(Reader, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a Reader as a String.
- toString(byte[]) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a byte[] as a String.
- toString(byte[], int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a byte[] as a String.
- toString(byte[], String) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a byte[] as a String.
- toString(byte[], String, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Get the contents of a byte[] as a String.
- translateCommandline(String) - Static method in class org.codehaus.plexus.util.cli.Commandline
-
- translateCommandline(String) - Static method in class org.codehaus.plexus.util.cli.CommandLineUtils
-
- trim(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Removes control characters, including whitespace, from both
ends of this String, handling null by returning
null.
- TxtMojo - Class in eu.simuline.m2latex.mojo
-
Builds documents in plain text weakly formatted (e.g. symbols)
for the goal txt which is not tied to a lifecycle phase.
- TxtMojo() - Constructor for class eu.simuline.m2latex.mojo.TxtMojo
-