A B C D E F G H I J M N O P R S T U V X 
All Classes All Packages

A

addProcess(String...) - Method in class org.daisy.dotify.devtools.jvm.ProcessStarterAsync
Adds a new process to be executed as a thread becomes available.
allowIn(String, String[]) - Method in class org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
 

B

BatchProcessStarter - Class in org.daisy.dotify.devtools.jvm
 
BatchProcessStarter(boolean) - Constructor for class org.daisy.dotify.devtools.jvm.BatchProcessStarter
 
BatchProcessStarter(int, boolean) - Constructor for class org.daisy.dotify.devtools.jvm.BatchProcessStarter
 
BrailloTableReader - Class in org.daisy.dotify.devtools.converters
 
BrailloTableReader() - Constructor for class org.daisy.dotify.devtools.converters.BrailloTableReader
 
buildJavaCommand(String...) - Static method in class org.daisy.dotify.devtools.jvm.ProcessStarter
Returns the supplied arguments with the path to java added as the first argument

C

close() - Method in class org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
 
CODE - org.daisy.dotify.devtools.converters.CodePointHelper.Input
 
CodePointHelper - Class in org.daisy.dotify.devtools.converters
 
CodePointHelper() - Constructor for class org.daisy.dotify.devtools.converters.CodePointHelper
 
CodePointHelper.Input - Enum in org.daisy.dotify.devtools.converters
 
CodePointHelper.Mode - Enum in org.daisy.dotify.devtools.converters
 
CodePointHelper.Style - Enum in org.daisy.dotify.devtools.converters
 
COMMA - org.daisy.dotify.devtools.converters.CodePointHelper.Style
 
comment - Static variable in class org.daisy.dotify.devtools.cli.GenerateTableEntries
 
convert(File, File) - Static method in class org.daisy.dotify.devtools.converters.PropertiesConverter
Converts a java properties file to or from XML.
convert(File, File) - Method in class org.daisy.dotify.devtools.unbrailler.Unbrailler
 

D

DECIMAL - org.daisy.dotify.devtools.converters.CodePointHelper.Mode
 
disallow(String) - Method in class org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
 
DotifyRegressionTesterRunner - Class in org.daisy.dotify.devtools.regression
 
DotifyRegressionTesterRunner(File, String, File, BrailleConverter, Collection<String>) - Constructor for class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
DotifyRegressionTesterUI - Class in org.daisy.dotify.devtools.cli
 
DotifyRegressionTesterUI() - Constructor for class org.daisy.dotify.devtools.cli.DotifyRegressionTesterUI
 

E

end - Static variable in class org.daisy.dotify.devtools.cli.GenerateTableEntries
 

F

FindRows - Class in org.daisy.dotify.devtools.cli
 
FindRows() - Constructor for class org.daisy.dotify.devtools.cli.FindRows
 

G

GenerateTableEntries - Class in org.daisy.dotify.devtools.cli
Generates template entries for inserting in a translation table.
GenerateTableEntries() - Constructor for class org.daisy.dotify.devtools.cli.GenerateTableEntries
 
getArgsSeparator() - Method in class org.daisy.dotify.devtools.jvm.BatchProcessStarter
 
getJavaPath() - Static method in class org.daisy.dotify.devtools.jvm.ProcessStarter
 
getPathToCLI() - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
getThreads() - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
getTimeout() - Method in class org.daisy.dotify.devtools.jvm.BatchProcessStarter
Gets execution timeout, in minutes

H

HEX - org.daisy.dotify.devtools.converters.CodePointHelper.Mode
 

I

isHaltOnError() - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
isJavaCommand() - Method in class org.daisy.dotify.devtools.jvm.BatchProcessStarter
 

J

JVMBatchStartTester - Class in org.daisy.dotify.devtools.cli
 
JVMBatchStartTester() - Constructor for class org.daisy.dotify.devtools.cli.JVMBatchStartTester
 

M

main(String[]) - Static method in class org.daisy.dotify.devtools.cli.DotifyRegressionTesterUI
First argument should point to a file containing paths to input xml and reference output.
main(String[]) - Static method in class org.daisy.dotify.devtools.cli.FindRows
 
main(String[]) - Static method in class org.daisy.dotify.devtools.cli.GenerateTableEntries
 
main(String[]) - Static method in class org.daisy.dotify.devtools.cli.JVMBatchStartTester
 
main(String[]) - Static method in class org.daisy.dotify.devtools.cli.Main
 
main(String[]) - Static method in class org.daisy.dotify.devtools.cli.PEFFileCompareTester
 
main(String[]) - Static method in class org.daisy.dotify.devtools.cli.PEFFileCompareUI
 
main(String[]) - Static method in class org.daisy.dotify.devtools.cli.PEFStatsCollector
 
main(String[]) - Static method in class org.daisy.dotify.devtools.converters.BrailloTableReader
 
main(String[]) - Static method in class org.daisy.dotify.devtools.converters.PropertiesConverter
 
main(String[]) - Static method in class org.daisy.dotify.devtools.unbrailler.Unbrailler
 
Main - Class in org.daisy.dotify.devtools.cli
 
Main() - Constructor for class org.daisy.dotify.devtools.cli.Main
 

N

