Package | Description |
---|---|
org.egothor.core |
This package concentrates the core data objects and interfaces.
|
org.egothor.duplicity.apps |
This package contains applications using the duplicity checking algorithm.
|
org.egothor.html |
This package contains a specific implementation of core objects
for HTML with "home" and "content" support.
|
Modifier and Type | Method and Description |
---|---|
Sequence<Token> |
DocumentData.words(boolean readlinx,
boolean readilinx,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics,
boolean paragraphs,
boolean paragraphsKeepPunctuation,
String encoding) |
Modifier and Type | Method and Description |
---|---|
static Document |
AppsCommon.openDocument(String location,
long uid,
String fileCharset,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics)
Open document, can handle html and pdf files.
|
Modifier and Type | Method and Description |
---|---|
static HTMLField.Diacritics |
HTMLField.Diacritics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLField.Diacritics[] |
HTMLField.Diacritics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HTMLField(boolean readlinx,
boolean readilinx,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics) |
HTMLField(boolean readlinx,
boolean readilinx,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics,
boolean paragraphs,
boolean paragraphsKeepPunctuation) |
Copyright © 2016 Egothor. All Rights Reserved.