Package | Description |
---|---|
org.egothor.apps |
This package contains EGOTHOR applications.
|
org.egothor.duplicity.apps |
This package contains applications using the duplicity checking algorithm.
|
org.egothor.duplicity.file |
This package contains implementation of the files needed the duplicity checking algorithm.
|
org.egothor.duplicity.generator | |
org.egothor.io | |
org.egothor.parser.transformer | |
org.egothor.repository |
Modifier and Type | Method and Description |
---|---|
void |
Directory.indexIt(File location,
String as)
Index the given file.
|
void |
Directory.parse(File file,
String location,
String contentType,
String fileCharset)
Parse the given file.
|
void |
Directory.printL(File a)
Print the given String to stdout.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<File> |
AppsCommon.fileComp
Comparator sorts files alphabetically.
|
Modifier and Type | Method and Description |
---|---|
static void |
AppsCommon.printL(File a,
int indentation)
Print the name of given
File
to stdout with given indentation. |
Modifier and Type | Method and Description |
---|---|
File |
DuplicityCheckingFile.getOut() |
Modifier and Type | Method and Description |
---|---|
static DocumentGenerator |
DocumentGenerator.createNew(String output,
File unitList,
File wordList,
PrintWriter logOut,
int paragraphs,
double paragraphsDeviation,
int sentences,
double sentencesDeviation,
int words,
double wordsDeviation,
int plagiarismRatio,
int wordChangesRatio) |
Modifier and Type | Class and Description |
---|---|
class |
FileLocal
This class is part of the Egothor Project
|
Modifier and Type | Method and Description |
---|---|
File[] |
FileLocal.listFiles() |
abstract File[] |
File.listFiles() |
File |
FileLocal.newFile(String relativePath) |
File |
FileManager.newFile(String filename)
Description of the Method
|
abstract File |
File.newFile(String relativePath)
Constructs a sub-file.
|
Modifier and Type | Method and Description |
---|---|
void |
FileLocal.renameTo(File dest) |
abstract void |
File.renameTo(File dest) |
Modifier and Type | Method and Description |
---|---|
File |
Pdf2Html.transform(byte[] pdfFile) |
File |
Pdf2Html.transform(File pdfFile) |
Modifier and Type | Method and Description |
---|---|
File |
Pdf2Html.transform(File pdfFile) |
Constructor and Description |
---|
Pdf2Html(File tmpDirectory)
Creates a new instance of Pdf2Html
|
Modifier and Type | Method and Description |
---|---|
int |
BlobRepository.acceptInto(long key,
File blob) |
Copyright © 2016 Egothor. All Rights Reserved.