NAME - org.daisy.dotify.devtools.converters.CodePointHelper.Input
 
newRule(String, String, String, String, String) - Method in class org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
 
nsPrefix - Variable in class org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
 
nsUri - Variable in class org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
 

O

org.daisy.dotify.devtools.cli - package org.daisy.dotify.devtools.cli
 
org.daisy.dotify.devtools.converters - package org.daisy.dotify.devtools.converters
 
org.daisy.dotify.devtools.jvm - package org.daisy.dotify.devtools.jvm
 
org.daisy.dotify.devtools.regression - package org.daisy.dotify.devtools.regression
 
org.daisy.dotify.devtools.schematron - package org.daisy.dotify.devtools.schematron
 
org.daisy.dotify.devtools.unbrailler - package org.daisy.dotify.devtools.unbrailler
 

P

PEFFileCompareTester - Class in org.daisy.dotify.devtools.cli
 
PEFFileCompareTester() - Constructor for class org.daisy.dotify.devtools.cli.PEFFileCompareTester
 
PEFFileCompareUI - Class in org.daisy.dotify.devtools.cli
Provides a command line tool for comparing two folders with pef files for differences.
PEFFileCompareUI() - Constructor for class org.daisy.dotify.devtools.cli.PEFFileCompareUI
 
PEFStatsCollector - Class in org.daisy.dotify.devtools.cli
 
PEFStatsCollector() - Constructor for class org.daisy.dotify.devtools.cli.PEFStatsCollector
 
ProcessStarter - Class in org.daisy.dotify.devtools.jvm
Provides an easy way to start separate JVM instances.
ProcessStarter() - Constructor for class org.daisy.dotify.devtools.jvm.ProcessStarter
 
ProcessStarter(OutputStream) - Constructor for class org.daisy.dotify.devtools.jvm.ProcessStarter
 
ProcessStarter(PrintStream) - Constructor for class org.daisy.dotify.devtools.jvm.ProcessStarter
 
ProcessStarterAsync - Class in org.daisy.dotify.devtools.jvm
 
ProcessStarterAsync() - Constructor for class org.daisy.dotify.devtools.jvm.ProcessStarterAsync
Creates a new asynchronous process starter with the same number of threads as there are processors available.
ProcessStarterAsync(int) - Constructor for class org.daisy.dotify.devtools.jvm.ProcessStarterAsync
Creates a new asynchronous process starter with the specified number of threads.
PropertiesConverter - Class in org.daisy.dotify.devtools.converters
 
PropertiesConverter() - Constructor for class org.daisy.dotify.devtools.converters.PropertiesConverter
 

R

readTable(InputStream) - Method in class org.daisy.dotify.devtools.converters.BrailloTableReader
 
reportError() - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
requestStarter() - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
returnStarter(ProcessStarter) - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
RULE_PREFIX - Static variable in class org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
 
run() - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
run(File) - Method in class org.daisy.dotify.devtools.unbrailler.Unbrailler
 
run(InputStream) - Method in class org.daisy.dotify.devtools.jvm.BatchProcessStarter
 

S

SchematronRulesGenerator - Class in org.daisy.dotify.devtools.schematron
Provides compact java notation for common Schematron patterns.
SchematronRulesGenerator(String, String, String, OutputStream) - Constructor for class org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
Creates a new SchematronRulesGenerator with the supplied parameters
setArgsSeparator(String) - Method in class org.daisy.dotify.devtools.jvm.BatchProcessStarter
 
setHaltOnError(boolean) - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
setThreads(int) - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
setTimeout(int) - Method in class org.daisy.dotify.devtools.jvm.BatchProcessStarter
Sets the execution timeout, in minutes
shutdown(long, TimeUnit) - Method in class org.daisy.dotify.devtools.jvm.ProcessStarterAsync
Blocks until all processes have terminated.
start - Static variable in class org.daisy.dotify.devtools.cli.GenerateTableEntries
 
startProcess(String...) - Method in class org.daisy.dotify.devtools.jvm.ProcessStarter
Starts a process synchronously with the supplied command.

T

testOutputFolder() - Method in class org.daisy.dotify.devtools.regression.DotifyRegressionTesterRunner
 
toHexString(int, int) - Static method in class org.daisy.dotify.devtools.converters.CodePointHelper
Formats a number as a zero padded hex string of a specified length.

U

Unbrailler - Class in org.daisy.dotify.devtools.unbrailler
 
Unbrailler(BrailleConverter) - Constructor for class org.daisy.dotify.devtools.unbrailler.Unbrailler
 

V

valueOf(String) - Static method in enum org.daisy.dotify.devtools.converters.CodePointHelper.Input
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.daisy.dotify.devtools.converters.CodePointHelper.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.daisy.dotify.devtools.converters.CodePointHelper.Style
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.daisy.dotify.devtools.converters.CodePointHelper.Input
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.daisy.dotify.devtools.converters.CodePointHelper.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.daisy.dotify.devtools.converters.CodePointHelper.Style
Returns an array containing the constants of this enum type, in the order they are declared.

X

XML - org.daisy.dotify.devtools.converters.CodePointHelper.Style
 
A B C D E F G H I J M N O P R S T U V X 
All Classes All Packages