Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSTRACT_COLOR - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- accept(ServerPluginDescription) - Method in interface com.inet.plugin.PluginFilter
-
Tests whether or not the specified plugin should be loaded.
- ACTIVATE - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Switch to activate a license or activation key
- activateLicense(String) - Static method in class com.inet.pdfc.PDFC
-
This method activates an activation key or a license key.
- add - Enum constant in enum class com.inet.pdfc.generator.model.Modification.ModificationType
-
There are only new affected elements in the second document.
- addChangeListener(ResultModel.ResultModelChangeListener) - Method in class com.inet.pdfc.results.ResultModel
-
Adds a
ResultModelChangeListener
to this model. - addConfigurationChangeListener(ConfigurationChangeListener) - Method in class com.inet.config.ConfigurationManager
-
Adds a listener for a ConfigurationChangeEvent.
- addConfigurationMigrator(ConfigurationMigrator) - Method in class com.inet.config.ConfigurationManager
-
Add a migrator for the configurations.
- AddedOrRemoved - Enum constant in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
Contains
Modification
s which describe a remove in the first document or an add in the second document.
NOTE: There is no clear line between this type and 'Replaced'. - addExtractedPlugin(String) - Method in class com.inet.plugin.ServerPluginManager
-
Add an extracted plugin that can be load from system/base classloader.
- addPdfSource(PdfSource) - Method in class com.inet.pdfc.config.DirectoryPdfSource
-
Adds a PDF source to the directory.
- addPresenter(BasePresenter) - Method in class com.inet.pdfc.PDFC.ComparisonParameters
-
Adds a presenter to the comparison.
- addPresenter(BasePresenter) - Method in class com.inet.pdfc.PDFComparer
-
Adds a Presenter to this
PDFComparer
.
A presenter is responsible to 'present' the comparison result, like print found differences on the console or create difference images. - addProfileChangeListener(DefaultProfile.ProfileChangeListener) - Method in class com.inet.pdfc.config.DefaultProfile
-
Adds a listener to be notified if a profile value changed
- Administrator - Enum constant in enum class com.inet.usersandgroups.api.user.UserAccountType
-
The master user, has all rights, also with the hosting plugin.
- ALLOUTLINEMARKER - Enum constant in enum class com.inet.pdfc.config.Settings.METAOPTION
-
A differences marker between two documents
- Also - Enum constant in enum class com.inet.authentication.AuthenticationDescription.BasicSupport
-
Basic and another authentication support
- ANNOTATION - Enum constant in enum class com.inet.pdfc.config.CompareType
-
Refers to optional visible objects which consist
- ANNOTATION - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Not a singular filter, but can be used to toggle the visibility of annotations in the input files
- applyPrintRange(ExportFilePresenter.HasPrintRange) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
-
Set the print range to the Print-implementation.
- applySettings(Map<String, String>, Configuration, List<Map<String, String>>) - Method in interface com.inet.authentication.AuthenticationProvider
-
Convert the properties from the GUI to the properties that should be saved.
- ArrayPdfSource - Class in com.inet.pdfc.config
-
This is a
PdfSource
which is solely based on in-memory data. - ArrayPdfSource(String, long, byte[]) - Constructor for class com.inet.pdfc.config.ArrayPdfSource
-
Creates the
PdfSource
for in-memory data. - ASPECT_RATIO - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- attributeDifference - Enum constant in enum class com.inet.pdfc.generator.model.Modification.ModificationType
-
There are affected elements in both documents and their number is equal as they are themselves basically equal.
- AttributeDifference<T> - Class in com.inet.pdfc.generator.model.diff
-
Basic class for difference descriptions
- AttributeDifference(AttributeDifference.TYPE, T, T, String) - Constructor for class com.inet.pdfc.generator.model.diff.AttributeDifference
-
Creates an instance with an old and a new value and sets the instanceType and the messageKey
- AttributeDifference.TYPE - Enum Class in com.inet.pdfc.generator.model.diff
-
This enum is used to identify the runtime type of an
AttributeDifference
. - AuthenticationDescription - Class in com.inet.authentication
-
The description of a authentication method.
- AuthenticationDescription(AuthenticationProvider, Map<String, String>, String, AuthenticationDescription.BasicSupport) - Constructor for class com.inet.authentication.AuthenticationDescription
-
Create a description of the authentication method.
- AuthenticationDescription.BasicSupport - Enum Class in com.inet.authentication
-
Support types for Basic authentication
- AuthenticationProvider - Interface in com.inet.authentication
-
Interface for an authentication provider.
- AUTOPAGESSIZE - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
This option will cause the export pages to be automatically fitted to the content in width and height with a scale of 100%.
It furthermore ignores theSettings.EXPORT.SCALETOPAGEHEIGHT
setting and implies a 'scale to page' rendering result.
B
- BASELINETABLE - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Table recogintion and optimization
- BasePresenter - Class in com.inet.pdfc.presenter
-
A Presenter is responsible to 'present' the result of the comparison in some way.
- BasePresenter() - Constructor for class com.inet.pdfc.presenter.BasePresenter
- BasePresenter.ERROR_SOURCE - Enum Class in com.inet.pdfc.presenter
-
Names the thread / task where the error occurred
- batchCompare(DirectoryPdfSource, DirectoryPdfSource) - Method in class com.inet.pdfc.PDFComparer
-
Compare the two given directories, always comparing
PdfSources
with the same name. - batchCompare(File, File) - Method in class com.inet.pdfc.PDFComparer
-
Compare the two given directories, always comparing document files with the same name.
- BIDI - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Bidi filter, sorted the words in read direction
- bothFiles - Enum constant in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.
C
- canInformUserOnErrors() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Returns whether the presenter is able to handle errors in a way to notify the user.
- canInformUserOnErrors() - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Returns whether the presenter is able to handle errors in a way to notify the user.
- ChangeInfo(ResultModel.STATE_CHANGE_TYPE, ResultModel, PageFilterDone, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Creates the event object
- ChangeInfo(ResultModel.STATE_CHANGE_TYPE, ResultModel, PageReadDone, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Creates the event object
- ChangeInfo(ResultModel.STATE_CHANGE_TYPE, List<? extends DiffGroup>, ResultModel, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Creates the event object
- ChangeInfo(ResultModel, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Generates an info for a change in the filter
- ChangeInfo(ResultModel, Map<DiffGroup, Set<Modification>>) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Creates an event for a change in the visibility of some
Modification
s - ChangeInfo(ResultModel, Map<String, VisibilitySetting>, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Generates an info for a change in the filter
- CHECKED - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- Chunk - Interface in com.inet.pdfc.generator.message
-
This "marker" interface describes a piece of the data that is send to receiver
- Chunk.ChunkType - Enum Class in com.inet.pdfc.generator.message
-
The type of chunks available in the comparison event queue of i-net PDFC
- clear() - Method in interface com.inet.config.Configuration
-
Removes all properties from this configuration.
- clear() - Method in class com.inet.pdfc.results.ResultModel
-
Completely clears the model including the page images.
- CLEARED - Enum constant in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
No data yet, notifies that a comparison was started
- close() - Method in class com.inet.pdfc.results.ResultModel
-
Clears all in memory and cached data of this
ResultModel
.
It's highly recommended to call this method before releasing the instance! - CMAPPATCH - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Patches a missing CMAP by character based OCR
- COLLAPSE - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Option to make pages without diffs in pdf-export to be collapsed
- COLOR - Enum constant in enum class com.inet.pdfc.config.TextStyleType
-
Difference for Text Color
- COLOR - Static variable in class com.inet.authentication.AuthenticationDescription
-
The authentication settings property name for the color in the GUI.
- ColorProvider - Interface in com.inet.pdfc.print
-
Provides the colors used by the Painter to paint the Markers for the Difference Groups and their modifications.
- com.inet.authentication - package com.inet.authentication
- com.inet.config - package com.inet.config
- com.inet.pdfc - package com.inet.pdfc
- com.inet.pdfc.config - package com.inet.pdfc.config
- com.inet.pdfc.error - package com.inet.pdfc.error
- com.inet.pdfc.generator.message - package com.inet.pdfc.generator.message
- com.inet.pdfc.generator.model - package com.inet.pdfc.generator.model
- com.inet.pdfc.generator.model.diff - package com.inet.pdfc.generator.model.diff
- com.inet.pdfc.plugin - package com.inet.pdfc.plugin
- com.inet.pdfc.plugin.configurations - package com.inet.pdfc.plugin.configurations
- com.inet.pdfc.presenter - package com.inet.pdfc.presenter
- com.inet.pdfc.print - package com.inet.pdfc.print
- com.inet.pdfc.results - package com.inet.pdfc.results
- com.inet.pdfc.textselection - package com.inet.pdfc.textselection
- com.inet.plugin - package com.inet.plugin
- com.inet.usersandgroups.api.user - package com.inet.usersandgroups.api.user
- COMMAND_LINE_CONFIG_PROPERTY - Static variable in class com.inet.config.ConfigurationManager
-
-Dclearreports.config=USER/myConfig
- CommandLineParameter - Interface in com.inet.pdfc.plugin
-
Defines an additional parameter for the command line tool.
- COMMENTS - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Show the annotable in export
- compare(PdfSource, PdfSource) - Method in class com.inet.pdfc.PDFComparer
-
Compare the two given documents located anywhere.
- compare(File, File) - Method in class com.inet.pdfc.PDFComparer
-
Compare the two given PDF-Files located on the file system.
- COMPARE - Enum constant in enum class com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
-
Source is the compare task.
- COMPARE_ANNOTATIONS_DETAILED - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Defines whether appearance differences in annotations will be separate and detailed differences or aggregated as number of differences only.
Requires COMPARE_TYPE 'ANNOTATIONS' to have an effect
A setting of true will create a separate difference for each single different element in each annotation.
A setting of false will only count the appearance difference par annotation and show the number in a modification.
s - COMPARE_LINE_STYLES - Static variable in class com.inet.pdfc.config.PDFCProperty
-
This is a parameter for any type of line/shape comparison - either paged or continuous.
- COMPARE_TEXT_CASE_SENSITIVE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
This switch toggles the case sensitivity of the text comparison.
- COMPARE_TEXT_STYLES - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies a comma-separated list of textstyles.
- COMPARE_TYPES - Static variable in class com.inet.pdfc.config.PDFCProperty
-
A comma separated list of
CompareType
s to be included in the comparison - compareAsync(PdfSource, PdfSource) - Method in class com.inet.pdfc.PDFComparer
-
Asynchronously compares the two given documents.
- compareTo(PdfSource) - Method in class com.inet.pdfc.config.PdfSource
- compareTo(AttributeDifference<?>) - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
- compareTo(Object) - Method in interface com.inet.config.Configuration
-
Compares this configuration with another object by comparing its name with the string representation of the object (or if the object is a configuration, with its name)
- CompareType - Enum Class in com.inet.pdfc.config
-
Defines the different types of element which can be compared or ignored in the continuous compare
- COMPLETED - Enum constant in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
Final update with recently found differences
- CONFIG - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Switch to set the configuration file
- Configuration - Interface in com.inet.config
-
Storage of the various properties used by the application to determine various behaviors, paths, and options.
- configurationChanged(ConfigurationChangeEvent) - Method in interface com.inet.config.ConfigurationChangeListener
-
This event is fired, if: A
Configuration
has changed throughConfiguration.put(String, String)
orConfiguration.putAll(java.util.Map)
. The "current" configuration used by the application has changed. - ConfigurationChangeEvent - Class in com.inet.config
-
This event is fired, if: A
Configuration
has changed throughConfiguration.put(String, String)
orConfiguration.putAll(java.util.Map)
. The "current" configuration used by the application has changed. - ConfigurationChangeListener - Interface in com.inet.config
-
A listener for a ConfigurationChangeEvent.
- ConfigurationManager - Class in com.inet.config
-
Manager in charge of storing, creating, copying, renaming, deleting, and fetching configurations.
- ConfigurationManager() - Constructor for class com.inet.config.ConfigurationManager
- ConfigurationMigrator - Interface in com.inet.config
-
A configuration migrator migrate the settings of a configuration to a newer version.
- configure(IProfile) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Deprecated.
- configure(IProfile) - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Configures the presenter according to a profile.
- configure(IProfile) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Configures the presenter according to a profile.
- configure(IProfile) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
-
Sets a boolean flag indicating whether an export will be generated when there are no differences found in the compared PDFs.
- ConsolePresenter - Class in com.inet.pdfc.presenter
-
A presenter to print the
Modification
s of a comparison run to the log. - ConsolePresenter() - Constructor for class com.inet.pdfc.presenter.ConsolePresenter
- contains(int, int) - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
- CONTINUOUS_COMPARE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Enables / Disable continuous compare.
A setting of CONTINUOUS will set the comparison to a mode which ignores the page gaps and compares all content one continuous stream. - CONTINUOUS_DETECT_PAGES - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies whether the continuous compare can be splited instead of comparing all content at once.
If set to a value greater zero, this specifies how many pages may be added or inserted before the comparison fails to match the content. - copy() - Method in class com.inet.pdfc.config.DefaultSetting
-
Create a copy of the current setting
- copy() - Method in interface com.inet.pdfc.config.Settings
-
Create a copy of the current setting
- copy(int, String, int, String) - Method in class com.inet.config.ConfigurationManager
-
Creates a copy of the specified source configuration at the specified destination with the given name.
- CORE_VERSION - Static variable in interface com.inet.plugin.ServerPlugin
-
The version of the core.
- create(int, String) - Method in class com.inet.config.ConfigurationManager
-
Creates a new, empty configuration with the given name and context and stores it in the appropriate Preferences.
- create(AuthenticationDescription) - Method in interface com.inet.authentication.AuthenticationProvider
-
Create an instance of LoginProcessor for the given description.
- create(ErrorCode, Object...) - Static method in exception com.inet.pdfc.error.PdfcException
-
Creates the exception with an error code.
- create(ErrorCode, Throwable, Object...) - Static method in exception com.inet.pdfc.error.PdfcException
-
Creates the exception with error code and root cause.
If cause is already aPdfcException
then returns cause.
Else if cause has anHasErrorCode
, takes the code of cause instead of the given code.
DOES NOT THROW THE EXCEPTION! - create(Throwable) - Static method in exception com.inet.pdfc.error.PdfcException
-
Creates a general exception from a cause.
- CREATE_DIFFIMAGES - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Deprecated.As of i-net PDFC 5.0, see
Settings.EXPORT.CREATE_DIFFIMAGES_FIRST
andSettings.EXPORT.CREATE_DIFFIMAGES_SECOND
- CREATE_DIFFIMAGES_FIRST - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Specifies if a PNG image with the marked difference will be created.
- CREATE_DIFFIMAGES_SECOND - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Specifies if a PNG image with the marked difference will be created.
- CREATE_ORIGIMAGES - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Specifies if a PNG image with the original content will be created for each compared page.
- CREATE_ORIGIMAGES - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Deprecated.As of i-net PDFC 5.0, see
Settings.EXPORT.CREATE_ORIGIMAGES
- CREATE_XORIMAGES - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Creates an (negated) XOR image for any pair of pages with differences.
- CREATE_XORIMAGES - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Deprecated.As of i-net PDFC 5.0, see
Settings.EXPORT.CREATE_XORIMAGES
- createAndSetupPrintPainter() - Method in class com.inet.pdfc.presenter.ExportPresenter
-
Constructs a new
PrintPainter
which can be used to export the result.
This method also sets options on thePrintPainter
. - createComparer(boolean) - Method in class com.inet.pdfc.PDFC
-
Applies the parsed properties and creates the comparer
- createExportFilename(String, String, String) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Construct the default Export file name used for exports.
This is called byBasePresenter.getDefaultExportName(String)
inBasePresenter
with dummy parameters to determine how much characters will be added by this method. - createLoginProcessor(AuthenticationDescription, String, HttpServletRequest, boolean) - Method in interface com.inet.authentication.AuthenticationProvider
-
Create an instance of a LoginProcessor if possible.
- createLoginSettings(String) - Method in class com.inet.authentication.LoginProcessor
-
Create a LoginSettings for the given loginID
- createNewUserData() - Method in class com.inet.authentication.LoginProcessor
-
Create a MutableUserData for creating a new UserAccount
- CURVE_POINT - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- CURVE_TYPE - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- CUSTOM - Enum constant in enum class com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
D
- DEBUG - Static variable in class com.inet.plugin.ServerPluginManager
-
Signals if we run a debug session in an IDE like Eclipse.
- DefaultColorProvider - Class in com.inet.pdfc.print
-
Provides the colors used by the Painter to paint the Markers for the Difference Groups and their modifications.
- DefaultColorProvider() - Constructor for class com.inet.pdfc.print.DefaultColorProvider
- DefaultFilterNames - Interface in com.inet.pdfc.plugin.configurations
-
The naming constants of all filter plugins that are shipped with the installation All of these filters can be in one of three states: 'loaded', 'not loaded' (because the plugin is missing or is incompatible), or 'deactivated' (due to the configuration).
- DefaultProfile - Class in com.inet.pdfc.config
-
The class contains the default i-net PDFC profile.
- DefaultProfile() - Constructor for class com.inet.pdfc.config.DefaultProfile
-
Default constructor with empty properties
- DefaultProfile(IProfile) - Constructor for class com.inet.pdfc.config.DefaultProfile
-
Creates a new profile as copy of another profile
- DefaultProfile.ProfileChangeListener - Interface in com.inet.pdfc.config
-
A listener that can be registered to be notified if a value in the profile changed
- DefaultProfileID - Class in com.inet.pdfc.config
-
This class is provides the IDs of the installed and available default profiles.
- DefaultProfileID() - Constructor for class com.inet.pdfc.config.DefaultProfileID
- DefaultSetting - Class in com.inet.pdfc.config
-
This is the Defaultsetting with the default values.
- DefaultSetting() - Constructor for class com.inet.pdfc.config.DefaultSetting
-
The Defaultsetting with the default values
- delete(int, String) - Method in class com.inet.config.ConfigurationManager
-
Irreversible removes the specified configuration from storage.
- delete(Configuration) - Method in class com.inet.config.ConfigurationManager
-
Irreversible removes the specified configuration from storage.
- DEPENDENCY - Enum constant in enum class com.inet.plugin.ServerPluginManager.PluginLoadFailCause
-
a dependency is missing
- destroyCurrent() - Static method in class com.inet.authentication.LoginProcessor
-
Remove current LoginProcessor from current thread.
- detachFromModel() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Detaches this presenter from a model.
- detachFromModel() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Detaches this presenter from a model.
- DIFF_MERGE_FACTOR - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Activates the merging of large differences with small matched areas.
- DifferencePages - Class in com.inet.pdfc.generator.model
-
A class that represented the pages with differences for a modification or DiffGroup
- DifferencesImagePresenter - Class in com.inet.pdfc.presenter
-
This presenter generates images of all pages as well as side-by-side images of pages with differences.
- DifferencesImagePresenter() - Constructor for class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Creates a difference image presenter.
- DifferencesImagePresenter(File) - Constructor for class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Creates a difference image presenter.
- DifferencesImagePresenter.IMAGE_CONFIG - Enum Class in com.inet.pdfc.presenter
-
Deprecated.As of i-net PDFC 5.0
- DifferencesPDFPresenter - Class in com.inet.pdfc.presenter
-
This presenter creates a complete comparison PDF for any comparison.
- DifferencesPDFPresenter() - Constructor for class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Shortcut to better support spawn for extended classes
- DifferencesPDFPresenter(File) - Constructor for class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Creates the presenter
- DifferencesPDFPresenter(File, boolean) - Constructor for class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Creates the presenter
- DifferencesPDFPresenter(OutputStream) - Constructor for class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Creates the presenter.
CAUTION: Since only a single stream is passed here, this instance must be used only for a single comparison! - DifferencesPNGPresenter - Class in com.inet.pdfc.presenter
-
This presenter generates images for a complete graphical representation of the comparison.
- DifferencesPNGPresenter(File) - Constructor for class com.inet.pdfc.presenter.DifferencesPNGPresenter
-
Creates the presenter
- DifferencesPNGPresenter(File, boolean) - Constructor for class com.inet.pdfc.presenter.DifferencesPNGPresenter
-
Creates the presenter
- DifferencesPrintPresenter - Class in com.inet.pdfc.presenter
-
This presenter exports a graphical overview of the complete comparison to a printer.
- DifferencesPrintPresenter(PrintService, PrintRequestAttributeSet) - Constructor for class com.inet.pdfc.presenter.DifferencesPrintPresenter
-
Create a new Presenter which exports the complete comparison result to a printer.
- DiffGroup - Class in com.inet.pdfc.generator.model
-
A
DiffGroup
describes a set of subsequentModification
s in a document. - DiffGroup() - Constructor for class com.inet.pdfc.generator.model.DiffGroup
- DiffGroup.GroupType - Enum Class in com.inet.pdfc.generator.model
-
Defines the type of a
DiffGroup
and thus how to interpret the content of the affected elements lists. - DirectoryPdfSource - Class in com.inet.pdfc.config
-
This is a simple directory listing interface for the batch comparison.
- DirectoryPdfSource(File) - Constructor for class com.inet.pdfc.config.DirectoryPdfSource
-
Creates the directory source for a file directory.
- DirectoryPdfSource(String) - Constructor for class com.inet.pdfc.config.DirectoryPdfSource
-
Creates an empty directory source.
- DirectoryPdfSource(String, PdfSource...) - Constructor for class com.inet.pdfc.config.DirectoryPdfSource
-
Creates an artificial directory source
- disabled - Enum constant in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.
- DISABLED - Enum constant in enum class com.inet.plugin.ServerPluginManager.PluginLoadFailCause
-
plugin is disabled
- DISPLAYNAME - Static variable in class com.inet.authentication.AuthenticationDescription
-
The authentication settings property name for the display name in the GUI.
- DISPLAYNAME_DETAILS - Static variable in class com.inet.authentication.AuthenticationDescription
-
The authentication settings property name for the display details in the GUI.
- DOCUMENT_LANGUAGE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the default language for the documents.
E
- equals(Object) - Method in class com.inet.authentication.AuthenticationDescription
- equals(Object) - Method in interface com.inet.config.Configuration
-
Compares the specified configuration with this configuration.
- equals(Object) - Method in class com.inet.pdfc.config.PdfSource
- equals(Object) - Method in class com.inet.pdfc.error.ExceptionData
- equals(Object) - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
- error - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- errorOcurred(ExceptionData, boolean, BasePresenter.ERROR_SOURCE) - Method in interface com.inet.pdfc.results.ResultModel.ResultModelChangeListener
-
Called by the model whenever certain errors occur.
- ExceptionData - Class in com.inet.pdfc.error
-
A JSON serializable replacement for
Throwable
s. - ExceptionData(int, String, String, String) - Constructor for class com.inet.pdfc.error.ExceptionData
-
Creates an instance for a
Throwable
- execute(PDFC.ComparisonParameters, String) - Method in enum class com.inet.pdfc.PDFC.PROP
-
Executes the parameter to modify the comparison configuration accordingly.
- execute(PDFC.ComparisonParameters, String) - Method in interface com.inet.pdfc.plugin.CommandLineParameter
-
Executes the parameter to modify the comparison configuration accordingly.
- executeImmediately(ResultModel) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Forces an execution of the presenter no matter the current model state.
Use this method to run a presenter for an already finished model. - executeImmediately(ResultModel) - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Forces an execution of the presenter no matter the current model state.
Use this method to run a presenter for an already finished model. - EXPORT_FONT_EMBEDDING - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Toggle the font replacement and embedding for system font references when exporting to PDF
- EXPORT_FORMAT - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Defines the export format in case export is 'report' or the -e option is set
- EXPORT_PDF_ALWAYS - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Deprecated.As of i-net PDFC 5.0, see
Settings.EXPORT.ONLY_ON_DIFFERENCES
- EXPORT_PW - Enum constant in enum class com.inet.pdfc.PDFC.PROP
- EXPORTALWAYS - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Default export PDF by difference, if no difference available it doesn't export.
- ExportFilePresenter - Class in com.inet.pdfc.presenter
-
Sub-Presenter for Differences-Exports creating a file result, such as PDF or PNG.
- ExportFilePresenter() - Constructor for class com.inet.pdfc.presenter.ExportFilePresenter
- ExportFilePresenter.HasPrintRange - Interface in com.inet.pdfc.presenter
-
Interface for PrintToX which have a Print-Range property.
- ExportPresenter - Class in com.inet.pdfc.presenter
-
Basic presenter for Exports which generates a graphical comparison result.
Contains some useful methods allowing some settings to be made and applied to the PrintPainter. - ExportPresenter() - Constructor for class com.inet.pdfc.presenter.ExportPresenter
- exportToStream(int, String, OutputStream) - Method in class com.inet.config.ConfigurationManager
-
Writes the properties in the configuration specified to the output stream in a format suitable for loading it back using the importFromStream method.
F
- FilePdfSource - Class in com.inet.pdfc.config
-
This is a
PdfSource
which based on a file system object. - FilePdfSource(File) - Constructor for class com.inet.pdfc.config.FilePdfSource
-
Creates the
PdfSource
for a file system object. - FilePdfSource(File, String) - Constructor for class com.inet.pdfc.config.FilePdfSource
-
Creates the
PdfSource
for a file system object. - FilePdfSource(File, String, boolean) - Constructor for class com.inet.pdfc.config.FilePdfSource
-
Creates the
PdfSource
for a file system object. - FILLED_RECTANGLE - Enum constant in enum class com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
- FILTER - Enum constant in enum class com.inet.plugin.ServerPluginManager.PluginLoadFailCause
-
plugin was filter in the current runtime
- FILTER_CHANGE - Enum constant in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
Indicates that the filtered types have changed.
- FILTER_PATTERNS - Static variable in class com.inet.pdfc.config.PDFCProperty
-
The CR-separated list of patterns for the RegExp Filter.
- FILTERS - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Defines the filters to be used before the elements of the documents are passed to the comparer.
Please not that filters are plugins. - findCoreServerPluginDescriptionWithoutLoadingForServerStart(String, Logger) - Method in class com.inet.plugin.ServerPluginManager
-
FOR INTERNAL USE ONLY Get the core server plugin description without loading for the testing framework.
- FIRST_PDF - Enum constant in enum class com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
-
Source is the parser for the first document
- FIXED_FOOTER_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specify the property for header/footer filter
- FIXED_HEADER_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specify the property for header/footer filter
- flush() - Method in interface com.inet.config.Configuration
-
Forces any changes in the contents of this configuration to the persistent store for this scope.
- FONT - Enum constant in enum class com.inet.pdfc.config.TextStyleType
-
Difference for Text Fontfamily
- FONT_COLOR - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- FONT_FAMILY - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- FONT_SIZE - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- FONT_STYLE - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- FOOTER - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Add a footer per page
- forKey(String) - Static method in class com.inet.pdfc.config.Settings.FILTER
-
Creates a
VisibilitySetting
for a filter. - FORMAT_ODS - Static variable in class com.inet.pdfc.presenter.ReportPresenter
-
Export as 'Open Document Spreadsheet'
- FORMAT_PDF - Static variable in class com.inet.pdfc.presenter.ReportPresenter
-
Export as 'Portable Document Format'
- FORMAT_RTF - Static variable in class com.inet.pdfc.presenter.ReportPresenter
-
Export as 'Rich Text Format'
- FORMAT_XLS - Static variable in class com.inet.pdfc.presenter.ReportPresenter
-
Export as 'Excel Spreadsheet'
- FORMAT_XLSX - Static variable in class com.inet.pdfc.presenter.ReportPresenter
-
Export as 'Excel Spreadsheet', for version 2007 and later
G
- get(int, String) - Method in class com.inet.config.ConfigurationManager
-
Fetches the configuration specified by the name and the scope.
- get(Class<T>) - Method in class com.inet.plugin.ServerPluginManager
-
Get a new modifiable list of instances of the given extension type.
- get(ConfigKey) - Method in interface com.inet.config.Configuration
-
Returns the string value to which the specified ConfigKey is mapped, or the default otherwise.
Note that this fetches the actual value stored in the Preferences behind this Configuration. - get(String) - Method in interface com.inet.config.Configuration
-
Returns the value to which the specified key is mapped, or
null
otherwise. - get(String) - Method in class com.inet.config.ConfigurationManager
-
Fetches the configuration specified by the name and the scope.
- get(String, String) - Method in interface com.inet.config.Configuration
-
Returns the value to which the specified key is mapped, or
def
otherwise.
Note that this fetches the actual value stored in the Preferences behind this Configuration. - getAddedElements() - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Returns a list of elements which are added or have a new value in the SECOND document.
- getAffectedElements(boolean) - Method in class com.inet.pdfc.generator.model.Modification
-
Returns a list of element, affected by this modification in either document
- getAll(int) - Method in class com.inet.config.ConfigurationManager
-
Returns all configurations in the given scope.
- getAllObjectSettingNames() - Method in class com.inet.pdfc.config.DefaultSetting
-
Returns all registered additional settings.
- getAllObjectSettingNames() - Method in interface com.inet.pdfc.config.Settings
-
Returns all registered additional settings.
- getAppearance() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Returns the appearance.
- getAreas() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Get the areas of the TextInfo.
- getAsString(T) - Method in interface com.inet.pdfc.config.ObjectSetting
-
Convert the value to String
- getAttributeDifference(Class<T>) - Method in class com.inet.pdfc.generator.model.Modification
-
Returns a certain tyoe of changes which was applied to all affected elements.
- getAttributeDifferences() - Method in class com.inet.pdfc.generator.model.Modification
-
Returns a list of changes which was applied to all affected elements.
- getAuthenticationDescription() - Method in class com.inet.authentication.LoginProcessor
-
Get the AuthenticationDescription for creating this login processor.
- getAuthenticationDescription(Map<String, String>, boolean, boolean) - Method in interface com.inet.authentication.AuthenticationProvider
-
Get the AuthenticationDescription for the given configuration settings and logging
- getAvailableCompareModeKeys() - Static method in class com.inet.pdfc.PDFComparer
-
Returns the keys of all compare modes that are available to the application.
- getAvailableFilterKeys() - Static method in class com.inet.pdfc.PDFComparer
-
Returns the keys of all filters that are available to the application.
- getAvailableIPAddresses() - Method in class com.inet.config.ConfigurationManager
-
Returns all available IP addresses on the current system as a InetAddress array, each IP address as an individual InetAddress.
- getAvailablePlugins() - Method in class com.inet.plugin.ServerPluginManager
-
Get the list of all available plugins in the plugin directory.
- getAvailableProfileIDs() - Static method in class com.inet.pdfc.config.DefaultProfileID
-
Lists all default profiles which are available in the current environments.
- getAvailableValues() - Method in class com.inet.pdfc.config.PDFCProperty
- getBasicSupport() - Method in class com.inet.authentication.AuthenticationDescription
-
If this authentication supports basic authentication.
- getBool(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as a boolean. - getBool(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as a boolean. - getBool(String) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as a boolean. - getBool(String) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as a boolean. - getBoundingElements() - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Returns the elements which define the bounds of the group in the element flow of the first and second document.
- getBounds() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Returns the bounds of the whole text info, SCALED
- getBounds(boolean) - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Returns the overall outline of all affected elements of this group in one of the documents.
- getCaption() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Returns the caption to be displayed in the area
- getChangedConfiguration() - Method in class com.inet.config.ConfigurationChangeEvent
-
Returns the configuration which was changed (or the new current configuration).
- getChangedConfigurationName() - Method in class com.inet.config.ConfigurationChangeEvent
-
Returns the name of the configuration which was changed (or the name of the new current configuration).
- getChangedConfigurationScope() - Method in class com.inet.config.ConfigurationChangeEvent
-
Returns the scope of the configuration which was changed (or the scope of the new current configuration).
- getChangedSettings() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Returns the map of changes settings.
- getCharWidth() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Returns the width of all characters of the text in pixel
- getColor() - Method in class com.inet.authentication.AuthenticationDescription
-
Get the color as hex value, e.g.
- getColor() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
The base color to draw this highlight
- getColor(ColorSetting) - Method in class com.inet.pdfc.config.DefaultSetting
-
Get the color for a setting
- getColor(ColorSetting) - Method in interface com.inet.pdfc.config.Settings
-
Get the color for a setting
- getComparisonParameters() - Method in class com.inet.pdfc.results.ResultModel
-
Returns the static data for the current comparison.
- getConfigKey() - Method in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.Returns the configuration value required for this setting
- getConfigSetting(IProfile) - Static method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Deprecated.As of i-net PDFC 5.0 , the property will be stored in settings
Settings.EXPORT.CREATE_DIFFIMAGES_FIRST
andSettings.EXPORT.CREATE_DIFFIMAGES_SECOND
- getContent() - Method in class com.inet.pdfc.config.ArrayPdfSource
-
Returns the readable content of this document source
- getContent() - Method in class com.inet.pdfc.config.FilePdfSource
-
Returns the readable content of this document source
- getContent() - Method in class com.inet.pdfc.config.PdfSource
-
Returns the readable content of this document source
- getContentType() - Method in class com.inet.pdfc.generator.model.Modification
-
Returns the base type of the elements in this modification.
- getCorePluginId() - Method in class com.inet.plugin.ServerPluginManager
-
Returns the id of the product core plugin that was provided to initialize the ServerPluginManager.
- getCreateLabel() - Method in enum class com.inet.usersandgroups.api.user.UserAccountType
-
Returns localized label for adding a new user of this type.
- getCurrent() - Static method in class com.inet.authentication.LoginProcessor
-
Get the login processor for the current request session/thread.
- getCurrent() - Method in class com.inet.config.ConfigurationManager
-
Returns the current Configuration.
- getDefaultExportName(String) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Returns the default export file name of the current comparison.
This method will truncate parts of the second compared file which are equal to the first one, so only the different part of the name remains. - getDefaultValue() - Method in class com.inet.pdfc.config.PDFCProperty
-
Returns the default value of the property.
- getDescription() - Method in interface com.inet.config.Configuration
-
Returns the description set for this configuration, which is found in the property "configuration.description", i.e. this is equivalent to calling get("configuration.description").
- getDescription() - Method in enum class com.inet.usersandgroups.api.user.UserAccountType
-
Returns localized description for the user account type.
- getDiagnostic() - Static method in class com.inet.plugin.ServerPluginManager
-
FOR INTERNAL USE ONLY Get additional diagnostic information for the case of fatal error:
- getDifferencePages(boolean) - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Return the difference pageNumbers or null if no elements exist for this document
- getDifferencePages(boolean) - Method in class com.inet.pdfc.generator.model.Modification
-
Return the difference pageNumbers or null if no elements exist for this document
- getDifferences(boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Returns either all or only the visible differences in this mode, depending on the
DiffGroup.GroupType
visibility settings. - getDifferences(Modification.ModificationType, boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Count all differences with the specified modification type.
- getDifferencesCount() - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Returns the number modifications in this group.
- getDifferencesCount(boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Returns the number of differences held by this model.
- getDisplayName() - Method in class com.inet.authentication.AuthenticationDescription
-
Get the display name for this authentication method.
- getDisplayName() - Method in enum class com.inet.usersandgroups.api.user.UserAccountType
-
Returns the localized display name of the user account type.
- getDisplayName(Map<String, String>) - Method in interface com.inet.authentication.AuthenticationProvider
-
Get the display name for the GUI.
- getDisplayString() - Method in interface com.inet.pdfc.config.ValidValueProvider.ValidValue
-
Returns a translated label for this option.
- getDouble(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as a double. - getDouble(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as a double. - getDouble(String) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as a double. - getDouble(String) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as a double. - getElementTypesForCompareTypes(List<CompareType>) - Static method in enum class com.inet.pdfc.config.CompareType
-
Returns a set of
ElementType
which includes all element types covered by the givenCompareType
s - getEndL() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
The end page in the first document
- getEndPage() - Method in class com.inet.pdfc.generator.model.DifferencePages
-
Return the 1-based page number, where the difference ends
- getEndR() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
The end page in the second document
- getErrorClass() - Method in class com.inet.pdfc.error.ExceptionData
-
Returns the full class name of the root cause
Throwable
- getErrorCode() - Method in class com.inet.pdfc.error.ExceptionData
-
Returns the error code or -1 if there original
Throwable
had none - getExportStream() - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Opens an returns an output stream for the result of the current
BasePresenter.getModel()
. - getExportStream() - Method in class com.inet.pdfc.presenter.ExportFilePresenter
-
Opens an returns an output stream for the result of the current
BasePresenter.getModel()
. - getExportStream() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Opens an returns an output stream for the result of the current
ReportPresenter.getModel()
. - getExtension() - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Get the extension of the target file
- getExtension() - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
-
Get the extension of the target file
- getExtension() - Method in class com.inet.pdfc.presenter.ExportFilePresenter
-
Get the extension of the target file
- getExtensionName() - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Returns the UNIQUE name of the extension.
- getExtensionName() - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Returns the UNIQUE name of the extension.
- getExtensionName() - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Returns the UNIQUE name of the extension.
- getExtensionName() - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
-
Returns the UNIQUE name of the extension.
- getExtensionName() - Method in class com.inet.pdfc.presenter.DifferencesPrintPresenter
-
Returns the UNIQUE name of the extension.
- getExtensionName() - Method in class com.inet.pdfc.presenter.JsonPresenter
-
Returns the UNIQUE name of the extension.
- getExtensionName() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Returns the UNIQUE name of the extension.
- getExtensionName() - Method in interface com.inet.plugin.NamedExtension
-
Returns the UNIQUE name of the extension.
- getFilterKey() - Method in interface com.inet.pdfc.generator.message.HighlightData
-
Returns the key of the filter which created the highlight.
- getFirstDocument() - Method in class com.inet.pdfc.error.PresenterExceptionData
-
Returns the file name of the first comparison document
- getFirstFile() - Method in class com.inet.pdfc.generator.message.InfoData
-
returns the file of the secondPDF being compared
- getFirstPageCount() - Method in class com.inet.pdfc.generator.message.InfoData
-
returns the total number of pages in the first PDF
- getFirstTotalPageNumber() - Method in class com.inet.pdfc.generator.message.InfoData
-
Deprecated.As of i-net PDFC 5.0 please migrate to
InfoData.getFirstPageCount()
- getHeight() - Method in class com.inet.pdfc.results.ResultPage
-
Returns the unscaled height of the page in pixel
- getHeight() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Returns the height in pixels
- getHelpMessage() - Method in enum class com.inet.pdfc.PDFC.PROP
-
Returns a string to attach to the list of commands of the tool.
- getHelpMessage() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
-
Returns a string to attach to the list of commands of the tool.
- getHighlightData(String) - Method in class com.inet.pdfc.results.ResultModel
-
Return the highlight overlay data for a certain filter or type.
- getHighlights() - Method in class com.inet.pdfc.results.ResultPage
-
Returns a list with all highlights for this page
- getHighlightsForPage(int, boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Returns the highlights for a page.
- getIconURL() - Method in class com.inet.authentication.AuthenticationDescription
-
Get the Icon resource URL for displaying in the user ui.
- getImage() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Returns the image.
- getInstance() - Static method in class com.inet.config.ConfigurationManager
-
Returns the singleton instance of the ConfigurationManager.
- getInstance() - Static method in class com.inet.plugin.ServerPluginManager
-
Gets the current instance of the ServerPluginManager.
- getInstanceType() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
-
Returns the type of this instance.
- getInt(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as an int. - getInt(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as an int. - getInt(String) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as an int. - getInt(String) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as an int. - getJson() - Method in class com.inet.pdfc.presenter.JsonPresenter
-
Return the JSON Data as String
- getKey() - Method in enum class com.inet.pdfc.PDFC.PROP
-
Returns the long/full key of the parameter.
- getKey() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
-
Returns the long/full key of the parameter.
- getLabel() - Method in interface com.inet.pdfc.textselection.TextInfo
-
String representation for the content
- getLanguage() - Method in class com.inet.pdfc.config.PdfSource
-
Return the language for this document
- getLastModified() - Method in class com.inet.pdfc.config.FilePdfSource
-
Returns the time of the last modification to the document.
- getLastModified() - Method in class com.inet.pdfc.config.PdfSource
-
Returns the time of the last modification to the document.
- getLastPresenterException() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Return the last exception for this presenter.
- getLimits() - Method in class com.inet.pdfc.config.PDFCProperty
-
Returns the lower and upper limit for numeric properties.
Negative lower bounds are valid and in most cases interpreted as "inactive / automatic"
Upper bounds with a value ofInteger.MAX_VALUE
or higher have to be interpreted as unlimited - getLoadedPlugins() - Method in class com.inet.plugin.ServerPluginManager
-
Get the list of all loaded/running plugins.
- getLocalizedName() - Method in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
Returns the localized name for this type
- getLoginID() - Method in class com.inet.authentication.LoginProcessor
-
Returns the user ID of the logged in user, or null if the user is not logged in.
- getLoginSource() - Method in class com.inet.authentication.LoginProcessor
-
Get an unique ID for the source of the login.
- getMarkerColor(DiffGroup.GroupType) - Method in class com.inet.pdfc.config.DefaultSetting
-
Returns the color of the marker for a difference group of the given type
- getMarkerColor(DiffGroup.GroupType) - Method in interface com.inet.pdfc.print.ColorProvider
-
Returns the color of the marker for a difference group of the given type
- getMarkerColor(DiffGroup.GroupType) - Method in class com.inet.pdfc.print.DefaultColorProvider
-
Returns the color of the marker for a difference group of the given type
- getMessage() - Method in class com.inet.pdfc.error.ExceptionData
-
Returns the message of the root cause
- getMessage() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
-
Returns the log message for this difference
- getMessage() - Method in class com.inet.pdfc.generator.model.Modification
-
Returns a log message which describes this modification.
- getMetaProperties() - Method in class com.inet.pdfc.config.PdfSource
-
Returns the meta properties map to store any additional information to.
- getMissingArgMsg() - Method in enum class com.inet.pdfc.PDFC.PROP
-
Returns the message in case
CommandLineParameter.hasValue()
is true but no argument was passed. - getMissingArgMsg() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
-
Returns the message in case
CommandLineParameter.hasValue()
is true but no argument was passed. - getModel() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Returns the model this presenter is registered to
- getModel() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Returns the model this presenter is registered to
- getModifications() - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Returns the list of modifications contained in this group.
- getModificationType() - Method in class com.inet.pdfc.generator.model.Modification
-
Returns the type of modification described by this instance
- getName() - Method in class com.inet.authentication.AuthenticationDescription
-
The unique name of the authentication.
- getName() - Method in interface com.inet.config.Configuration
-
Returns the name of this configuration.
This name will never be empty nor null and will be unique for its scope. - getName() - Method in class com.inet.pdfc.config.DirectoryPdfSource
-
Returns the name of the directory if set
- getName() - Method in class com.inet.pdfc.config.PdfSource
-
Returns the name of the PDF document.
- getNewValue() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
-
Returns the value of the compared property in the second document
- getNewValueDescriptor() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
-
Returns the descriptor for the new value, which is the formatted new value object
- getObject(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as anObject
. - getObject(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as anObject
. - getObject(String) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as anObject
. - getObject(String) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as anObject
. - getObject(String) - Method in interface com.inet.pdfc.config.ObjectSetting
-
Convert the value String to the actual type
- getOldValue() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
-
Returns the value of the compared property in the first document
- getOldValueDescriptor() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
-
Returns the descriptor for the old value, which is the formatted old value object
- getOptionalInstance(Class<T>) - Method in class com.inet.plugin.ServerPluginManager
-
Get a optional instance of a specific type.
- getOrCreateUserAccount(String) - Method in class com.inet.authentication.LoginProcessor
-
Get user account from the user manager or create if not exists.
- getOutlineColor(DiffGroup.GroupType) - Method in class com.inet.pdfc.config.DefaultSetting
-
Returns the color to mark the difference elements inside a difference group of the given type
- getOutlineColor(DiffGroup.GroupType) - Method in interface com.inet.pdfc.print.ColorProvider
-
Returns the color to mark the difference elements inside a difference group of the given type
- getOutlineColor(DiffGroup.GroupType) - Method in class com.inet.pdfc.print.DefaultColorProvider
-
Returns the color to mark the difference elements inside a difference group of the given type
- getPage(int, boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Returns a page info object for a certain page.
- getPageAt(Point, boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Returns the page at the specified location or
null
if there is no page at the specified location. - getPageCount(boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Returns the number of pages CURRENTLY AVAILABLE for one of the documents.
- getPageHighlights(int, boolean) - Method in interface com.inet.pdfc.generator.message.HighlightData
-
Returns the highlights of this container for a certain page
- getPageImage(double) - Method in class com.inet.pdfc.results.ResultPage
-
Renders the page to a
BufferedImage
. - getPageImage(double, double) - Method in class com.inet.pdfc.results.ResultPage
-
Renders the page to a
BufferedImage
. - getPageImageCache() - Method in class com.inet.pdfc.results.ResultModel
-
Returns the page image cache.
- getPageIndex() - Method in class com.inet.pdfc.results.ResultPage
-
Returns the zero based page index of this page
- getPageIndex() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Get the pageIndex of the TextInfo
- getPageOffset() - Method in class com.inet.pdfc.results.ResultPage
-
Returns the page offset which is the absolute rendering position in side by side mode.
- getParent() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Returns the parent presenter.
- getPassword() - Method in class com.inet.pdfc.config.PdfSource
-
Returns the user password to decode the PDF source
- getPath() - Method in class com.inet.pdfc.config.FilePdfSource
-
Get the path of this document, if one exist.
- getPath() - Method in class com.inet.pdfc.config.PdfSource
-
Get the path of this document, if one exist.
- getPdfSource(String) - Method in class com.inet.pdfc.config.DirectoryPdfSource
-
Returns a PDF source from the directory.
- getPdfSources() - Method in class com.inet.pdfc.config.DirectoryPdfSource
-
Returns all PDF sources registered to this directory
- getPluginDescription(String) - Method in class com.inet.plugin.ServerPluginManager
-
FOR INTERNAL USE ONLY Get the description of a plugin or null
- getPluginDir() - Method in class com.inet.plugin.ServerPluginManager
-
Get the base plugin directory.
- getPluginDirs() - Method in class com.inet.plugin.ServerPluginManager
-
Get the locations from which plugins are loaded.
- getPluginFile(String, String) - Method in class com.inet.plugin.ServerPluginManager
-
Returns a
ResourceFile
for a file which is contained in a plugin. - getPluginFilter() - Method in class com.inet.plugin.ServerPluginManager
-
Return a plugin filter which filter the available plugins
- getPluginLoadError(String) - Method in class com.inet.plugin.ServerPluginManager
-
Get the cause because a plugin was not loaded.
- getPresenter(Class<T>) - Method in class com.inet.pdfc.PDFC.ComparisonParameters
-
Returns a presenter that was registered for the comparison.
- getPresenterExceptions() - Method in class com.inet.pdfc.PDFComparer
-
Return the exceptions that occurred during the comparison which have not led to an interruption of the comparison.
- getPresenterExceptions() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Return all exceptions for a this presenter.
- getPresenterName() - Method in class com.inet.pdfc.error.PresenterExceptionData
-
Returns the name of the presenter that has thrown an exception.
- getPresenters() - Method in class com.inet.pdfc.PDFC.ComparisonParameters
-
Returns a view on the presenter to be used for the comparison
- getPriority() - Method in interface com.inet.authentication.AuthenticationProvider
-
The order of providers if the "automatic" login method is selected and the order in drop down boxes of the GUI is determined using this priority value.
- getProfile() - Method in class com.inet.pdfc.generator.message.InfoData
-
Returns the profile which was used for this comparison run.
- getProfile() - Method in class com.inet.pdfc.PDFC.ComparisonParameters
-
Returns the profile to be used for the comparison.
- getProfileValue() - Method in interface com.inet.pdfc.config.ValidValueProvider.ValidValue
-
Returns the
String
that is to be used in the profile property to activate this option - getProgress() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Returns the overall progress of the comparison and export in percent
- getProperties() - Method in interface com.inet.config.Configuration
-
Returns the configuration's properties copied as a Properties object.
The list of properties which are used by the application can be found in the Report URL Parameters. - getProperties() - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns set of properties defined in this configuration
- getProvider() - Method in class com.inet.authentication.AuthenticationDescription
-
Get the provider that has generate this description.
- getRawContent() - Method in class com.inet.pdfc.config.ArrayPdfSource
-
Returns the binary content of this
PdfSource
- getRecoveryConfiguration() - Static method in class com.inet.config.ConfigurationManager
-
The preferred configuration of the recovery mode.
- getRemovedElements() - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Returns a list of elements which are removed or have a modified value in the FIRST document.
- getRenderCacheKey() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Returns the key of the render cache entry for drawing this highlight.
- getRootFolder() - Method in class com.inet.pdfc.PDFC.ComparisonParameters
-
Returns the root folder to store the results to
- getRotation() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Get the rotation of this element in radians
- getScale() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Get the scale of the BaseTextInfo
- getScope() - Method in interface com.inet.config.Configuration
-
Returns the scope of this configuration, which determines where (and if) the Preferences are to be stored.
- getScopeName(int) - Static method in class com.inet.config.ConfigurationManager
-
FOR INTERNAL USE ONLY
Returns the name of the given scope: "System", "User", or "Temp". - getSecondDocument() - Method in class com.inet.pdfc.error.PresenterExceptionData
-
Returns the file name of the second comparison document
- getSecondFile() - Method in class com.inet.pdfc.generator.message.InfoData
-
returns the file of the first PDF being compared
- getSecondPageCount() - Method in class com.inet.pdfc.generator.message.InfoData
-
returns the total number of pages in the second PDF
- getSecondTotalPageNumber() - Method in class com.inet.pdfc.generator.message.InfoData
-
Deprecated.As of i-net PDFC 5.0 please migrate to
InfoData.getFirstPageCount()
- getSelectedValues(IProfile, PDFCProperty<?>) - Static method in class com.inet.pdfc.config.PDFCProperty
-
Convenience function to get the selected enum values for an
Enum
type property - getSetting(String) - Method in class com.inet.pdfc.config.DefaultSetting
-
Return the value for this setting
- getSetting(String) - Method in interface com.inet.pdfc.config.Settings
-
Return the value for this setting
- getSettings() - Method in class com.inet.authentication.AuthenticationDescription
-
Get all the settings in the configuration manager.
- getSettings() - Method in class com.inet.pdfc.PDFC.ComparisonParameters
-
Return the setting
- getSettings() - Method in class com.inet.pdfc.results.ResultModel
-
Returns a copy of the current settings.
- getShortcut() - Method in enum class com.inet.pdfc.PDFC.PROP
-
Returns the single character short cut switch, use a space if no shortcut can be used.
- getShortcut() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
-
Returns the single character short cut switch, use a space if no shortcut can be used.
- getSingleInstance(Class<T>) - Method in class com.inet.plugin.ServerPluginManager
-
Get a single instance of a specific type.
- getSingleInstanceByName(Class<T>, String, boolean) - Method in class com.inet.plugin.ServerPluginManager
-
Get a single instance of a certain type.
- getSize() - Method in class com.inet.pdfc.config.ArrayPdfSource
-
Returns the size of the raw data in bytes
- getSize() - Method in class com.inet.pdfc.config.FilePdfSource
-
Returns the size of the raw data in bytes
- getSize() - Method in class com.inet.pdfc.config.PdfSource
-
Returns the size of the raw data in bytes
- getSize() - Method in class com.inet.pdfc.results.ResultPage
-
Returns the size of the page in pixels, unscaled
- getSource() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Returns the source data model
- getSourceType() - Method in class com.inet.pdfc.generator.model.Modification
- getStack() - Method in class com.inet.pdfc.error.ExceptionData
-
Returns the stack trace of the root cause
Throwable
- getStartL() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
The start page in the first document
- getStartPage() - Method in class com.inet.pdfc.generator.model.DifferencePages
-
Return the 1-based page number, where the difference starts
- getStartProperties() - Method in class com.inet.plugin.ServerPluginManager
-
Get the start properties.
- getStartR() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
The start page in the second document
- getState() - Method in class com.inet.plugin.ServerPluginManager
-
Get the current state of the manager
- getString(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as aString
. - getString(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as aString
. - getString(String) - Method in class com.inet.pdfc.config.DefaultProfile
-
Returns the value of the specified
PDFCProperty
as aString
. - getString(String) - Method in interface com.inet.pdfc.config.IProfile
-
Returns the value of the specified
PDFCProperty
as aString
. - getTempDir() - Method in class com.inet.plugin.ServerPluginManager
-
FOR INTERNAL USE ONLY Get the temp directory and clear it from old files.
- getText() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Returns the content of this text info
- getTextInfos() - Method in class com.inet.pdfc.results.ResultPage
-
Returns the text infos required to select and copy text
- getThrowable() - Method in class com.inet.plugin.ServerPluginManager
-
Get a throwable that occur on init of the plugin manager.
- getTranslationKey() - Method in interface com.inet.pdfc.config.VisibilitySetting
-
Returns the translation key for this setting.
- getTranslationsDir() - Method in class com.inet.plugin.ServerPluginManager
-
Get the directory where additional translations can be saved.
- getTyp() - Method in enum class com.inet.pdfc.config.Settings.EXPORT
-
Return the enum typ for this setting/s
- getTyp() - Method in class com.inet.pdfc.config.Settings.FILTER
-
The Visibility Type for this Setting (Enum)
- getTyp() - Method in enum class com.inet.pdfc.config.Settings.METAOPTION
-
Return the enum typ for this setting/s
- getTyp() - Method in enum class com.inet.pdfc.config.Settings.OPTION
-
Return the enum typ for this setting/s
- getTyp() - Method in interface com.inet.pdfc.config.VisibilitySetting
-
The Visibility Type for this Setting (Enum)
- getTyp() - Method in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
- getType() - Method in class com.inet.config.ConfigurationChangeEvent
-
Returns the event type which specifies exactly which change occurred with the given configuration.
- getType() - Method in class com.inet.pdfc.config.PDFCProperty
-
Returns the type of the property value.
- getType() - Method in interface com.inet.pdfc.generator.message.Chunk
-
Returns the type of this chunk
- getType() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Returns the type.
- getType() - Method in class com.inet.pdfc.generator.message.InfoData
-
Returns the type of this chunk
- getType() - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Returns the type of differences in this group.
- getType() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
The type of change
- getType() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Get the type of this element
- getUserAccountID() - Method in class com.inet.authentication.LoginProcessor
-
Get the id of the account or null if not login.
- getUserAccountType() - Method in class com.inet.authentication.LoginProcessor
-
The account type determine some possible features of a user and/or login.
- getValidValues() - Method in class com.inet.pdfc.config.PDFCProperty
- getValidValues() - Method in class com.inet.pdfc.config.ValidValueProvider
-
Returns the valid values of a property
- getValue(ConfigKey) - Method in interface com.inet.config.Configuration
-
Returns the current value of the ConfigKey in this configuration.
- getVersion(boolean, boolean) - Static method in class com.inet.pdfc.PDFC
-
Returns the current version of PDFC as a String in the format: MAJOR.MINOR.Build number
- getVisibilityChanges() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Returns a map of all
Modification
s where the visibility was changed. - getWhiteSpaceWidth() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Returns the width of a whitespace using the font in this
TextInfoImpl
with the size of this TextInfo multiplied by 20 and scaled.
This is used to determine whether two succeeding chunks belongs to one word. - getWidth() - Method in class com.inet.pdfc.results.ResultPage
-
Returns the unscaled width of the page in pixel
- getX() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Returns the x-coordinate of the element
- getY() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Returns the y-coordinate of the element
- Guest - Enum constant in enum class com.inet.usersandgroups.api.user.UserAccountType
-
Shared user for anonymous use if Guest Login Provider is configured.
- GUEST_LOGIN_SOURCE - Static variable in class com.inet.authentication.LoginProcessor
-
The login source for the guest login.
H
- hasAdditionalConfigurationAction() - Method in interface com.inet.authentication.AuthenticationProvider
-
Returns true, if the provider has an additional configuration page when adding the provider to the list of available login provider.
- hashCode() - Method in class com.inet.authentication.AuthenticationDescription
- hashCode() - Method in class com.inet.pdfc.config.PdfSource
- hasPageImage() - Method in class com.inet.pdfc.results.ResultPage
-
Returns whether the page image cache contains an image for this page
- hasValue() - Method in enum class com.inet.pdfc.PDFC.PROP
-
Returns whether the parameter requires an additional argument like a path.
- hasValue() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
-
Returns whether the parameter requires an additional argument like a path.
- HEADER - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Add a header per page
- HEADER - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Boolean switch to enable or disable the header/footer in print, PDF and PNG.
- HEADERFOOTER - Enum constant in enum class com.inet.pdfc.config.Settings.OPTION
-
Deprecated.
- HEADERFOOTER - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
A filter to auto-detect and exclude headers and footers
- HIDEROTATEDTEXT - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Hide rotated text elements
- highlight - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- Highlight(int, int, int, int, String, HighlightData.Highlight.Appearance, Color) - Constructor for class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Creates the highlight area
- HIGHLIGHT_UPDATE - Enum constant in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
Notification that the highlights of certain pages have been created
- HighlightData - Interface in com.inet.pdfc.generator.message
-
This is a container to display certain highlights in the pages displayed in a GUI component.
- HighlightData.Highlight - Class in com.inet.pdfc.generator.message
-
Represents a highlight area on a certain page.
- HighlightData.Highlight.Appearance - Enum Class in com.inet.pdfc.generator.message
-
Appearances of a highlight.
- HIGHLIGHTS - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Defines which filters may show highlights in the print, PDF or PNG output.
I
- ID_CONTINUOUS - Static variable in class com.inet.pdfc.config.DefaultProfileID
-
The default profile to compare all elements in continuous page mode
- ID_PAGED - Static variable in class com.inet.pdfc.config.DefaultProfileID
-
The default profile to compare all elements page by page
- ID_PAGED_IDENTICAL - Static variable in class com.inet.pdfc.config.DefaultProfileID
-
The default profile to compare all elements page by page with very strict tolerance settings.
- ID_TEXT_AND_STYLES - Static variable in class com.inet.pdfc.config.DefaultProfileID
-
The default profile to compare text and text styles in continuous page mode
- ID_TEXT_ONLY - Static variable in class com.inet.pdfc.config.DefaultProfileID
-
The default profile to compare text only in continuous page mode
- IMAGE - Enum constant in enum class com.inet.pdfc.config.CompareType
-
Refers to image objects, this does not include images that are paints as a pattern fill paint
- IMAGE_CHANGE_AREA - Static variable in class com.inet.pdfc.config.PDFCProperty
-
If the image compare block by block with better result.
- IMAGE_LOC - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- IMAGE_META_COMPARISON - Static variable in class com.inet.pdfc.config.PDFCProperty
-
True if should compare the image meta data, otherwise false.
- IMAGE_SCALE_FACTOR - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Deprecated.As of i-net PDFC 5.0, see
Settings.IMAGE_SCALE_FACTOR
- IMAGE_SCALE_FACTOR - Static variable in interface com.inet.pdfc.config.Settings
-
Defines a scale factor for the generated images (original and difference images).
- IMG_CONTENT - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- IMG_META - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- IMG_PARTCONTENT - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- IMG_SIZE - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- importFromStream(int, String, InputStream) - Method in class com.inet.config.ConfigurationManager
-
Imports all of the preferences represented by the properties stored in the stream.
- INCREMENTAL - Enum constant in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
Incremental update with recently found differences
- info - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- INFO - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Switch to print debug and support informations to the console
- InfoData - Class in com.inet.pdfc.generator.message
-
information about a specific page comparison
- InfoData(PdfSource, PdfSource, int, int, IProfile) - Constructor for class com.inet.pdfc.generator.message.InfoData
-
default constructor with necessary dependencies
- InfoData(PdfSource, PdfSource, IProfile) - Constructor for class com.inet.pdfc.generator.message.InfoData
-
creates the instance for not yet parsed files.
- init(ServerPluginDescription) - Method in class com.inet.plugin.ServerPluginManager
-
Deprecated.
- init(ServerPluginDescription...) - Method in class com.inet.plugin.ServerPluginManager
-
FOR INTERNAL USE ONLY Initialize the ServerPluginManager and start the live cycle of the plugins.
- init(String) - Method in class com.inet.plugin.ServerPluginManager
-
Deprecated.
- init(ServerPluginManager) - Method in interface com.inet.plugin.ServerPlugin
-
Initializes the server part of the current plugin.
- INIT - Enum constant in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
States that the document info for both compared documents has been transmitted
- INIT - Enum constant in enum class com.inet.plugin.ServerPluginManager.ServerPluginManagerState
-
initialize the plugins
- INVISIBLEELEMENTS - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Removes transparent and white graphics objects
- IProfile - Interface in com.inet.pdfc.config
-
The PDFC profile containing the various settings for PDFC such as comparison sensitivity, comparison types etc.
- IS_SERVLET_API - Static variable in class com.inet.plugin.ServerPluginManager
-
signals if the servlet API is available
- isAffected(int, boolean) - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
-
Check whether a certain page was affected by this Change.
- isAnnotation() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Returns a flag indicating this highlight represents an annotation.
- isAvailable(String) - Static method in class com.inet.pdfc.config.DefaultProfileID
-
Checks whether a profile is available.
- isCreateTextSelectionData() - Method in class com.inet.pdfc.PDFComparer
-
Defines whether the comparer creates the
TextInfoImpl
data for theResultModel
as well. - isCreateUserAccountSupported() - Method in class com.inet.authentication.LoginProcessor
-
If the creation of new login user supported.
- isCreationBlocked() - Method in class com.inet.authentication.LoginProcessor
-
If the user exists in the login processor but not in the local user manager and creation is not supported.
- isCurrentConfiguration() - Method in class com.inet.config.ConfigurationChangeEvent
-
Returns true if the configuration was the "current" configuration at the time this event was created, false otherwise.
- isDeprecated() - Method in class com.inet.pdfc.config.PDFCProperty
-
Returns whether this property is marked as deprecated.
- isDrawLeft() - Method in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.
- isDrawRight() - Method in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.
- isEmpty() - Method in interface com.inet.config.Configuration
-
Returns whether this configuration has any properties set
- isEmpty() - Method in class com.inet.pdfc.results.ResultModel
-
Returns whether the list of page info objects is empty
- isEnabled(VisibilitySetting) - Method in class com.inet.pdfc.config.DefaultSetting
-
Get the visibility for this setting
- isEnabled(VisibilitySetting) - Method in interface com.inet.pdfc.config.Settings
-
Get the visibility for this setting
- isHelpCenterMode() - Static method in class com.inet.config.ConfigurationManager
-
If the application run in help center mode.
- ISINIT - Static variable in class com.inet.config.ConfigurationManager
- isInitFinish() - Method in class com.inet.plugin.ServerPluginManager
-
If the init phase is complete.
- isLeft() - Method in class com.inet.pdfc.results.ResultPage
-
Check whether this page is on the left side or on the right side.
- isLeft() - Method in interface com.inet.pdfc.textselection.TextInfo
-
Get the left of the TextInfo
- isMasterPassword() - Method in class com.inet.authentication.RemoteLoginProcessor
-
Whether this is a master password check or not
- isMultipleDescriptionSupported() - Method in interface com.inet.authentication.AuthenticationProvider
-
Returns if the provider supports multiple AuthenticationDescription.
- isNewUser() - Method in class com.inet.authentication.LoginProcessor
-
If the user was a new user in this browser session.
- isPluginLoaded(String) - Method in class com.inet.plugin.ServerPluginManager
-
Check if a plugin was loaded and can used in other plugins for access to API of optional dependencies.
- isReadable(int) - Static method in class com.inet.config.ConfigurationManager
-
Checks if the scope is readable by the current user.
- isRecoveryMode() - Static method in class com.inet.config.ConfigurationManager
-
If the application run in recovery mode.
- isSameAccount(String, char[], LoginSettings) - Method in class com.inet.authentication.LoginProcessor
-
Check if the given LoginSettings match this LoginProcessor settings.
- isShouldPageElementMerge() - Method in class com.inet.pdfc.generator.model.Modification
-
A flag, for merge the pageElements to one elements
- isTypePainted() - Method in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
Indicates whether this group type is painted
- isTypeVisible(DiffGroup.GroupType) - Method in class com.inet.pdfc.results.ResultModel
-
Deprecated.As of i-net PDFC 4.1, use
ResultModel.isVisible(VisibilitySetting)
instead - isVisible() - Method in class com.inet.pdfc.generator.model.DiffGroup
-
Returns whether this differences group contains at least one visible
Modification
- isVisible() - Method in class com.inet.pdfc.generator.model.Modification
-
Returns whether or not this difference will be displayed in any rendered output.
- isVisible(VisibilitySetting) - Method in class com.inet.pdfc.results.ResultModel
-
Returns whether differences of a certain
VisibilitySetting
is shown / used in the presentation of this result model. - isWebUserInRole(String) - Method in class com.inet.authentication.LoginProcessor
-
Returns true if the current user is member of the given role/group.
- isWriteable(int) - Static method in class com.inet.config.ConfigurationManager
-
Checks if the scope is writeable by the current user.
J
- JsonDifference(int, Modification.ModificationType, JsonPresenter.MediaTyp, String) - Constructor for class com.inet.pdfc.presenter.JsonPresenter.JsonDifference
-
JSON format for differences
- JsonPresenter - Class in com.inet.pdfc.presenter
-
A presenter to format the
Modification
s of a comparison run to JSON Data. - JsonPresenter() - Constructor for class com.inet.pdfc.presenter.JsonPresenter
- JsonPresenter.JsonDifference - Class in com.inet.pdfc.presenter
-
JSON format for differences
- JsonPresenter.JsonResult - Class in com.inet.pdfc.presenter
-
JSON format for result model for enduser
- JsonPresenter.JsonResultWithComparisonID - Class in com.inet.pdfc.presenter
-
JSON format for result model for enduser
- JsonResult(String, String, List<JsonPresenter.JsonDifference>) - Constructor for class com.inet.pdfc.presenter.JsonPresenter.JsonResult
-
JSON format for result model for enduser
- JsonResultWithComparisonID(String, String, List<JsonPresenter.JsonDifference>, GUID) - Constructor for class com.inet.pdfc.presenter.JsonPresenter.JsonResultWithComparisonID
-
JSON format for result model for enduser
K
- KEY_DESCRIPTION - Static variable in interface com.inet.pdfc.config.IProfile
- KEY_LAST_MODIFIED - Static variable in class com.inet.pdfc.config.PdfSource
-
Last modified timestamp if known, hence zero
- KEY_NAME - Static variable in interface com.inet.pdfc.config.IProfile
- KEY_NAME - Static variable in class com.inet.pdfc.config.PdfSource
-
Document file name
- KEY_PASSWORD - Static variable in class com.inet.pdfc.config.PdfSource
-
Document password
- KEY_PATH - Static variable in class com.inet.pdfc.config.PdfSource
-
Document path
- KEY_SIZE - Static variable in class com.inet.pdfc.config.PdfSource
-
Size of the document if known, hence zero
L
- LANG_DIFFERENT - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- LANG_UNSUPPORTED - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- LINE - Enum constant in enum class com.inet.pdfc.config.CompareType
-
Refers to all graphical elements (lines, curves, polygons) except images
- LINE_COLOR - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- LINE_SIZE - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- LINE_STYLE - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- LINE_THICKNESS - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- loadCoreServerPluginDescriptionForServerStart(String) - Method in class com.inet.plugin.ServerPluginManager
-
Get the core server plugin for recovery and process starter.
- loadDirectory(ResourceFile) - Method in class com.inet.plugin.ServerPluginManager
-
FOR INTERNAL USE ONLY Durchgang #1 : plugins erst mal initial einlesen
- loadXML(InputStream, String) - Method in class com.inet.pdfc.config.SourceProfile
-
Loads the XML configuration from a stream.
- LOG_FILE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Deprecated.As of i-net PDFC 5.0, see
PDFCCorePlugin.configureLogging(java.io.File)
- LOG_LEVEL - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Deprecated.As of i-net PDFC 5.0, see
PDFCCorePlugin.setLogLevel(com.inet.logging.LogLevel)
- LOGGER - Static variable in class com.inet.authentication.LoginProcessor
-
The authentication logger.
- LOGGER - Static variable in class com.inet.pdfc.presenter.BasePresenter
-
Default Logger for presenter
- LoginProcessor - Class in com.inet.authentication
-
Handle the login handshake for a single user.
- LoginProcessor(AuthenticationDescription) - Constructor for class com.inet.authentication.LoginProcessor
-
Create a new LoginProcessor
M
- main(String[]) - Static method in class com.inet.pdfc.PDFC
-
Starts i-net PDFC with the given arguments - either two folders or two files.
- MARGIN - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Removes the top and left margin, strict mode only
- MASTER_LOGIN_HIDDEN - Static variable in class com.inet.authentication.LoginProcessor
-
Attribute that describe if the master button is hidden and not visible to the users.
- MASTER_LOGIN_ID - Static variable in class com.inet.authentication.LoginProcessor
-
The login ID for the master login.
- MASTER_LOGIN_SOURCE - Static variable in class com.inet.authentication.LoginProcessor
-
The login source for the master login.
- MAX_ERRORS_PER_FILE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Deprecated.As of i-net PDFC 5.0, see
Settings.MAX_ERRORS_PER_FILE
- MAX_ERRORS_PER_FILE - Static variable in interface com.inet.pdfc.config.Settings
-
Specifies the maximum number of errors that can occur before the comparison will be stopped for the current PDF file.
- MAX_FILENAME_LENGTH - Static variable in class com.inet.pdfc.presenter.BasePresenter
-
The maximum length the filename of an exported file is allowed to have without extension.
If the names of the compared files plus the additional characters are too long, then the exported name is truncated to this length. - MetadataChanged - Enum constant in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
This type occurs for changes in the meta data or a page or the whole document.
- migrate(Configuration) - Method in interface com.inet.config.ConfigurationMigrator
-
Migrate the given configuration to the current version.
- MINIFIED - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- MISC - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- modelChanged(ResultModel.ChangeInfo) - Method in interface com.inet.pdfc.results.ResultModel.ResultModelChangeListener
-
Called by the model whenever the date in the model is changed.
- Modification - Class in com.inet.pdfc.generator.model
-
A
Modification
is the smallest change description in the differences model of i-net PDFC. - Modification(DiffGroup.GroupType, PagedElement, PagedElement, List<AttributeDifference<?>>) - Constructor for class com.inet.pdfc.generator.model.Modification
-
Creates a modification description for a pair of elements.
- Modification(DiffGroup.GroupType, List<PagedElement>, List<PagedElement>, List<AttributeDifference<?>>) - Constructor for class com.inet.pdfc.generator.model.Modification
-
Creates a modification description for a list of elements.
- Modification.ModificationType - Enum Class in com.inet.pdfc.generator.model
-
The type of the modification which side has modifications and whether the changes do apply- This is loosely coupled to the severity type of
DiffGroup
s. - Modified - Enum constant in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
The modified type indicates that the content in this group is similar on both documents but changed in style.
- MULTICOLUMN - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
A sorter to detect multi column layouts and reorder the elements accordingly
N
- name() - Method in interface com.inet.authentication.AuthenticationProvider
-
The unique name of this provider.
- name() - Method in class com.inet.pdfc.config.PDFCProperty
-
Get the name of the property
- name() - Method in class com.inet.pdfc.config.Settings.FILTER
-
The value of the enum
- name() - Method in interface com.inet.pdfc.config.VisibilitySetting
-
The value of the enum
- NAME_DEFAULT - Static variable in class com.inet.config.ConfigurationManager
-
The name to use for USER or SYSTEM configurations which are to be used by default.
- NAME_TEMP - Static variable in interface com.inet.config.Configuration
-
The name to use for a copy of a configuration stored in the temporary scope with custom properties.
- NAME_TEMP_DEFAULT - Static variable in class com.inet.config.ConfigurationManager
-
The name to use for TEMP configurations which are to be used by default.
- NamedExtension - Interface in com.inet.plugin
-
This interface is intended to simplify the selection of a certain extension out of a pool of extensions.
- newFile - Enum constant in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.
- No - Enum constant in enum class com.inet.authentication.AuthenticationDescription.BasicSupport
-
No Basic authentication support
O
- ObjectSetting<T> - Interface in com.inet.pdfc.config
-
Settings with an arbitrary value.
- OCR - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
OCR for image elements
- onClear() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Called upon comparison startup.
- onClear() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Called upon comparison startup.
- onComparisonDone() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Called to indicate that a comparison has finished.
- onComparisonDone() - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Called to indicate that a comparison has finished.
- onComparisonDone() - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Called to indicate that a comparison has finished.
- onComparisonDone() - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Creates the actual result PDF Called to indicate that a comparison has finished.
- onComparisonDone() - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
-
Creates the actual result PDF Called to indicate that a comparison has finished.
- onComparisonDone() - Method in class com.inet.pdfc.presenter.DifferencesPrintPresenter
-
Called to indicate that a comparison has finished.
- onComparisonDone() - Method in class com.inet.pdfc.presenter.JsonPresenter
-
Called to indicate that a comparison has finished.
- onComparisonDone() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Creates and saves a report for the registered comparison model.
- onDataUpdate() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Called whenever the referred model receives a data chunk.
- onDataUpdate() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Called whenever the referred model receives a data chunk.
- onError(ExceptionData, boolean, BasePresenter.ERROR_SOURCE) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Called in case of an error that occurred either in one of the parser threads or in the compare thread.
NOTE: This method is only called for exceptions which are notified to theResultModel
. - onError(ExceptionData, boolean, BasePresenter.ERROR_SOURCE) - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Called in case of an error that occurred either in one of the parser threads or in the compare thread.
NOTE: This method is only called for exceptions which are notified to theResultModel
. - onError(ExceptionData, boolean, BasePresenter.ERROR_SOURCE) - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Called in case of an error that occurred either in one of the parser threads or in the compare thread.
NOTE: This method is only called for exceptions which are notified to theResultModel
. - onFilterChange() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Called whenever the filter conditions of the referenced model have changed.
- onFilterChange() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Called whenever the filter conditions of the referenced model have changed.
- onFinish() - Method in class com.inet.pdfc.presenter.BasePresenter
-
OPTIONAL: Called in case of batch comparison at the end of all comparisons of the batch run.
- onFinish() - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
OPTIONAL: Called in case of batch comparison at the end of all comparisons of the batch run.
- onFinish() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
OPTIONAL: Called in case of batch comparison at the end of all comparisons of the batch run.
- onInit() - Method in class com.inet.pdfc.presenter.BasePresenter
-
Called at the time the document informations have been set.
- onInit() - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Called at the time the document informations have been set.
- onInit() - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Creates the root and the subfolder for the current comparison run.
- onInit() - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Called at the time the document informations have been set.
- Only - Enum constant in enum class com.inet.authentication.AuthenticationDescription.BasicSupport
-
Only Basic authentication support
- ONLY_ON_DIFFERENCES - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Export the document if contain difference, all other didn't export
- ONLYDIFFERENCES - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Deprecated.As of i-net PDFC 5.0, use instead see
PDFC.PROP.EXPORTALWAYS
- ONLYPAGESWITHDIFFS - Enum constant in enum class com.inet.pdfc.config.Settings.OPTION
-
Pages which have no differences with current filter settings will be minimized and only shows its page number
- onProgressUpdate(float) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Called whenever the comparison sends a progress state.
- onProgressUpdate(float) - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Called whenever the comparison sends a progress state.
- onPropertyUpdate(PDFCProperty<?>, Object) - Method in interface com.inet.pdfc.config.DefaultProfile.ProfileChangeListener
-
Called when the given property changed
- onPropertyUpdate(String, Object) - Method in interface com.inet.pdfc.config.DefaultProfile.ProfileChangeListener
-
Called when a property with the given name changed
- OPTION_CREATE_DIFF_IMAGES - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Option to enable the creation of differences images
- OPTION_CREATE_FIRST_IMAGES - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Option to enable the creation of difference images for the pages of the first PDF
- OPTION_CREATE_SECOND_IMAGES - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Option to enable the creation of difference images for the pages of the second PDF
- OPTION_EXPORT - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Option to enable the PDF report export.
- OPTION_ORIGINAL_IMAGES - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Option to enable the generation of original page images
- OPTION_PRINT - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Option to enable the print export
- OPTION_XOR_IMAGES - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Option to enable the creation of XOR images
- originalFile - Enum constant in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.
- OVERLAP - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Boolean switch to enable or disable the overlap mode in print, PDF and PNG.
P
- PAGE_BOX_BOUNDS - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- PAGE_BOX_LOC - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- PAGE_BOX_SIZE - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- PAGE_MARGIN - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- PAGE_ROTATION - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- pageAnalyzed - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- pageFiltered - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- pageParsed - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- PAGERANGE - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Excludes certain pages from the comparison
- PAINT_BOTH - Static variable in class com.inet.pdfc.presenter.ExportPresenter
-
Toggle between Left/Right/Both Both document will be presented
- PAINT_LEFT - Static variable in class com.inet.pdfc.presenter.ExportPresenter
-
Toggle between Left/Right/Both Left mean the first document
- PAINT_RIGHT - Static variable in class com.inet.pdfc.presenter.ExportPresenter
-
Toggle between Left/Right/Both Right mean the second document
- partialDiffs - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- PASSWORD_MINIMUM_LENGTH - Static variable in class com.inet.authentication.AuthenticationDescription
-
The minimum length of the password that has to be set for users created in the product provider
- PASSWORD_MINIMUM_STRENGTH - Static variable in class com.inet.authentication.AuthenticationDescription
-
The minimum strength of the password that has to be set for users created in the product provider
- PASSWORD_MINIMUM_STRENGTH_VALUES - Static variable in class com.inet.authentication.AuthenticationDescription
-
The allowed values for the password strength
- PASSWORD1 - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Sets the password for the first PDF file
- PASSWORD2 - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Sets the password for the second PDF file
- PDFC - Class in com.inet.pdfc
-
Main entry point into i-net PDFC
- PDFC(File, File, Map<PDFC.PROP, String>) - Constructor for class com.inet.pdfc.PDFC
-
Creates the command line executor
- PDFC.ComparisonParameters - Class in com.inet.pdfc
-
This class gathers the configuration parameters to run a comparison, except the files to compare.
- PDFC.PROP - Enum Class in com.inet.pdfc
-
Enum of all known command line switches and options, along with their long and short for and info about their default value and whether they require a parameter
- PdfcException - Exception in com.inet.pdfc.error
-
Primary exception type to send exceptions with a numeric cause.
- PdfcException(ErrorCode, Object...) - Constructor for exception com.inet.pdfc.error.PdfcException
-
Creates the exception with an error code
- PdfcException(ErrorCode, Throwable, Object...) - Constructor for exception com.inet.pdfc.error.PdfcException
-
Creates the exception with error code and root cause
- PdfcException(Throwable) - Constructor for exception com.inet.pdfc.error.PdfcException
-
Creates a new general or wrapped exception from a cause.
- PDFComparer - Class in com.inet.pdfc
-
This is the main entry point when using i-net PDFC API.
- PDFComparer() - Constructor for class com.inet.pdfc.PDFComparer
-
Creates an empty comparer instance.
- PDFCProperty<T> - Class in com.inet.pdfc.config
-
Enumeration of the various configuration properties which can be set for i-net PDFC.
- PDFCProperty(String, boolean) - Constructor for class com.inet.pdfc.config.PDFCProperty
-
Creates a new boolean
PDFCProperty
with the specified default value. - PDFCProperty(String, double, double, double) - Constructor for class com.inet.pdfc.config.PDFCProperty
-
Creates a new double
PDFCProperty
with the specified default value. - PDFCProperty(String, int, int, int) - Constructor for class com.inet.pdfc.config.PDFCProperty
-
Creates a new integer
PDFCProperty
with the specified default value. - PDFCProperty(String, Class<T>, D...) - Constructor for class com.inet.pdfc.config.PDFCProperty
-
Creates a new multi-choice
PDFCProperty
with the specified default value and a set of valid values. - PDFCProperty(String, String, ValidValueProvider) - Constructor for class com.inet.pdfc.config.PDFCProperty
-
Creates a new single-choice
PDFCProperty
with the specified default value and a set of valid values. - PDFCProperty(String, String, String...) - Constructor for class com.inet.pdfc.config.PDFCProperty
-
Creates a new single-choice
PDFCProperty
with the specified default value and a set of valid values. - PdfSource - Class in com.inet.pdfc.config
-
This is an abstraction for raw PDF documents.
- PdfSource() - Constructor for class com.inet.pdfc.config.PdfSource
-
Deprecated.As of i-net PDFC 23.10 - use the protected constructor
PdfSource(String, String, long, long)
instead - PdfSource(String, String, long, long) - Constructor for class com.inet.pdfc.config.PdfSource
-
Creates the document source instance
- PluginFilter - Interface in com.inet.plugin
-
A filter for loading plugins.
- PRE_INIT - Enum constant in enum class com.inet.plugin.ServerPluginManager.ServerPluginManagerState
-
before any initializing
- PREPARE - Enum constant in enum class com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
-
Source is the
PDFComparer
or any other class which prepares theAbstractComparator
- PresenterExceptionData - Class in com.inet.pdfc.error
-
A class to get the exceptions of a presenter.
- PresenterExceptionData(ExceptionData, String, Pair<String>) - Constructor for class com.inet.pdfc.error.PresenterExceptionData
-
Creates an instance for a
Throwable
- PRESENTERS - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Parameter for the export presenters to be used.
- progress - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- PROGRESS_UPDATE - Enum constant in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
A simple notification about the overall progress of the comparison and export
- PROVIDER - Static variable in class com.inet.authentication.AuthenticationDescription
-
The authentication settings property name for the name of the provider.
- PROVIDER_PRODUCT - Static variable in class com.inet.authentication.AuthenticationDescription
-
Value of provider property for the one product provider.
- PROVIDER_SYSTEM - Static variable in class com.inet.authentication.AuthenticationDescription
-
Value of provider property for the one system provider.
- put(int, String, Configuration) - Method in class com.inet.config.ConfigurationManager
-
Stores the configuration at the position specified.
- put(ConfigKey, String) - Method in interface com.inet.config.Configuration
-
Maps the specified key to the specified value.
Settingnull
as a value will effectively remove the mapping associated with the key from thisConfiguration
. - put(String, String) - Method in interface com.inet.config.Configuration
-
Maps the specified key to the specified value.
Settingnull
as a value will effectively remove the mapping associated with the key from thisConfiguration
. - putAll(Map) - Method in interface com.inet.config.Configuration
-
Convenience method which puts all properties in the given map into this configuration, overwriting any properties which already exist.
- putAll(Map, boolean) - Method in interface com.inet.config.Configuration
-
Deprecated.As of i-net Clear Reports 14, use
Configuration.putAll(Map)
- putValue(ConfigKey, Object) - Method in interface com.inet.config.Configuration
-
Convert a value to String and put it in this configuration.
- putValue(PDFCProperty<?>, String) - Method in class com.inet.pdfc.config.DefaultProfile
-
Stores a property in the current configuration.
- putValue(PDFCProperty<?>, String) - Method in interface com.inet.pdfc.config.IProfile
-
Stores a property in the current configuration.
- putValue(String, String) - Method in class com.inet.pdfc.config.DefaultProfile
-
Stores a property in the current configuration.
- putValue(String, String) - Method in interface com.inet.pdfc.config.IProfile
-
Stores a property in the current configuration.
- putValues(Properties) - Method in class com.inet.pdfc.config.DefaultProfile
-
Stores all properties in the current configuration.
- putValues(Properties) - Method in interface com.inet.pdfc.config.IProfile
-
Stores all properties in the current configuration.
R
- readPluginsFromDirectory(ResourceFile[]) - Method in class com.inet.plugin.ServerPluginManager
-
FOR INTERNAL USE ONLY Extrahiert die Plugin-Archive und erzeugt die Plugin-Beschreibungen.
- RECTANGLE - Enum constant in enum class com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
- REGEXP - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Removes text elements according to regexp patterns
- register(Class<T>, T) - Method in class com.inet.plugin.ServerPluginManager
-
Register a instance as extension in the ServerPluginManager.
- REGISTER - Enum constant in enum class com.inet.plugin.ServerPluginManager.ServerPluginManagerState
-
registering extensions of the plugins
- registerExtension(ServerPluginManager) - Method in interface com.inet.plugin.ServerPlugin
-
Registers all instances of extensions in the
ServerPluginManager
. - registerHelp(HelpProviderContainer) - Method in interface com.inet.plugin.ServerPlugin
-
Register all help providers.
- RemoteLoginProcessor - Class in com.inet.authentication
-
A WebUserInfo which requests authorization data from an external source (outside of the Java VM).
- RemoteLoginProcessor(AuthenticationDescription) - Constructor for class com.inet.authentication.RemoteLoginProcessor
-
Create a new LoginProcessor
- remove - Enum constant in enum class com.inet.pdfc.generator.model.Modification.ModificationType
-
There are only removed affected elements in the first document.
- removeChangeListener(ResultModel.ResultModelChangeListener) - Method in class com.inet.pdfc.results.ResultModel
-
Removes a
ResultModelChangeListener
from this model. - removeConfigurationChangeListener(ConfigurationChangeListener) - Method in class com.inet.config.ConfigurationManager
-
Removes the given ConfigurationChangeListener.
- removeConfigurationMigrator(ConfigurationMigrator) - Method in class com.inet.config.ConfigurationManager
-
Remove the given migrator from the list.
- removeProfileChangeListener(DefaultProfile.ProfileChangeListener) - Method in class com.inet.pdfc.config.DefaultProfile
-
Removes a listener to be no more notified
- rename(int, String, int, String) - Method in class com.inet.config.ConfigurationManager
-
Renames and/or moves a configuration.
- renderPage(double, Graphics2D) - Method in class com.inet.pdfc.results.ResultPage
-
Renders the page to a
BufferedImage
. - replace - Enum constant in enum class com.inet.pdfc.generator.model.Modification.ModificationType
-
There are affected elements in both documents but their number may differ.
- Replaced - Enum constant in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
For this type, the
Modification
s contain elements of similar type and equal style(per side). - ReportPDFPresenter - Class in com.inet.pdfc.presenter
-
Deprecated.As of i-net PDFC 21.4 - use the super class instead use
ReportPresenter(boolean, boolean, String, OutputStream)
instead - ReportPDFPresenter(boolean, boolean, File) - Constructor for class com.inet.pdfc.presenter.ReportPDFPresenter
-
Deprecated.As of i-net PDFC 21.4 - use the super class instead
- ReportPDFPresenter(boolean, boolean, File, boolean) - Constructor for class com.inet.pdfc.presenter.ReportPDFPresenter
-
Deprecated.As of i-net PDFC 21.4 - use the super class instead
- ReportPDFPresenter(boolean, boolean, String, File, boolean) - Constructor for class com.inet.pdfc.presenter.ReportPDFPresenter
-
Deprecated.As of i-net PDFC 5.0 - use the super class instead
- ReportPresenter - Class in com.inet.pdfc.presenter
-
Generates a statistical report of the comparison which contains diagrams of the difference types and their distribution along the pages.
An active 'reporting' plugin is required to use this filter! - ReportPresenter(boolean, boolean, String, File, boolean) - Constructor for class com.inet.pdfc.presenter.ReportPresenter
-
Creates the exporter.
- ReportPresenter(boolean, boolean, String, OutputStream) - Constructor for class com.inet.pdfc.presenter.ReportPresenter
-
Creates the exporter.
- requestAndSetTrialLicenseIfRequired() - Static method in class com.inet.pdfc.PDFC
-
Deprecated.As of i-net PDFC 4.3, a trial license will automatically acquired if possible. If the automatic attempt is not successful, use
PDFC.activateLicense(String)
to activate a license via API. - requestLoginData(HttpServletRequest, HttpServletResponse) - Method in class com.inet.authentication.RemoteLoginProcessor
-
Request the data for a login of a client - the data sent to the response object can be form data or an HTTP status 401, depending on the scenario.
- reset() - Method in interface com.inet.pdfc.config.UserSettings
-
Sets the user settings to default.
- reset() - Method in interface com.inet.plugin.ServerPlugin
-
Is called if the server was stopped.
- reset() - Method in class com.inet.plugin.ServerPluginManager
-
FOR INTERNAL USE ONLY Reset the ServerPluginManager after a server stop.
- RESET - Enum constant in enum class com.inet.plugin.ServerPluginManager.ServerPluginManagerState
-
the server was stopped
- restart() - Method in interface com.inet.plugin.ServerPlugin
-
Is called after a restart of the server within the same Java VM instance.
- ResultModel - Class in com.inet.pdfc.results
-
This class is the central model to access the results of a comparison and to make the result available to any listener and presenter.
- ResultModel() - Constructor for class com.inet.pdfc.results.ResultModel
-
Creates the instance and sets all
DiffGroup.GroupType
s to visible. - ResultModel(ResultModelData) - Constructor for class com.inet.pdfc.results.ResultModel
-
Creates the instance, sets all
DiffGroup.GroupType
s to visible and sets the data. - ResultModel.ChangeInfo - Class in com.inet.pdfc.results
-
Event object with a page range for both documents where the differences data has changed
- ResultModel.ResultModelChangeListener - Interface in com.inet.pdfc.results
-
Defines a listener for the result model
- ResultModel.STATE_CHANGE_TYPE - Enum Class in com.inet.pdfc.results
-
Defines the type of model change in an update event
- ResultPage - Class in com.inet.pdfc.results
-
A page result contains all information for a page in a compares document.
- ResultPage() - Constructor for class com.inet.pdfc.results.ResultPage
-
Create uninitialized page
- ResultPage(PageData, PageImageCache, ResultModel) - Constructor for class com.inet.pdfc.results.ResultPage
-
Creates a page for the
ResultModel
- RETRY_BATCH - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Boolean switch to retry failed comparisons in batch mode.
- REUQESTANDACTIVATETRIAL - Enum constant in enum class com.inet.pdfc.PDFC.PROP
- ROOT - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Switch to set the root folder for the report and difference images
- ROTATION - Enum constant in enum class com.inet.pdfc.config.TextStyleType
-
Differences in text rotation
- runComparison() - Method in class com.inet.pdfc.PDFC
-
Runs the comparison or executes the non-comparing command line arguments
- runIfPluginLoaded(String, Supplier<Executable>) - Method in class com.inet.plugin.ServerPluginManager
-
Runs the plugin register supplier when the plugin with the given id is loaded
and the caller was load from the DependencyClassLoader.
This code can be used in the register phase of a plugin to ensure that code of
optional plugins is only used executed, if available.
S
- save() - Method in interface com.inet.pdfc.config.UserSettings
-
Stores all user settings.
- SCALE - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
Boolean switch to enable or disable 'scale to fit page' in print, PDF and PNG.
- SCALETOPAGEHEIGHT - Enum constant in enum class com.inet.pdfc.config.Settings.EXPORT
-
Fit first page to the PDFs to first exported page
- SCOPE_SYSTEM - Static variable in interface com.inet.config.Configuration
-
Constant for the scope of a configuration.
This scope means the configuration is stored in the system preferences - SCOPE_TEMP - Static variable in interface com.inet.config.Configuration
-
Constant for the scope a configuration.
This scope means the configuration will not be permanently stored. - SCOPE_USER - Static variable in interface com.inet.config.Configuration
-
Constant for the scope a configuration.
This scope means the configuration is stored in the user preferences - SECOND_PDF - Enum constant in enum class com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
-
Source is the parser for the second document
- ServerPlugin - Interface in com.inet.plugin
-
This interface must be implemented by server plugin entry points.
- ServerPluginManager - Class in com.inet.plugin
-
The ServerPluginManager is the central point in the server for the plugin framework.
- ServerPluginManager() - Constructor for class com.inet.plugin.ServerPluginManager
-
Create a instance of ServerPluginManager.
- ServerPluginManager.PluginLoadFailCause - Enum Class in com.inet.plugin
-
Possible cause why a plugin was not loaded.
- ServerPluginManager.ServerPluginManagerState - Enum Class in com.inet.plugin
-
The state the plugin manager is in: whether before initialization, currently registering plugins, initialized, or resetting
- setActived(Map<String, Boolean>) - Method in class com.inet.plugin.ServerPluginManager
-
Set the activated plugins.
- setAddHeaderFooter(boolean) - Method in class com.inet.pdfc.presenter.ExportPresenter
-
Deprecated.As of i-net PDFC 4.1, use
PDFComparer.setSettings(Settings)
instead (Settings.setEnabled(boolean, VisibilitySetting...)
- setBackgroundColor(Color) - Method in class com.inet.pdfc.presenter.ExportPresenter
-
Set the background color of the print.
- setColor(Color, ColorSetting) - Method in class com.inet.pdfc.config.DefaultSetting
-
Set the color for this setting.
- setColor(Color, ColorSetting) - Method in interface com.inet.pdfc.config.Settings
-
Set the color for this setting.
- setColorprovider(ColorProvider) - Method in class com.inet.pdfc.presenter.ExportPresenter
-
Deprecated.As of i-net PDFC 4.1, use
PDFComparer.setSettings(Settings)
instead (Settings.setColor(Color, ColorSetting)
) - setCorePluginId(String) - Method in class com.inet.plugin.ServerPluginManager
-
Set the name of the core plugin id.
- setCreateDifferenceImages(boolean, boolean, boolean) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Deprecated.As of i-net PDFC 5.0, use instead
PDFComparer.setSettings(Settings)
->
Settings.EXPORT.CREATE_DIFFIMAGES_FIRST
,
Settings.EXPORT.CREATE_DIFFIMAGES_SECOND
,
Settings.EXPORT.CREATE_XORIMAGES
- setCreatePageImages(boolean) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Deprecated.As of i-net PDFC 5.0, use instead
PDFComparer.setSettings(Settings)
->Settings.EXPORT.CREATE_ORIGIMAGES
- setCurrent(BaseRunnableSession, LoginProcessor) - Static method in class com.inet.authentication.LoginProcessor
-
FOR INTERNAL USE ONLY Sets the specified
LoginProcessor
in the session. - setCurrent(LoginProcessor) - Static method in class com.inet.authentication.LoginProcessor
-
Sets the specified
LoginProcessor
as the info for the current request session/thread. - setCurrent(Configuration) - Method in class com.inet.config.ConfigurationManager
-
Sets the given configuration as the one currently being used by the application instead of the default configuration as specified in
ConfigurationManager.getCurrent()
. - setCurrentForAllThreads(LoginProcessor) - Static method in class com.inet.authentication.LoginProcessor
-
Set the LoginProcessor from the designer.
- setData(PageData) - Method in class com.inet.pdfc.results.ResultPage
-
Copies the page data into the
ResultPage
- setDescription(String) - Method in interface com.inet.config.Configuration
-
Sets a description for this configuration.
- setEnabled(boolean, VisibilitySetting...) - Method in class com.inet.pdfc.config.DefaultSetting
-
Set the visibility for this setting
- setEnabled(boolean, VisibilitySetting...) - Method in interface com.inet.pdfc.config.Settings
-
Set the visibility for this setting
- setExportFormat(String) - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Sets the export format of the report.
- setExportOnlyOnDifferences(boolean) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
-
Deprecated.As of i-net PDFC 4.3, use
PDFComparer.setSettings(Settings)
- setHelpCenterMode(boolean) - Static method in class com.inet.config.ConfigurationManager
-
FOR INTERNAL USE ONLY
- setHighlightVisibile(String, boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Deprecated.As of i-net PDFC 4.3, use
ResultModel.setSetting(Settings)
instead - setImage(Image) - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Sets the image.
- setImageScaleFactor(double) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Sets the scale factor for all produced images.
This setter permanently OVERRIDES the values of the profile for this instance! - setLanguage(String) - Method in class com.inet.pdfc.config.PdfSource
-
Set the language for this document
- setLogWriter(PrintWriter) - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Sets a writer to print the result to
- setMarkerColor(Color, DiffGroup.GroupType) - Method in class com.inet.pdfc.config.DefaultSetting
-
Set the color for the marker.
- setMarkerColor(Color, DiffGroup.GroupType) - Method in interface com.inet.pdfc.config.Settings
-
Set the color for the marker.
- setMaxErrors(int) - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Sets the maximum number of errors to be displayed per comparison.
- setModel(ResultModel) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Registers this presenter to a model.
- setModel(ResultModel) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
-
Registers this presenter to a model.
- setModel(ResultModel) - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Registers this presenter to a model.
- setModel(ResultModel) - Method in class com.inet.pdfc.results.ResultPage
-
Sets the model as well as the renderSource of this page
- setOverlapAlpha(float) - Method in class com.inet.pdfc.presenter.ExportPresenter
-
Set the alpha to use for overlapping export.
- setPagelayout(int, int, int, int, int, int) - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Set the desired pageLayout for the pdf to render.
- setPageLimit(int) - Method in class com.inet.pdfc.config.PdfSource
-
Set the maximal number of pages the document source will return
- setPageOffset(int) - Method in class com.inet.pdfc.results.ResultPage
-
Updates the page offset.
- setPaintOverlap(boolean) - Method in class com.inet.pdfc.presenter.ExportPresenter
-
Set to true if the compared documents must be exported in overlapping mode.
- setPaintSides(byte) - Method in class com.inet.pdfc.presenter.ExportPresenter
-
Set weather the first or the second of both compared documents must be painted.
- setParent(BasePresenter) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Sets the parent presenter for spawned presenters.
- setPassword(String) - Method in class com.inet.pdfc.config.PdfSource
-
Sets the user password to decode the PDF source
- setPassword(String) - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Set the password for the exported file
- setPassword(String) - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Set for the export format pdf the password
- setPluginDir(ResourceFile) - Method in class com.inet.plugin.ServerPluginManager
-
Set the relative or absolute plugin directory which is to be searched for plugins.
- setPluginDir(String) - Method in class com.inet.plugin.ServerPluginManager
-
Set the relative or absolute path of plugin directory which is to be searched for plugins
- setPluginFilter(PluginFilter) - Method in class com.inet.plugin.ServerPluginManager
-
Set a plugin filter which filter the available plugins
- setPluginLoadError(String, Throwable) - Method in class com.inet.plugin.ServerPluginManager
-
Set the cause because a plugin was not loaded.
- setPrintRange(int, int) - Method in interface com.inet.pdfc.presenter.ExportFilePresenter.HasPrintRange
-
Set the range of pages to render into the pdf.
If both parameters are -1, all pages will be printed. - setPrintRange(int, int) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
-
Set the range of pages to render into the export-document.
If both parameters are -1, all pages will be printed. - setProfile(IProfile) - Method in class com.inet.pdfc.PDFComparer
-
Set the profile to use with this
PDFComparer
.
The profile determines which elements must be compared, how large the tolerance must be and other options. - setProfile(String) - Method in class com.inet.pdfc.PDFComparer
-
Set the profile to use with this
PDFComparer
.
The profile determines which elements must be compared, how large the tolerance must be and other options.
It's recommended to check whether the profile is available first by callingDefaultProfileID.getAvailableProfileIDs()
. - setRecoveryConfiguration(String) - Static method in class com.inet.config.ConfigurationManager
-
FOR INTERNAL USE ONLY
- setRecoveryMode(boolean) - Static method in class com.inet.config.ConfigurationManager
-
FOR INTERNAL USE ONLY
- setRenderCacheKey(String) - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Sets the key of the render cache entry for drawing this highlight.
- setReplaceSystemFonts(boolean) - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Sets whether system font references should be replaced by embedded PDF default fonts.
- setRootFolder(File) - Method in class com.inet.pdfc.PDFC.ComparisonParameters
-
Sets the root folder for all presenters that will be created AFTER calling this method
- setScale(double) - Method in interface com.inet.pdfc.textselection.TextInfo
-
Re-scale the bounding-boxes of characters to the given scale.
- setScaleToFitPageHeight(boolean) - Method in class com.inet.pdfc.presenter.ExportPresenter
-
Deprecated.As of i-net PDFC 4.1, use
PDFComparer.setSettings(Settings)
- setSetting(Object, String) - Method in class com.inet.pdfc.config.DefaultSetting
-
Set the specific setting with the value
- setSetting(Object, String) - Method in interface com.inet.pdfc.config.Settings
-
Set the specific setting with the value
- setSetting(Settings) - Method in class com.inet.pdfc.results.ResultModel
-
Set setting for this model.
- setSettings(Settings) - Method in class com.inet.pdfc.PDFComparer
-
Defines the visibility for difference option.
- setShouldMerge(boolean) - Method in class com.inet.pdfc.generator.model.Modification
-
A flag, for merge the pageElements to one elements
- setSize(int, int) - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
-
Set the size of each image created.
- setTemporaryProperties(Properties) - Method in class com.inet.config.ConfigurationManager
-
Creates and returns a new temporary configuration called "<temp copy>", imports the given properties and sets the created configuration as the current configuration.
- setTemporaryPropertiesFromURL(URL) - Method in class com.inet.config.ConfigurationManager
-
Creates and returns a new temporary configuration called "<temp copy>", imports the given properties and sets the created configuration as the current configuration.
- Settings - Interface in com.inet.pdfc.config
-
Default implementations for
VisibilitySetting
for multiple purposes:
EXPORT - configures the export to PDF or image format FILTER - toggles the visibility of filter data OPTION - toggles general options that affect the result of a comparison METAOPTION - color options that are not related to a difference type For setting details - Settings.EXPORT - Enum Class in com.inet.pdfc.config
-
Settings to configure the export to PDF or image format.
- Settings.FILTER - Class in com.inet.pdfc.config
-
This is a convenience class to enable or disable the highlighting of changes by a filter.
- Settings.METAOPTION - Enum Class in com.inet.pdfc.config
-
Color options that are not related to a difference type.
- Settings.OPTION - Enum Class in com.inet.pdfc.config
-
Options affect the comparison result, but are not related to the actual export or output format.
- setType(String) - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
-
Sets the type.
- setTypeVisible(DiffGroup.GroupType, boolean) - Method in class com.inet.pdfc.results.ResultModel
-
Deprecated.As of i-net PDFC 4.1, use
ResultModel.setSetting(Settings)
instead - setVisible(boolean) - Method in class com.inet.pdfc.generator.model.Modification
-
Defines whether or not this difference will be displayed in any rendered output.
- setVisible(boolean, VisibilitySetting...) - Method in class com.inet.pdfc.results.ResultModel
-
Deprecated.As of i-net PDFC 4.3, use
ResultModel.setSetting(Settings)
instead - setVisibleDifferences(DiffGroup.GroupType...) - Method in class com.inet.pdfc.PDFComparer
-
Deprecated.As of i-net PDFC 4.3, use
PDFComparer.setSettings(Settings setting)
instead - setVisibleHighlights(String...) - Method in class com.inet.pdfc.PDFComparer
-
Deprecated.As of i-net PDFC 4.3, use
PDFComparer.setSettings(Settings setting)
instead - setX(double) - Method in interface com.inet.pdfc.textselection.TextInfo
-
x cooridnates in unscaled page
- setY(double) - Method in interface com.inet.pdfc.textselection.TextInfo
-
y cooridnates in unscaled page
- SHAPEFILL - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- SIDES - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
The sides to export, when using print, PDF or PNG.
- SIZE - Enum constant in enum class com.inet.pdfc.config.TextStyleType
-
Difference for Text Size
- SourceProfile - Class in com.inet.pdfc.config
-
The class contains configuration data from an inputstream (for example URL).
- SourceProfile(InputStream, String) - Constructor for class com.inet.pdfc.config.SourceProfile
-
Creates a new i-net PDFC configuration, based on the xmlConfigFile.
- SPACING - Enum constant in enum class com.inet.pdfc.config.TextStyleType
-
Differences for spaces and line breaks that are not a semantical difference but rather improvements to the visual appearance
- SPACING - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- spawn(boolean) - Method in class com.inet.pdfc.presenter.BasePresenter
-
Creates another presenter of the the same type as the current one.
- spawn(boolean) - Method in class com.inet.pdfc.presenter.ConsolePresenter
-
Creates another presenter of the the same type as the current one.
- spawn(boolean) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Creates another presenter of the the same type as the current one.
- spawn(boolean) - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
-
Creates another presenter of the the same type as the current one.
- spawn(boolean) - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
-
Creates another presenter of the the same type as the current one.
- spawn(boolean) - Method in class com.inet.pdfc.presenter.DifferencesPrintPresenter
-
Creates another presenter of the the same type as the current one.
- spawn(boolean) - Method in class com.inet.pdfc.presenter.JsonPresenter
-
Creates another presenter of the the same type as the current one.
- spawn(boolean) - Method in class com.inet.pdfc.presenter.ReportPresenter
-
Creates another presenter of the the same type as the current one.
- Standard - Enum constant in enum class com.inet.usersandgroups.api.user.UserAccountType
-
The normal users.
- STRIKEOUT - Enum constant in enum class com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
- STYLES - Enum constant in enum class com.inet.pdfc.config.TextStyleType
-
Difference for Text Styles (Bold, italic, underline
- supportsFormLogin() - Method in class com.inet.authentication.RemoteLoginProcessor
-
If the authentication provider supports form authentication.
- supportsRoles() - Method in class com.inet.authentication.LoginProcessor
-
Retrieves whether this login processor supports roles/groups.
- Sync - Enum constant in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
This is an optional type which is added by the generator at any identical locations in the document flow to help any graphical presenter to keep the presented pages in sync.
- SYSTEM_LOGIN_SOURCE - Static variable in class com.inet.authentication.LoginProcessor
-
The login source for all logins that come from the underlying system.
- SYSTEM_LOGINTYPE - Static variable in class com.inet.authentication.AuthenticationDescription
-
The authentication settings property name for the real provider for the "system" provider.
- SYSTEM_PROVIDER_ACTION - Static variable in class com.inet.authentication.AuthenticationDescription
-
Category and group for the config structure provider for the system authentication provider.
T
- Temp - Enum constant in enum class com.inet.usersandgroups.api.user.UserAccountType
-
No login is possible.
- TEMP_LOGIN_SOURCE - Static variable in class com.inet.authentication.LoginProcessor
-
The login source for the temp login.
- TEXT - Enum constant in enum class com.inet.pdfc.config.CompareType
-
Refers to all text elements
- TEXT_ALIGN_RATIO - Static variable in class com.inet.pdfc.config.PDFCProperty
-
This value is the maximum allowed y-jitter for the text line identification.
- TEXT_CONTROL - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- TEXT_LOC - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- TEXT_ROTATION - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- TextInfo - Interface in com.inet.pdfc.textselection
-
A model class for get some text information how the text, the position, the bounds etc.
- textInfoUpdate - Enum constant in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
- TextStyleType - Enum Class in com.inet.pdfc.config
-
List of all possible TextStyles for comparison.
- TEXTTRANSFORM - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
-
Character replacement to solve issues with OCR and representation forms
- TOLERANCE_BOX_ROUND_EDGES - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum number of pixels (1 pixel is approximately 0.265mm) that a control point of a quadratic Bézier curve may differ in total before it is viewed as a difference.
- TOLERANCE_COLOR - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Defines the maximum color difference per RGB or HSB channel for all paints.
- TOLERANCE_IMAGE_DISTANCE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum number of pixels that the position of an image can differ before it is viewed as a difference.
- TOLERANCE_IMAGE_PIXEL_VALUE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximal allowed discrepancy of pixel values (Double) before it is viewed as a difference.
- TOLERANCE_IMAGE_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum relative difference that the area spanned by an image may differ before it is viewed as a difference.
- TOLERANCE_LINE_POSITION - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum number of pixels that the position of a line or curves can differ per axis before it is viewed as a difference.
- TOLERANCE_LINE_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum number of pixels that the length of a line can differ in total before it is viewed as a difference.
- TOLERANCE_LINE_STYLE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies if a different line dash pattern, describing dashes and gaps used to stroke paths will be viewed as a difference.
- TOLERANCE_LINE_THICKNESS - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum difference in stroke thickness of two lines or curves before it is viewed as a difference.
- TOLERANCE_PAGE_LEFTCORNER - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum number of pixels that the left or top margin of a page can differ (is the upper left corner of all elements) before it is viewed as a difference.
- TOLERANCE_PAGE_RATIO - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the tolerance for the aspect ratio of the PDF page.
- TOLERANCE_PAGE_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum number of pixels that the width or height of a page can differ before it is viewed as a difference.
- TOLERANCE_TEXT_LOCATION - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum allowed location jitter for matched text elements in pixels.
- TOLERANCE_TEXT_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Defines the maximum relative font size difference for text.
- TOLERANCE_UNDERLINE_LENGTH - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies the maximum difference in percent, in which the length of underlines may differ before it is viewed as a difference.
- toPropertyValue(Object[]) - Static method in class com.inet.pdfc.config.PDFCProperty
-
Convenience function to get the property value for a multi-choice property.
- toString() - Method in interface com.inet.config.Configuration
-
Returns the scope and the name of the configuration as
String
. - toString() - Method in class com.inet.pdfc.config.DirectoryPdfSource
- toString() - Method in class com.inet.pdfc.config.PDFCProperty
- toString() - Method in class com.inet.pdfc.error.ExceptionData
- toString() - Method in class com.inet.pdfc.error.PresenterExceptionData
- toString() - Method in class com.inet.pdfc.generator.model.DiffGroup
- toString() - Method in class com.inet.pdfc.generator.model.Modification
- transferClientLoginData(HttpServletRequest, HttpServletResponse) - Method in class com.inet.authentication.RemoteLoginProcessor
-
Send the login answer of the client (browser) to a login script or external library.
- transferFormLoginData(HttpServletRequest, HttpServletResponse) - Method in class com.inet.authentication.RemoteLoginProcessor
-
Set the answer of a form authorization.
- transformGuiProperties(Map<String, Object>) - Method in interface com.inet.authentication.AuthenticationProvider
-
Transform the loaded values to the format needed for the configuration GUI
- TYPE_CHANGE - Static variable in class com.inet.config.ConfigurationChangeEvent
-
Type specifying that the currently configuration has been changed to a different configuration than before, via
ConfigurationManager.setCurrent(Configuration)
- TYPE_CLEAR - Static variable in class com.inet.config.ConfigurationChangeEvent
-
Type specifying that a configuration has been cleared via
Configuration.clear()
- TYPE_COPY - Static variable in class com.inet.config.ConfigurationChangeEvent
-
Type specifying that a configuration has been copied via
ConfigurationManager.copy(int, String, int, String)
- TYPE_CREATE - Static variable in class com.inet.config.ConfigurationChangeEvent
-
Type specifying that a new configuration has been created via
ConfigurationManager.create(int, String)
- TYPE_DELETE - Static variable in class com.inet.config.ConfigurationChangeEvent
-
Type specifying that a configuration has been deleted via
ConfigurationManager.delete(int, String)
- TYPE_IMPORT - Static variable in class com.inet.config.ConfigurationChangeEvent
-
Type specifying that a configuration has been imported via
ConfigurationManager.importFromStream(int, String, java.io.InputStream)
. - TYPE_MODIFY - Static variable in class com.inet.config.ConfigurationChangeEvent
-
Type specifying that a configuration has been modified, e.g. via
Configuration.put(String, String)
. - TYPES - Enum constant in enum class com.inet.pdfc.PDFC.PROP
-
The
DiffGroup.GroupType
s to show in the result.
U
- UNDERLINE - Enum constant in enum class com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
- UNDERLINE - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- UNDERLINE_LENGTH - Enum constant in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
- uninstall(boolean) - Method in interface com.inet.plugin.ServerPlugin
-
Is called by
ServerPluginManager
during execution of uninstall tasks of available plugins. - uninstall(ServerPluginDescription, boolean) - Method in class com.inet.plugin.ServerPluginManager
-
Executes uninstall tasks of available plugins.
- unwrap(Class<T>) - Method in class com.inet.authentication.LoginProcessor
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- USE_PIXEL_MEDIUM_VALUE - Static variable in class com.inet.pdfc.config.PDFCProperty
-
Specifies whether i-net PDFC should compare images using the average pixel values instead of single pixel values.
- USER_CAN_REGISTER - Static variable in class com.inet.authentication.AuthenticationDescription
-
The authentication settings property name for the product provider for the flag if a user can register.
- UserAccountType - Enum Class in com.inet.usersandgroups.api.user
-
The account type determine some possible features of a user and/or login.
- UserSettings - Interface in com.inet.pdfc.config
-
Contains all user settings for color, visibility and export.
V
- validationError - Enum constant in enum class com.inet.pdfc.generator.model.Modification.ModificationType
-
A validation error is an indicator for a problem on a singular element.
- ValidationError - Enum constant in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
A validation error is an indicator for a problem on a singular element.
- ValidValueProvider - Class in com.inet.pdfc.config
-
An abstraction of the valid values of an enum property.
- ValidValueProvider(List<ValidValueProvider.ValidValue>) - Constructor for class com.inet.pdfc.config.ValidValueProvider
-
Creates the provider for a list of well defined valid values
- ValidValueProvider(Object[]) - Constructor for class com.inet.pdfc.config.ValidValueProvider
-
Creates a value provider for values without translation.
- ValidValueProvider.ValidValue - Interface in com.inet.pdfc.config
-
Defines a value that is valid for a certain property.
- valueOf(String) - Static method in enum class com.inet.authentication.AuthenticationDescription.BasicSupport
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.config.CompareType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class com.inet.pdfc.config.PDFCProperty
-
Get a PDFCProperty by name
- valueOf(String) - Static method in enum class com.inet.pdfc.config.Settings.EXPORT
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.config.Settings.METAOPTION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.config.Settings.OPTION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.config.TextStyleType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.generator.model.Modification.ModificationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.PDFC.PROP
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.plugin.ServerPluginManager.PluginLoadFailCause
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.plugin.ServerPluginManager.ServerPluginManagerState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.inet.usersandgroups.api.user.UserAccountType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.inet.authentication.AuthenticationDescription.BasicSupport
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.config.CompareType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class com.inet.pdfc.config.PDFCProperty
-
Get all available values.
- values() - Static method in enum class com.inet.pdfc.config.Settings.EXPORT
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.config.Settings.METAOPTION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.config.Settings.OPTION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.config.TextStyleType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.generator.message.Chunk.ChunkType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.generator.model.Modification.ModificationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.PDFC.PROP
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.plugin.ServerPluginManager.PluginLoadFailCause
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.plugin.ServerPluginManager.ServerPluginManagerState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.inet.usersandgroups.api.user.UserAccountType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valuesVisible() - Static method in enum class com.inet.pdfc.generator.model.DiffGroup.GroupType
-
Returns the groups which should be visible to the user by default.
- VERSION - Enum constant in enum class com.inet.plugin.ServerPluginManager.PluginLoadFailCause
-
plugin is for a different version
- VISIBILITY_CHANGE - Enum constant in enum class com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
-
The visibility of at least one
Modification
has changed. - VisibilitySetting - Interface in com.inet.pdfc.config
-
A visibility setting for the comparison.
W
- waitOnInitState(int) - Method in class com.inet.plugin.ServerPluginManager
-
Wait the given count that the plugin manager will receive the state init.
- writeDifferencesImage(int, BufferedImage) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Writes a differences image.
- writePageImage(int, boolean, BufferedImage) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
-
Writes the image of a rendered page.
X
- XMLProfile - Class in com.inet.pdfc.config
-
The class contains configuration data from an XML file.
- XMLProfile(File) - Constructor for class com.inet.pdfc.config.XMLProfile
-
Creates a new i-net PDFC configuration, based on the xmlProfileFile.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
PDFComparer.setSettings(Settings)
orResultModel.getSettings()