A B C D E F G H I K L M N O P Q R S T U V W Y Z

A

AbstractObserver<T> - Class in net.sourceforge.jaulp.designpattern.observer
An abstract generic implementation from the Observer-Pattern.
AbstractObserver(Subject<T>) - Constructor for class net.sourceforge.jaulp.designpattern.observer.AbstractObserver
This method is called when information about an Abstract which was previously requested using an asynchronous interface becomes available.
AbstractSubject<T> - Class in net.sourceforge.jaulp.designpattern.observer
The Class AbstractSubject.
AbstractSubject() - Constructor for class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Instantiates a new abstract subject.
accept(File) - Method in class net.sourceforge.jaulp.file.filter.MultiplyExtensionsFileFilter
accept(File) - Method in class net.sourceforge.jaulp.file.filter.TxtFileFilter
accept(File, String) - Method in class net.sourceforge.jaulp.file.namefilter.MultiplyExtensionsFilenameFilter
accept(File, String) - Method in class net.sourceforge.jaulp.file.namefilter.SimpleFilenameFilter
AccessRight - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface AccessRight.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jaulp.layout.InfomationDialog
Handle actions.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jaulp.random.lotto.AWTLottoTip
add(K, V) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Adds the value in the Set from the key.
add(Map<? extends K, ? extends Set<V>>) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Adds a Map to the main Map.
add(E) - Method in class net.sourceforge.jaulp.collections.InsertionOrderSet
Adds the specified object to this set.
add(K, V) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Adds the value in the Set from the key.
add(Map<? extends K, ? extends Set<V>>) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Adds a Map to the main Map.
add(T) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Adds the row.
addAllLeftRowsToRightTable() - Method in class net.sourceforge.jaulp.swing.GenericShuffleJTable
Adds the all left rows to right table.
addAllLeftRowsToRightTable() - Method in class net.sourceforge.jaulp.swing.x.GenericShuffleJXTable
Adds the all left rows to right table.
addAllLeftRowsToRightTableModel() - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Adds the all left rows to right table model.
addAllRightRowsToLeftTable() - Method in class net.sourceforge.jaulp.swing.GenericShuffleJTable
Adds the all right rows to left table.
addAllRightRowsToLeftTable() - Method in class net.sourceforge.jaulp.swing.x.GenericShuffleJXTable
Adds the all right rows to left table.
addAllRightRowsToLeftTableModel() - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Adds the all right rows to left table model.
addAttachment(BodyPart) - Method in class net.sourceforge.jaulp.email.EmailAttachments
Adds an attachment to the EmailMessage.
addAttachment(byte[], String, String) - Method in class net.sourceforge.jaulp.email.EmailAttachments
Adds the attachment.
addAttachment(DataHandler, String) - Method in class net.sourceforge.jaulp.email.EmailAttachments
Adds the attachment.
addAttachment(File) - Method in class net.sourceforge.jaulp.email.EmailAttachments
Adds an attachment to the EmailMessage.
addAttachment(File, String) - Method in class net.sourceforge.jaulp.email.EmailAttachments
Adds an attachment to the EmailMessage.
addBcc(Address) - Method in class net.sourceforge.jaulp.email.EmailMessage
Adding one bcc-address to the EmailMessage.
addCc(Address) - Method in class net.sourceforge.jaulp.email.EmailMessage
Adding one cc-address to the EmailMessage.
addComponent(GridBagLayout, GridBagConstraints, int, int, Component, Container) - Static method in class net.sourceforge.jaulp.layout.LayoutUtils
Adds the component.
addComponent(GridBagLayout, GridBagConstraints, int, int, Insets, int, int, int, int, double, double, int, int, Component, Container) - Static method in class net.sourceforge.jaulp.layout.LayoutUtils
Adds the component.
addComponent(GridBagLayout, GridBagConstraints, int, int, Insets, int, int, int, int, double, double, Component, Container) - Static method in class net.sourceforge.jaulp.layout.LayoutUtils
Adds the component.
addComponentWithHorizontalStrutInBox(GridBagLayout, GridBagConstraints, int, int, Insets, int, int, int, int, double, double, int, Component, Container) - Static method in class net.sourceforge.jaulp.layout.LayoutUtils
Adds the component with horizontal strut in box.
addComponentWithVerticalStrutInBox(GridBagLayout, GridBagConstraints, int, int, Insets, int, int, int, int, double, double, int, Component, Container) - Static method in class net.sourceforge.jaulp.layout.LayoutUtils
Adds the component with vertical strut in box.
addDaysToDate(Date, int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Adds days to the given Date object and returns it.
addList(List<T>) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Adds the list.
addObserver(Observer<T>) - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Adds the given observer.
addObserver(Observer<T>) - Method in interface net.sourceforge.jaulp.designpattern.observer.ifaces.Subject
Adds the given observer.
addObservers(Collection<Observer<T>>) - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Adds the given observers.
addObservers(Collection<Observer<T>>) - Method in interface net.sourceforge.jaulp.designpattern.observer.ifaces.Subject
Adds the given observers.
ADDRESS_STRICT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant ADDRESS_STRICT.
AddressConst - Class in net.sourceforge.jaulp.random.address
A constant class for Addresses.
AddressConst() - Constructor for class net.sourceforge.jaulp.random.address.AddressConst
 
addRole(Role) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Adds the given role to the user.
addRole(Role) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Adds the given role to the user.
addSession(Session) - Method in interface net.sourceforge.jaulp.auth.interfaces.SessionContext
Adds the session to the context.
addSession(Session) - Method in class net.sourceforge.jaulp.auth.UserSessionContext
Adds the session to the context.
addTo(Address) - Method in class net.sourceforge.jaulp.email.EmailMessage
Adding one to-address to the EmailMessage.
addYearsToDate(Date, int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Adds years to the given Date object and returns it.
Age - Class in net.sourceforge.jaulp.date
Helper class to present one long value from a calculate two Dates in a human readable string.
Age(Date) - Constructor for class net.sourceforge.jaulp.date.Age
Instantiates a new Age object from the given Date objects.
Age(Date, Date) - Constructor for class net.sourceforge.jaulp.date.Age
Instantiates a new Age object from the given Date objects.
Age(long) - Constructor for class net.sourceforge.jaulp.date.Age
Default constructor.
Algorithm - Enum in net.sourceforge.jaulp.file.checksum
The Enum Algorithm.
ALLOW8BITMIME - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant ALLOW8BITMIME.
ALLOWREADONLYSELECT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant ALLOWREADONLYSELECT.
ALTERNATES - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant ALTERNATES.
APOP_ENABLE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant APOP_ENABLE.
APPENDBUFFERSIZE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant APPENDBUFFERSIZE.
appendSystemtimeToFilename(File) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Returns the filename from the given file with the systemtime.
appendSystemtimeToFilename(File, Date) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Returns the filename from the given file with the systemtime.
ArrayIterator<E> - Class in net.sourceforge.jaulp.collections.iterators
An Iterator for an Array.
ArrayIterator(E[]) - Constructor for class net.sourceforge.jaulp.collections.iterators.ArrayIterator
Default constructor.
AUTH - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant AUTH.
AUTH_LOGIN_DISABLE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant AUTH_LOGIN_DISABLE.
AUTH_PLAIN_DISABLE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant AUTH_PLAIN_DISABLE.
AWTLottoTip - Class in net.sourceforge.jaulp.random.lotto
The Class AWTLottoTip.
AWTLottoTip() - Constructor for class net.sourceforge.jaulp.random.lotto.AWTLottoTip
Instantiates a new aWT lotto tip.

B

BACKSLASH - Static variable in class net.sourceforge.jaulp.file.FileConst
Constant for the slash. current value:"\"
BankaccountUtils - Class in net.sourceforge.jaulp.iban
Utility class for bank accounts.
BankaccountUtils() - Constructor for class net.sourceforge.jaulp.iban.BankaccountUtils
 
BASE64_IGNOREERRORS - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant BASE64_IGNOREERRORS.
BLOCKSIZE - Static variable in class net.sourceforge.jaulp.file.FileConst
Constant for the blocksize. current value:8192
BrowserControlUtils - Class in net.sourceforge.jaulp.swing.browser
The Class BrowserControlUtils helps you to open an url in the standard web-browser.
BrowserControlUtils() - Constructor for class net.sourceforge.jaulp.swing.browser.BrowserControlUtils
 
Browsers - Enum in net.sourceforge.jaulp.swing.browser
The Enum Browsers.
ByteArrayDataSource - Class in net.sourceforge.jaulp.email
DataSource object for a byte array.
ByteArrayDataSource(byte[], String) - Constructor for class net.sourceforge.jaulp.email.ByteArrayDataSource
Constructor with the bytearray and the contenttype.

C

calculateElapsedTime(Date, Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Calculates the elapsed time from the past to now.
calculateInDays() - Method in class net.sourceforge.jaulp.date.Age
Calculate in days.
calculateInDays(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in days.
calculateInDefaultMonth() - Method in class net.sourceforge.jaulp.date.Age
Calculate in default month.
calculateInDefaultMonth(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in default month.
calculateInHours() - Method in class net.sourceforge.jaulp.date.Age
Calculate in hours.
calculateInHours(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in hours.
calculateInMinutes() - Method in class net.sourceforge.jaulp.date.Age
Calculate in minutes.
calculateInMinutes(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in minutes.
calculateInSeconds() - Method in class net.sourceforge.jaulp.date.Age
Calculate in seconds.
calculateInSeconds(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in minutes.
calculateInYears() - Method in class net.sourceforge.jaulp.date.Age
Calculate in years.
calculateInYears(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in years.
calculateInYearsMonthsDaysHoursMinutesAndSeconds() - Method in class net.sourceforge.jaulp.date.Age
Calculate in years months days hours minutes and seconds.
calculateInYearsMonthsDaysHoursMinutesAndSeconds(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in years months days hours minutes and seconds.
calculateTimeFromNow(Date, Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Calculates the elapsed time from the future to now.
changeAllFilenameSuffix(File, String, String) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Changes all the Filenames with the new Suffix recursively.
changeAllFilenameSuffix(File, String, String, boolean) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Changes all the Filenames with the new Suffix recursively.
changeFilenameSuffix(File, String) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Changes the suffix from the Filename.
changeFilenameSuffix(File, String, boolean) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Changes the suffix from the Filename.
CHARSET - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant CHARSET.
CHARSET_PREFIX - Static variable in class net.sourceforge.jaulp.email.EmailConstants
Constant for the charset-prefix.
checkFile(File) - Static method in class net.sourceforge.jaulp.file.delete.DeleteFileUtils
Checks the File if it is a directory or if its exists or if it is empty.
ChecksumUtils - Class in net.sourceforge.jaulp.file.checksum
The Class ChecksumUtils is a utility class for computing checksum from files and byte arrays.
ChecksumUtils() - Constructor for class net.sourceforge.jaulp.file.checksum.ChecksumUtils
 
CITIES - Static variable in class net.sourceforge.jaulp.random.address.AddressConst
Constant from an Array with cities.
CITIES - Static variable in class net.sourceforge.jaulp.random.address.HellenicAddressConst
Constant from an Array with greek zip and cities.
CLASS - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant CLASS.
clear() - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Removes all data from this table model.
clone() - Method in class net.sourceforge.jaulp.email.EmailMessage
close(InputStream) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Closes the given InputStream.
close(OutputStream) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Closes the given OutputStream.
close(Reader) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Closes the given Reader.
close(Writer) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Closes the given Writer.
closeInputStream(InputStream) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Closes the given InputStream.
closeOutputStream(OutputStream) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Closes the given OutputStream.
closeReader(Reader) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Closes the given Reader.
closeServerSocket(ServerSocket) - Static method in class net.sourceforge.jaulp.net.SocketUtils
Closes the given ServerSocket.
CloseWindow - Class in net.sourceforge.jaulp.layout
The Class CloseWindow is an Adapter class for the WindowAdapter to close the window and exit the programm.
CloseWindow() - Constructor for class net.sourceforge.jaulp.layout.CloseWindow
 
closeWriter(Writer) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Deprecated. Use instead StreamUtils.closeWriter( Writer ).
closeWriter(Writer) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Closes the given Writer.
COMPANYNAMES - Static variable in class net.sourceforge.jaulp.random.address.HellenicAddressConst
Constant from an Array with greek company names.
compare(Day, Day) - Method in class net.sourceforge.jaulp.comparators.DayComparator
compare(T, T) - Method in class net.sourceforge.jaulp.comparators.HashCodeComparator
Compare two Objects by the hashcode.
compare(IFileCompareResultBean, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Sets the flags in the FileCompareResultBean object according to the given boolean flag what to ignore.
compare(IFileContentResultBean, boolean, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Sets the flags in the FileContentResultBean object according to the given boolean flag what to ignore.
compare - Variable in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
The compare file.
compareFileContentByBytes(File, File) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Compare file content for every single byte.
compareFileContentByLines(File, File) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Compare file content by lines.
compareFiles(File, File, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Compare files.
compareFiles(File, File, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Compare files.
compareFiles(File, File) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Compare files.
compareFiles(File, File, boolean, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Compare files.
CompareFileUtils - Class in net.sourceforge.jaulp.file.compare
The Class CompareFileUtils helps you to compare files.
CompareFileUtils() - Constructor for class net.sourceforge.jaulp.file.compare.CompareFileUtils
 
completeCompare(IFileCompareResultBean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Completes the compare from the files encapsulated in the FileCompareResultBean.
computeAge(Date, Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Computes the Age from the birthday till the computeDate object.
computeDialogPositions(int, int) - Static method in class net.sourceforge.jaulp.layout.ScreenSizeUtils
Compute how much dialog can be put into the screen and returns a list with the coordinates from the dialog positions as Point objects.
computeEasternSunday(int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Computes the eastern sunday for the given year.
computeEasternSundayNumber(int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Computes the number from eastern sunday for the given year.
CONNECTIONPOOLSIZE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant CONNECTIONPOOLSIZE.
CONNECTIONPOOLTIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant CONNECTIONPOOLTIMEOUT.
CONNECTIONTIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant CONNECTIONTIMEOUT.
Constants - Class in net.sourceforge.jaulp.random
A constant class for the characters to create random Strings like passwords.
Constants() - Constructor for class net.sourceforge.jaulp.random.Constants
 
containAtleastOneObject(List<T>, List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
This Method look in the List toSearch if at least one Object exists in the List search.
containsFile(File, File) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Checks if the given file contains only in the parent file, not in the subdirectories.
containsFile(File, String) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Checks if the given file contains in the parent file.
containsFileRecursive(File, File) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Checks if the given file contains only in the parent file recursively.
containsKey(K) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Contains key.
containsKey(K) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Contains key.
convert2ByteArray(Object) - Static method in class net.sourceforge.jaulp.io.SerializedObjectUtils
The Method convert2ByteArray() serialize an Object to byte array.
convert2Object(byte[]) - Static method in class net.sourceforge.jaulp.io.SerializedObjectUtils
The Method convert2Object() converts the bytearray into an Object.
convertCharsToUnicodeChars(String, boolean) - Static method in class net.sourceforge.jaulp.string.StringUtils
Converts all characters from the given String to unicodes characters encoded like \uxxxx.
convertDateToCalendar(Date) - Method in class net.sourceforge.jaulp.date.DateUtils
Converts the given Date object to a Calendar object.
convertToBytearray(char[]) - Static method in class net.sourceforge.jaulp.string.StringUtils
Converts the given chararray to a bytearray.
convertToCalendar(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Converts a Date to a Calendar-object.
convertToDate(Calendar) - Static method in class net.sourceforge.jaulp.date.DateUtils
Converts a Calendar-object to a Date.
convertToTimestamp(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Converts a Date to a Timestamp-object.
copyDirectory(File, File) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies the given source directory to the given destination directory.
copyDirectory(File, File, boolean) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFileFilter(File, File, FileFilter, boolean) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies all files that match to the FileFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFileFilters(File, File, FileFilter, FileFilter, boolean) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies all files that match to the given includeFileFilter and does not copy all the files that match the excludeFileFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFilenameFilter(File, File, FilenameFilter, boolean) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies all files that match to the FilenameFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFilenameFilters(File, File, FilenameFilter, FilenameFilter, boolean) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies all files that match to the given includeFilenameFilter and does not copy all the files that match the excludeFilenameFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyFile(File, File) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies the given source file to the given destination file.
copyFile(File, File, boolean) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies the given source file to the given destination file with the option to set the lastModified time from the given destination file.
copyFile(File, File) - Static method in class net.sourceforge.jaulp.file.FileUtils
Deprecated. Use instead the method CopyFileUtils.copyFile(source, destination).
copyFileToDirectory(File, File) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies the given source file to the given destination directory.
copyFileToDirectory(File, File, boolean) - Static method in class net.sourceforge.jaulp.file.copy.CopyFileUtils
Copies the given source file to the given destination directory with the option to set the lastModified time from the given destination directory.
CopyFileUtils - Class in net.sourceforge.jaulp.file.copy
The Class CopyFileUtils helps you to copy files or directories.
CopyFileUtils() - Constructor for class net.sourceforge.jaulp.file.copy.CopyFileUtils
 
copySerializedObject(Object) - Static method in class net.sourceforge.jaulp.io.SerializedObjectUtils
Copys the given Object and returns the copy from the object or null if the object can't be serialized.
countAllFilesInDirectory(File, long, boolean) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Counts all the files in a directory recursively.
COUNTRIES - Static variable in class net.sourceforge.jaulp.random.address.AddressConst
Constant from an Array with the countries.
COUNTRY_CODES - Static variable in class net.sourceforge.jaulp.locale.LocaleUtils
Array with all country codes.
createAddress(String, String) - Static method in class net.sourceforge.jaulp.email.EmailUtils
Creates from the given the address and personal name an Adress-object array.
createAddress(String, String, String) - Static method in class net.sourceforge.jaulp.email.EmailUtils
Creates an Address from the given the address and personal name.
createConstantsFromStringList(List<String>, String, String, boolean) - Static method in class net.sourceforge.jaulp.file.GeneratorUtils
Creates a String list with the String constants from the given String list.
createDate(int, int, int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Creates a Date object from the given values.
createDate(int, int, int, int, int, int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Creates a Date object from the given values.
createDateInPast(Date, int) - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Deprecated. Use instead DateUtils.substractDaysFromDate(date, int).
createDirectory(File) - Static method in class net.sourceforge.jaulp.file.create.CreateFileUtils
Creates a new directory.
createDirectory(File) - Static method in class net.sourceforge.jaulp.file.FileUtils
Deprecated. Use instead the method CreateFileUtils.createDirectory(File).
createdRandomName(char[]) - Static method in class net.sourceforge.jaulp.random.RandomUtils
Creates a random Name from the donated chararray.
createFile(File) - Static method in class net.sourceforge.jaulp.file.create.CreateFileUtils
Creates an empty file if the File does not exists otherwise it lets the file as it is.
createFile(File) - Static method in class net.sourceforge.jaulp.file.FileUtils
Deprecated. Use instead the method CreateFileUtils.createFile(File).
CreateFileUtils - Class in net.sourceforge.jaulp.file.create
The Class CreateFileUtils helps you to create files or directories.
CreateFileUtils() - Constructor for class net.sourceforge.jaulp.file.create.CreateFileUtils
 
createFutureDate(Date, int) - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Deprecated. Use instead DateUtils.addDaysToDate(date, int).
createRandomBirthday() - Static method in class net.sourceforge.jaulp.date.DateUtils
Creates a random Birthday between the range 9 and 55 years.
createRandomBirthday(Date, Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Creates a random Birthday between the given two Date objects.
createRandomBirthday() - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Creates a random birthday-date between 9 and 55 years.
createRandomBirthday(Date, Date) - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Creates a random birthday-date between the two given date-objects.
createRandomDate(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Deprecated. Use instead RandomDateUtils.createRandomDate( from ).
createRandomDate(Date) - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Creates a random date.
createRandomDatebetween(Date, Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Deprecated. Use instead RandomDateUtils.createRandomDatebetween(start, end ).
createRandomDatebetween(long, long) - Static method in class net.sourceforge.jaulp.date.DateUtils
Deprecated. Use instead RandomDateUtils.createRandomDatebetween( startDate, endDate, format ).
createRandomDatebetween(long, long, String) - Static method in class net.sourceforge.jaulp.date.DateUtils
Deprecated. Use instead RandomDateUtils.createRandomDatebetween( startDate, endDate, format ).
createRandomDateBetween(Date, int, int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Deprecated. Use instead RandomDateUtils.createRandomDateBetween( from, startDays, endDays ).
createRandomDatebetween(Date, Date) - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Creates a random Date between the range from start and end.
createRandomDateBetween(Date, int, int) - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Creates a random Date between the range from startDays and endDays from the given Date.
createRandomDatebetween(long, long, String) - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Creates a random Date between the range from startDays and endDays from the given Date and gives it back as a string to the given format.
createRandomDatebetween(long, long) - Static method in class net.sourceforge.jaulp.random.date.RandomDateUtils
Creates a random Date between the range from startDays and endDays from the given Date and gives it back as a string to the default "dd.MM.yyyy HH:mm:ss" format.
createRandomId() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Creates a random id and returns it.
createStaticArrayVariable(String, List<String>) - Static method in class net.sourceforge.jaulp.file.GeneratorUtils
Creates a String for a constant Stringarray to be inserted in java-file.
CryptConst - Class in net.sourceforge.jaulp.crypto
Abstract constant class for Crypto object.
CryptConst() - Constructor for class net.sourceforge.jaulp.crypto.CryptConst
 
Crypto - Interface in net.sourceforge.jaulp.crypto.interfaces
Interface for the Crypto object.
CryptoInputStream - Class in net.sourceforge.jaulp.crypto.io
The Class CryptoInputStream.
CryptoInputStream() - Constructor for class net.sourceforge.jaulp.crypto.io.CryptoInputStream
 
CryptoOutputStream - Class in net.sourceforge.jaulp.crypto.io
The Class CryptoOutputStream.
CryptoOutputStream() - Constructor for class net.sourceforge.jaulp.crypto.io.CryptoOutputStream
 
CsvFileUtils - Class in net.sourceforge.jaulp.file.csv
Utility class for the use of cvs-files.
CsvFileUtils() - Constructor for class net.sourceforge.jaulp.file.csv.CsvFileUtils
 

D

DatePatterns - Interface in net.sourceforge.jaulp.date
Interface for Date-Patterns.
DateUtils - Class in net.sourceforge.jaulp.date
Utility class for the use of Date and Calendar object.
Day - Enum in net.sourceforge.jaulp.date
The Enum Day.
DayComparator - Class in net.sourceforge.jaulp.comparators
The Class DayComparator.
DayComparator() - Constructor for class net.sourceforge.jaulp.comparators.DayComparator
 
DD_MMM_YY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DEBUG - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant DEBUG.
decode(String) - Static method in class net.sourceforge.jaulp.crypto.SimpleCryptoUtils
Decrypt the given String.
decode(String, int) - Static method in class net.sourceforge.jaulp.crypto.SimpleCryptoUtils
Decrypt the given String.
DECODETEXT_STRICT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant DECODETEXT_STRICT.
decrypt(String) - Method in interface net.sourceforge.jaulp.crypto.interfaces.Decryptor
Decrpyt the donated String.
decrypt(String) - Method in class net.sourceforge.jaulp.crypto.SimpleDecryptor
Decrpyt the donated String.
Decryptor - Interface in net.sourceforge.jaulp.crypto.interfaces
Interface for Decryptor objects.
DefaultKeySetMap<K,V> - Class in net.sourceforge.jaulp.collections
The Class DefaultKeySetMap is the default implematation from the inteface KeySetMap.
DefaultKeySetMap() - Constructor for class net.sourceforge.jaulp.collections.DefaultKeySetMap
 
deleleFiles(File) - Static method in class net.sourceforge.jaulp.file.delete.DeleteFileUtils
Tries to delete all files in the Directory.
delete(File) - Static method in class net.sourceforge.jaulp.file.delete.DeleteFileUtils
Tries to delete a file and if its a directory than its deletes all the sub-directories.
deleteAllFiles(File) - Static method in class net.sourceforge.jaulp.file.delete.DeleteFileUtils
Deletes the File and if it is an directory it deletes his sub-directories recursively.
deleteAllFilesWithSuffix(File, String) - Static method in class net.sourceforge.jaulp.file.delete.DeleteFileUtils
Deletes all files with the given suffix recursively.
deleteFile(File) - Static method in class net.sourceforge.jaulp.file.delete.DeleteFileUtils
Tries to delete the given file.
DeleteFileUtils - Class in net.sourceforge.jaulp.file.delete
The Class DeleteFileUtils helps you delete files.
DeleteFileUtils() - Constructor for class net.sourceforge.jaulp.file.delete.DeleteFileUtils
 
DirectoryAllreadyExistsException - Exception in net.sourceforge.jaulp.file.exceptions
Exception if the directory all ready exists.
DirectoryAllreadyExistsException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryAllreadyExistsException
Default constructor.
DirectoryAllreadyExistsException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryAllreadyExistsException
Constructs a new DirectoryAllreadyExistsException with the specified detail message.
DirectoryAllreadyExistsException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryAllreadyExistsException
Constructs a new DirectoryAllreadyExistsException with the specified detail message and the Throwable.
DirectoryAllreadyExistsException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryAllreadyExistsException
Constructs a DirectoryAllreadyExistsException with the Throwable.
DirectoryCannotBeCreatedException - Exception in net.sourceforge.jaulp.file.exceptions
Exception to be thrown if the directory cannot be created.
DirectoryCannotBeCreatedException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException - Exception in net.sourceforge.jaulp.file.exceptions
Exception to be thrown if the directory cannot be created.
DirectoryCannotBeWrittenException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryHasNoContentException - Exception in net.sourceforge.jaulp.file.exceptions
Exception if the directory has no content.
DirectoryHasNoContentException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryHasNoContentException
Default constructor.
DirectoryHasNoContentException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryHasNoContentException
Constructs a new DirectoryHasNoContentException with the specified detail message.
DirectoryHasNoContentException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryHasNoContentException
Constructs a new DirectoryHasNoContentException with the specified detail message and the Throwable.
DirectoryHasNoContentException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.DirectoryHasNoContentException
Constructs a DirectoryHasNoContentException with the Throwable.
DISABLETOP - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant DISABLETOP.
displayURLonStandardBrowser(Component, String) - Static method in class net.sourceforge.jaulp.swing.browser.BrowserControlUtils
This method opens the specified url in the standard web-browser.
displayView() - Method in interface net.sourceforge.jaulp.designpattern.observer.ifaces.DisplayViewElement
Display view.
DisplayViewElement - Interface in net.sourceforge.jaulp.designpattern.observer.ifaces
The Interface DisplayViewElement.
disposeUnusedMemory() - Static method in class net.sourceforge.jaulp.io.MemoryUtils
Freeing memory that is available for the application by running the garbage collector.
DisposeWindow - Class in net.sourceforge.jaulp.layout
The Class DisposeWindow is an Adapter class for the WindowAdapter to dispose the window and setVisible to false.
DisposeWindow() - Constructor for class net.sourceforge.jaulp.layout.DisposeWindow
 
DOT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant DOT.
DOT - Static variable in class net.sourceforge.jaulp.file.FileConst
Constant for the dot. current value:"."
DOT_DD_MM - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YYYY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YYYY_HH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_YYYY_MM_DD_HH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOUBLEDOT - Static variable in class net.sourceforge.jaulp.file.FileConst
Constant for the dot. current value:":"
download(URI) - Static method in class net.sourceforge.jaulp.file.FileUtils
Downloads Data from the given URI.
DrawMessage - Class in net.sourceforge.jaulp.layout
The Class DrawMessage draws a message to a JComponent to the given Color.
DrawMessage(String, Color) - Constructor for class net.sourceforge.jaulp.layout.DrawMessage
Instantiates a new draw message.
DSN_NOTIFY - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant DSN_NOTIFY.
DSN_RET - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant DSN_RET.

E

EEE_MMM_DD_HH_MM_SS_Z_YYYY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
EEEE_MMM_DD_YYYY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
EHLO - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant EHLO.
EmailAttachments - Class in net.sourceforge.jaulp.email
This class adds the functionality to add attachments to the EmailMessage.
EmailAttachments(EmailMessage) - Constructor for class net.sourceforge.jaulp.email.EmailAttachments
Constructor for the EmailAttachments.
EmailConstants - Class in net.sourceforge.jaulp.email
The Class EmailConstants for constants.
EmailConstants() - Constructor for class net.sourceforge.jaulp.email.EmailConstants
 
EmailMessage - Class in net.sourceforge.jaulp.email
This class represents an email message.
EmailMessage() - Constructor for class net.sourceforge.jaulp.email.EmailMessage
Default constructor.
EmailMessage(Session) - Constructor for class net.sourceforge.jaulp.email.EmailMessage
Constructor with a Session.
EmailUtils - Class in net.sourceforge.jaulp.email
The Class EmailUtils provides methods for create email addresses and validate email addresses.
EmailUtils() - Constructor for class net.sourceforge.jaulp.email.EmailUtils
 
encode(String) - Static method in class net.sourceforge.jaulp.crypto.SimpleCryptoUtils
Encrypt the given String.
encode(String, int) - Static method in class net.sourceforge.jaulp.crypto.SimpleCryptoUtils
Encrypt the given String.
ENCODEEOL_STRICT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant ENCODEEOL_STRICT.
ENCODING - Static variable in class net.sourceforge.jaulp.crypto.CryptConst
Constant for the encoding for the String.
encrypt(String) - Method in interface net.sourceforge.jaulp.crypto.interfaces.Encryptor
Encrpyt the donated String.
encrypt(String) - Method in class net.sourceforge.jaulp.crypto.SimpleEncryptor
Encrpyt the donated String.
Encryptor - Interface in net.sourceforge.jaulp.crypto.interfaces
Interface for Encryptor objects.
EnumerationIterator<T> - Class in net.sourceforge.jaulp.collections.iterators
The adapter class EnumerationIterator.
EnumerationIterator(Enumeration<T>) - Constructor for class net.sourceforge.jaulp.collections.iterators.EnumerationIterator
Instantiates a new enumeration iterator.
equals(Object) - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Returns true if this FileCompareResultBean is the same as the o argument.
equals(Object) - Method in class net.sourceforge.jaulp.file.compare.FileContentResultBean
Returns true if this FileContentResultBean is the same as the o argument.
ExceptionUtils - Class in net.sourceforge.jaulp.exception
The Class ExceptionUtils.
ExceptionUtils() - Constructor for class net.sourceforge.jaulp.exception.ExceptionUtils
 
extractZipEntry(ZipFile, ZipEntry, File) - Method in class net.sourceforge.jaulp.file.zip.Unzipper
Extract zip entry.
extractZipEntry(ZipFile, ZipEntry, File) - Static method in class net.sourceforge.jaulp.file.zip.ZipUtils
Extract zip entry.

F

FEMAIL_FIRSTNAME - Static variable in class net.sourceforge.jaulp.random.address.HellenicAddressConst
Constant from an Array with first names from femail.
FEMAIL_LASTNAME - Static variable in class net.sourceforge.jaulp.random.address.HellenicAddressConst
Constant from an Array with last names from femail.
FETCHSIZE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant FETCHSIZE.
FileCompareResultBean - Class in net.sourceforge.jaulp.file.compare
The Class FileCompareResultBean is pojo for comparing two files.
FileCompareResultBean(File, File) - Constructor for class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Instantiates a new file compare result bean.
FileConst - Class in net.sourceforge.jaulp.file
Constant Class for files.
FileConst() - Constructor for class net.sourceforge.jaulp.file.FileConst
 
FileContentResultBean - Class in net.sourceforge.jaulp.file.compare
Bean that tells if the content from the given files are equal.
FileContentResultBean(File, File) - Constructor for class net.sourceforge.jaulp.file.compare.FileContentResultBean
Default constructor.
FileDoesNotExistException - Exception in net.sourceforge.jaulp.file.exceptions
This Exception is thrown when the file is not found or does not exist.
FileDoesNotExistException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileDoesNotExistException
Default constructor.
FileDoesNotExistException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileDoesNotExistException
Constructs a new FileDoesNotExistException with the specified detail message.
FileDoesNotExistException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileDoesNotExistException
Constructs a new FileDoesNotExistException with the specified detail message and the Throwable.
FileDoesNotExistException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileDoesNotExistException
Constructs a FileDoesNotExistException with the Throwable.
FileIsADirectoryException - Exception in net.sourceforge.jaulp.file.exceptions
Exception if the file is a directory.
FileIsADirectoryException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsADirectoryException
Default constructor.
FileIsADirectoryException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsADirectoryException
Constructs a new FileIsADirectoryException with the specified detail message.
FileIsADirectoryException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsADirectoryException
Constructs a new FileIsADirectoryException with the specified detail message and the Throwable.
FileIsADirectoryException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsADirectoryException
Constructs a FileIsADirectoryException with the Throwable.
FileIsNotADirectoryException - Exception in net.sourceforge.jaulp.file.exceptions
Exception if the file is not a directory.
FileIsNotADirectoryException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsNotADirectoryException
Default constructor.
FileIsNotADirectoryException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsNotADirectoryException
Constructs a new FileIsNotADirectoryException with the specified detail message.
FileIsNotADirectoryException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsNotADirectoryException
Constructs a new FileIsNotADirectoryException with the specified detail message and the Throwable.
FileIsNotADirectoryException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsNotADirectoryException
Constructs a FileIsNotADirectoryException with the Throwable.
FileIsSecurityRestrictedException - Exception in net.sourceforge.jaulp.file.exceptions
Exception if the file or directory is security restricted.
FileIsSecurityRestrictedException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.
FileIsSecurityRestrictedException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.
FileIsSecurityRestrictedException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.
FileIsSecurityRestrictedException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.
FileNotRenamedException - Exception in net.sourceforge.jaulp.file.exceptions
Exception if the file could not be renamed.
FileNotRenamedException() - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileNotRenamedException
Default constructor.
FileNotRenamedException(String) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileNotRenamedException
Constructs a new FileNotRenamedException with the specified detail message.
FileNotRenamedException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileNotRenamedException
Constructs a new FileNotRenamedException with the specified detail message and the Throwable.
FileNotRenamedException(Throwable) - Constructor for exception net.sourceforge.jaulp.file.exceptions.FileNotRenamedException
Constructs a FileNotRenamedException with the Throwable.
FileSearchUtils - Class in net.sourceforge.jaulp.file.search
The Class FileSearchUtils provides methods for searching in directories.
FileSearchUtils() - Constructor for class net.sourceforge.jaulp.file.search.FileSearchUtils
 
FileUtils - Class in net.sourceforge.jaulp.file
Utility class for the use of File object.
FileUtils() - Constructor for class net.sourceforge.jaulp.file.FileUtils
 
findEqualFiles(File) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Find equal files.
findEqualFiles(File, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Find equal files.
findEqualFiles(File, File) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Find equal files from the given directories.
findEqualFiles(File, File, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Find equal files from the given directories.
findEqualFilesWithSameContent(File) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Compare files with the same content.
findEqualFilesWithSameContent(File, boolean, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Compare files with the same content.
findEqualFilesWithSameContent(File, File) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Find equal files from the given directories.
findEqualFilesWithSameContent(File, File, boolean, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Find equal files from the given directories.
findFiles(File, String) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Finds all files that match the search pattern.
findFiles(String, String[]) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Searches for files with the given extensions and adds them to a Vector.
findFilesRecursive(File, String) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Finds all files that match the search pattern.
FOLDTEXT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant FOLDTEXT.
forceToMoveFile(File, File) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Moves the given source file to the destination Directory.
FORGETTOPHEADERS - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant FORGETTOPHEADERS.
formatKommaSeperatedFileToList(File, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Reads every line from the File splits the data through a comma and puts them to the List.
formatToCSV(File, File, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Formats a file that has in every line one input-data into a csv-file.
FROM - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant FROM.

G

GeneratorUtils - Class in net.sourceforge.jaulp.file
The Class GeneratorUtils.
GeneratorUtils() - Constructor for class net.sourceforge.jaulp.file.GeneratorUtils
 
GenericJTable<TYPE> - Class in net.sourceforge.jaulp.swing
The Class GenericJTable.
GenericJTable(GenericTableModel<TYPE>) - Constructor for class net.sourceforge.jaulp.swing.GenericJTable
Instantiates a new generic j table.
GenericJXTable<TYPE> - Class in net.sourceforge.jaulp.swing.x
The Class GenericJXTable.
GenericJXTable(GenericTableModel<TYPE>) - Constructor for class net.sourceforge.jaulp.swing.x.GenericJXTable
Instantiates a new GenericJXTable.
GenericShuffleJTable<T> - Class in net.sourceforge.jaulp.swing
The Class GenericShuffleJXTable.
GenericShuffleJTable(GenericJTable<T>, GenericJTable<T>) - Constructor for class net.sourceforge.jaulp.swing.GenericShuffleJTable
Instantiates a new generic shuffle jx table.
GenericShuffleJXTable<T> - Class in net.sourceforge.jaulp.swing.x
The Class GenericShuffleJXTable.
GenericShuffleJXTable(GenericJXTable<T>, GenericJXTable<T>) - Constructor for class net.sourceforge.jaulp.swing.x.GenericShuffleJXTable
Instantiates a new generic shuffle jx table.
GenericShuffleTableModel<T> - Class in net.sourceforge.jaulp.swing.tablemodel
The Class GenericShuffleTableModel is a helper class to shuffle between the two given GenericTableModel.
GenericShuffleTableModel(GenericTableModel<T>, GenericTableModel<T>) - Constructor for class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Instantiates a new generic shuffle table model.
GenericTableModel<T> - Class in net.sourceforge.jaulp.swing.tablemodel
The Class GenericTableModel.
GenericTableModel() - Constructor for class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Instantiates a new generic table model.
GenericTableModel(List<T>) - Constructor for class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Instantiates a new generic table model.
get(K) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Gets the Set with the values from the given key.
get(K) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Gets the Set with the values from the given key.
get(int) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Gets the row from the given index.
getAbsolutePathEquality() - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Gets the absolute path equality.
getAbsolutePathEquality() - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Gets the absolute path equality.
getAbsolutPathWithoutFilename(File) - Static method in class net.sourceforge.jaulp.file.FileUtils
Gets the absolut path without the filename.
getAbsolutPathWithoutFilename(File) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Gets the absolut path without the filename.
getAccessRights() - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Gets the access rights.
getAccessRights() - Method in class net.sourceforge.jaulp.auth.SimpleRole
Gets the access rights.
getAlgorithm() - Method in interface net.sourceforge.jaulp.crypto.interfaces.Crypto
Returns the algorithm from the Crypto object.
getAlgorithm() - Method in enum net.sourceforge.jaulp.file.checksum.Algorithm
Gets the algorithm.
getAllDateFormats() - Static method in class net.sourceforge.jaulp.date.DateUtils
Returns a list with all dateformats from the Interface DateFormats.
getAllDatePatterns() - Static method in class net.sourceforge.jaulp.date.DateUtils
Returns a map with all datepatterns from the Interface DatePatterns.
getAllFilesFromDirRecursive(File) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Gets all the files from directory recursive.
getAttributName(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Gets the Attribut-name without brackets.
getAttributtes() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field attributtes.
getAttributtes() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field attributtes.
getBrowserName() - Method in enum net.sourceforge.jaulp.swing.browser.Browsers
Gets the browser name.
getByteArray() - Method in class net.sourceforge.jaulp.email.ByteArrayDataSource
Gets the byte array.
getByteArray(InputStream) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Returns the given InputStream as a byte array.
getByteArray(InputStream, ByteArrayOutputStream) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Gets the byte array.
getCharset() - Method in class net.sourceforge.jaulp.email.EmailMessage
Gets the charset.
getCharsetFromContentType(String) - Static method in class net.sourceforge.jaulp.email.EmailUtils
Gets the encoding from the header.
getChecksum(File, boolean) - Static method in class net.sourceforge.jaulp.file.checksum.ChecksumUtils
Gets the checksum from the given file.
getChecksum(byte[], String) - Static method in class net.sourceforge.jaulp.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of MessageDigest object.
getChecksum(File, String) - Static method in class net.sourceforge.jaulp.file.checksum.ChecksumUtils
Gets the checksum from the given file with an instance of MessageDigest object.
getCheckSumAdler32(byte[]) - Static method in class net.sourceforge.jaulp.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of Adler32 object.
getCheckSumAdler32(File) - Static method in class net.sourceforge.jaulp.file.checksum.ChecksumUtils
Gets the checksum from the given file with an instance of Adler32 object.
getCheckSumCRC32(byte[]) - Static method in class net.sourceforge.jaulp.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of CRC32 object.
getCheckSumCRC32(File) - Static method in class net.sourceforge.jaulp.file.checksum.ChecksumUtils
Gets the checksum from the given file with an instance of CRC32 object.
getCipher() - Method in interface net.sourceforge.jaulp.crypto.interfaces.SecretCryptor
Returns the cipher from the SecretCryptor object.
getCipher() - Method in class net.sourceforge.jaulp.crypto.SimpleDecryptor
Returns the cipher from the SecretCryptor object.
getCipher() - Method in class net.sourceforge.jaulp.crypto.SimpleEncryptor
Returns the cipher from the SecretCryptor object.
getClassLoader(Object) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gets the ClassLoader from the given object.
getClassnameWithSuffix(Object) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gets the classname and concats the suffix ".class" from the object.
getColor() - Method in class net.sourceforge.jaulp.layout.DrawMessage
Returns the field color.
getCompressionMethod() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field compressionMethod.
getCompressionMethod() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field compressionMethod.
getContentEquality() - Method in class net.sourceforge.jaulp.file.compare.FileContentResultBean
Gets the content equality.
getContentEquality() - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileContentResultBean
Gets the content equality.
getContentType() - Method in class net.sourceforge.jaulp.email.ByteArrayDataSource
getCurrentAbsolutPathWithoutDotAndSlash() - Static method in class net.sourceforge.jaulp.file.FileUtils
Gets the current absolut path without the dot and slash.
getData() - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Gets the data.
getDay(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
The Method from the Date.getDay is deprecated.
getDescription() - Method in interface net.sourceforge.jaulp.auth.interfaces.AccessRight
Returns the field description.
getDescription() - Method in class net.sourceforge.jaulp.auth.SimpleAccessRight
Returns the field description.
getDescription() - Method in class net.sourceforge.jaulp.auth.SimpleRole
Returns the field description.
getDirectoryToZip() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field directoryToZip.
getDirectoryToZip() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field directoryToZip.
getDirToStart() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field dirToStart.
getDirToStart() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field dirToStart.
getEmailMessage() - Method in class net.sourceforge.jaulp.email.EmailAttachments
Get's the EmailMessage.
getFieldNames(Class<?>) - Static method in class net.sourceforge.jaulp.reflection.ReflectionUtils
Gets all fieldnames from the given class as an String array.
getFilecontentAsByteArray(File) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
Get a byte array from the given file.
getFileCounter() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field fileCounter.
getFileCounter() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field fileCounter.
getFileExtensionEquality() - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Gets the file extension equality.
getFileExtensionEquality() - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Gets the file extension equality.
getFileFilter() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field fileFilter.
getFileFilter() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field fileFilter.
getFileLength() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field fileLength.
getFileLength() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field fileLength.
getFileLengthInKilobytes(File) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Gets the file length from the given file in Kilobytes.
getFileLengthInMegabytes(File) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Gets the file length from the given file in Megabytes.
getFilenamePrefix(File) - Static method in class net.sourceforge.jaulp.file.FileUtils
Gets the filename with the absolute path prefix.
getFilenameSuffix(File) - Static method in class net.sourceforge.jaulp.file.FileUtils
Gets the filename suffix or null if no suffix exists or the given file object is a directory.
getFilenameWithoutExtension(File) - Static method in class net.sourceforge.jaulp.file.FileUtils
Gets the filename without the extension or null if the given file object is a directory.
getFileToCompare() - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Gets the file to compare.
getFileToCompare() - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Gets the file to compare.
getFirst(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Gets the first object from the given List.
getFreeMemoryForAppInKB() - Static method in class net.sourceforge.jaulp.io.MemoryUtils
Gets the free memory in kilobytes is available for the application.
getFreeMemoryInKB() - Static method in class net.sourceforge.jaulp.io.MemoryUtils
Gets the free memory in kilobytes is available.
getGenericTableModel() - Method in class net.sourceforge.jaulp.swing.GenericJTable
Gets the generic table model.
getGenericTableModel() - Method in class net.sourceforge.jaulp.swing.x.GenericJXTable
Gets the generic table model.
getHours(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
The Method from the Date.getHours is deprecated.
getHumanReadableAge() - Method in class net.sourceforge.jaulp.date.Age
Gets a human readable string from the age.
getHumanReadableAge(int[]) - Method in class net.sourceforge.jaulp.date.Age
Gets a human readable string from the age.
getId() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field id.
getId() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field id.
getId() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field id.
getId() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field id.
getIndex(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Gets the first index from the brackets.
getInfomailFromWebsite(String) - Static method in class net.sourceforge.jaulp.random.RandomUtils
Gets an infomail address from the given url.
getInputStream() - Method in class net.sourceforge.jaulp.email.ByteArrayDataSource
getInputStream(File) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
Gets the input stream from a File object.
getInputStream(File, boolean) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
Gets the input stream from a File object.
getInstance() - Static method in class net.sourceforge.jaulp.auth.UserSessionContext
Returns the field instance.
getInstance(String) - Static method in class net.sourceforge.jaulp.crypto.factories.SecretCryptorFactory
Creates a SecretCryptor object with out a private key.
getInstance(String, String) - Static method in class net.sourceforge.jaulp.crypto.factories.SecretCryptorFactory
Creates a SecretCryptor object with out a private key.
getInstance() - Static method in class net.sourceforge.jaulp.id.generator.SystemTimeIdGenerator
Gets the single instance of SystemTimeIdGenerator.
GetIP - Class in net.sourceforge.jaulp.net
Utility class for getting the ip from hosts.
GetIP() - Constructor for class net.sourceforge.jaulp.net.GetIP
 
getIP(InetAddress) - Static method in class net.sourceforge.jaulp.net.GetIP
Gets the ip address from the given InetAddress object as a String.
getIPAsByte(InetAddress) - Static method in class net.sourceforge.jaulp.net.GetIP
Gets the ip address as a byte array.
getItemNumber(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Gets the ItemNumber from the String name.
getKeyFromValue(Map<K, V>, V) - Static method in class net.sourceforge.jaulp.collections.MapUtils
Returns the first founded key from the given value or null if nothing is found.
getKeys() - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Gets the keys.
getKeys() - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Gets the keys.
getKeysFromValue(Map<K, V>, V) - Static method in class net.sourceforge.jaulp.collections.MapUtils
Returns a Collection from all founded keys from the given value or null if nothing found.
getLast(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Gets the last object from the given List.
getLastAccess() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field lastAccess.
getLastAccess() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field lastAccess.
getLastModifiedEquality() - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Gets the last modified equality.
getLastModifiedEquality() - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Gets the last modified equality.
getLengthEquality() - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Gets the length equality.
getLengthEquality() - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Gets the length equality.
getLocale() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field locale.
getLocale() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field locale.
getLocalIP() - Static method in class net.sourceforge.jaulp.net.GetIP
Gets the local ip address as a String.
getLocalIPAsByte() - Static method in class net.sourceforge.jaulp.net.GetIP
Gets the local ip address as a byte array.
getLocalIPFromServerSocket(int, int) - Static method in class net.sourceforge.jaulp.net.GetIP
Gets the InetAddress object from the local host from a ServerSocket object.
getLocalIPFromServerSocketAsString() - Static method in class net.sourceforge.jaulp.net.GetIP
Gets the ip address from the local host as String.
getLookAndFeelName() - Method in enum net.sourceforge.jaulp.swing.laf.LookAndFeels
Gets the look and feel name.
getMaxInactiveTime() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field maxInactiveTime.
getMaxInactiveTime() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field maxInactiveTime.
getMessage() - Method in class net.sourceforge.jaulp.layout.DrawMessage
Returns the field message.
getMethodNames(Class<?>) - Static method in class net.sourceforge.jaulp.reflection.ReflectionUtils
Gets all methodnames from the given class as an String array.
getMethodNamesWithPrefixFromFieldNames(List<String>, String) - Static method in class net.sourceforge.jaulp.reflection.ReflectionUtils
Generates a Map with the fieldName as key and the method as value.
getMimeMultiPart() - Method in class net.sourceforge.jaulp.email.EmailAttachments
Gets the MimeMultipart from the EmailAttachments.
getMinimumSize() - Method in class net.sourceforge.jaulp.layout.DrawMessage
getMinutes(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
The Method from the Date.getMinutes is deprecated.
getMonth(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
The Method from the Date.getMonth is deprecated.
getName() - Method in interface net.sourceforge.jaulp.auth.interfaces.AccessRight
Returns the field name.
getName() - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Gets the name.
getName() - Method in class net.sourceforge.jaulp.auth.SimpleAccessRight
Returns the field name.
getName() - Method in class net.sourceforge.jaulp.auth.SimpleRole
Gets the name.
getName() - Method in class net.sourceforge.jaulp.email.ByteArrayDataSource
getNameEquality() - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Gets the name equality.
getNameEquality() - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Gets the name equality.
getNextId() - Method in interface net.sourceforge.jaulp.id.generator.IdGenerator
Gets the next id.
getNextId() - Method in class net.sourceforge.jaulp.id.generator.SystemTimeIdGenerator
Gets the next id.
getObservable() - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractObserver
This method is called when information about an Abstract which was previously requested using an asynchronous interface becomes available.
getObservable() - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Gets the observable.
getOs() - Method in enum net.sourceforge.jaulp.swing.browser.OS
Gets the os.
getOutputStream() - Method in class net.sourceforge.jaulp.email.ByteArrayDataSource
getOutputStream(File) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Gets the output stream from a File object.
getOutputStream(File, boolean) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Gets the output stream from a File object.
getPackagePath(Object) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Determines the package path from the given object.
getPackagePath(Class) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Deprecated. Use instead ResourceUtils.getPackagePath(Class).
getPackagePathWithSlash(Object) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Determines the package path from the given object and adds a slash at the front.
getPassword() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field password.
getPassword() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field password.
getPathFromObject(Object) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Finds the absolute path from the object.
getPoint() - Static method in class net.sourceforge.jaulp.layout.ScreenSizeUtils
Gets the Screensize and returns it as a Point object.
getPreferredSize() - Method in class net.sourceforge.jaulp.layout.DrawMessage
getPrimeNumbers(int) - Static method in class net.sourceforge.jaulp.math.MathUtils
Gets the prime numbers for the given quantity.
getPrivateKey() - Method in interface net.sourceforge.jaulp.crypto.interfaces.SecretCryptor
Returns the private key from the SecretCryptor object.
getPrivateKey() - Method in class net.sourceforge.jaulp.crypto.SimpleDecryptor
Returns the private key from the SecretCryptor object.
getPrivateKey() - Method in class net.sourceforge.jaulp.crypto.SimpleEncryptor
Returns the private key from the SecretCryptor object.
getProvider() - Method in interface net.sourceforge.jaulp.crypto.interfaces.Crypto
Returns the provider from the Crypto object.
getRandomEmail() - Static method in class net.sourceforge.jaulp.random.RandomUtils
The Method getRandomEmail() gets a random email-address.
getRandomEntry(List<T>) - Static method in class net.sourceforge.jaulp.random.RandomUtils
Returns a random entry from the given List.
getRandomEntry(Map<K, V>) - Static method in class net.sourceforge.jaulp.random.RandomUtils
Returns a random entry from the given map.
getRandomFaxnumber(String) - Static method in class net.sourceforge.jaulp.random.RandomUtils
Gets a random faxnumber from a phone.
getRandomFloat(int, int) - Static method in class net.sourceforge.jaulp.random.RandomUtils
The Method getRandomFloat(int,int) gets an random float.
getRandomHellenicBirthName(String) - Static method in class net.sourceforge.jaulp.random.RandomUtils
Returns a random hellenic birthname.
getRandomHellenicCompany() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Gets a random hellenic company.
getRandomHellenicContactPerson() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Gets a random hellenic contact person.
getRandomHellenicFirstName() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Returns a random hellenic firstname.
getRandomHellenicLastName() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Returns a random hellenic lastname.
getRandomHellenicStreet() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Get's a random hellenic streetname.
getRandomHellenicZipAndCity() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Get's a random hellenic zip and city.
getRandomIntBetween(int, int) - Static method in class net.sourceforge.jaulp.random.RandomUtils
Returns a random int between the range from start and end.
getRandomKey(Map<K, V>) - Static method in class net.sourceforge.jaulp.random.RandomUtils
Returns a random key from the given map.
getRandomMobilnumber() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Gets a random mobil number from a mobilphone.
getRandomNumber(int) - Static method in class net.sourceforge.jaulp.random.RandomUtils
The Method getRandomNumber(int) produces a random Number to the specified length.
getRandomPassword(int) - Static method in class net.sourceforge.jaulp.random.RandomUtils
The Method getRandomPassword(int) produces a random password.
getRandomPhonenumber() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Gets a random phonenumber.
getRandomStreet(Properties) - Static method in class net.sourceforge.jaulp.random.address.RandomAddressUtils
Returns a random german street.
getRandomStreetWithNumber(Properties) - Static method in class net.sourceforge.jaulp.random.address.RandomAddressUtils
Gets a random german street with a random number.
getRandomWebsite() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Gets a random name for a website.
getRandomZip(Properties) - Static method in class net.sourceforge.jaulp.random.address.RandomAddressUtils
Gets a random zip from the Properties.
getRandomZipAndCity(Properties) - Static method in class net.sourceforge.jaulp.random.address.RandomAddressUtils
Gets a random zip and the corresponding city from the Properties.
getReader(File) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
Gets a Reader from the given file object.
getReader(File, String, boolean) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
Gets a Reader from the given file object.
getResource(String) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gives the URL from the resource.
getResource(String, T) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gives the URL from the resource.
getResourceAsFile(String, Object) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gives the resource as a file.
getResourceAsStream(String) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gives the Inputstream from the resource.
getResourceAsStream(String, Object) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gives the Inputstream from the resource.
getRessource(Class, String) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gives the url from the path back.
getRessourceAsStream(Class<?>, String) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
This method call the getResourceAsStream from the ClassLoader.
getResult() - Method in class net.sourceforge.jaulp.layout.InfomationDialog
Gets the result.
getRoles() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field roles.
getRoles() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field roles.
getRowCount() - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
getSameElementsFromLists(List<T>, List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
The Method looks at both List and if they have same objects they are added to one List and will returns the result.
getScreenHeight() - Static method in class net.sourceforge.jaulp.layout.ScreenSizeUtils
Gets the height from the current screen.
getScreenWidth() - Static method in class net.sourceforge.jaulp.layout.ScreenSizeUtils
Gets the width from the current screen.
getSeconds(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
The Method from the Date.getSeconds is deprecated.
getSelectedRow() - Method in class net.sourceforge.jaulp.swing.GenericJTable
Gets the selected row.
getSelectedRow() - Method in class net.sourceforge.jaulp.swing.x.GenericJXTable
Gets the selected row.
getSelectedRows() - Method in class net.sourceforge.jaulp.swing.GenericJTable
Gets the selected rows.
getSelectedRows() - Method in class net.sourceforge.jaulp.swing.x.GenericJXTable
Gets the selected rows.
getSerialVersionUID(Class) - Static method in class net.sourceforge.jaulp.io.StreamUtils
Gets the SerialVersionUID from the given Class.
getSession(K) - Method in interface net.sourceforge.jaulp.auth.interfaces.SessionContext
Gets the session from the given id.
getSession(String) - Method in class net.sourceforge.jaulp.auth.UserSessionContext
Gets the session from the given id.
getSession() - Method in class net.sourceforge.jaulp.email.SendEmail
Gets the Session-object.
getSize() - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Gets the size.
getSize() - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Gets the size.
getSorter() - Method in class net.sourceforge.jaulp.swing.GenericJTable
Gets the sorter.
getSorter() - Method in class net.sourceforge.jaulp.swing.x.GenericJXTable
Gets the sorter.
getSourceFile() - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Gets the source file.
getSourceFile() - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Gets the source file.
getStackTrace(Throwable) - Static method in class net.sourceforge.jaulp.exception.ExceptionUtils
Gets the stacktrace as string.
getStartTime() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field startTime.
getStartTime() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field startTime.
getStringAfterUnderscore(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
The Method getStringAfterUnderscore(String) gets the substring after the first underscore.
getStringBeforeUnderscore(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
The Method getStringBeforeUnderscore(String) gets the substring before the first underscore.
getToDir() - Method in class net.sourceforge.jaulp.file.zip.Unzipper
Returns the field toDir.
getTotalMemoryInKB() - Static method in class net.sourceforge.jaulp.io.MemoryUtils
Gets the total memory in kilobytes is available.
getUser() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field user.
getUser() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field user.
getUsername() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field username.
getUsername() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field username.
getVButtons() - Method in class net.sourceforge.jaulp.layout.InfomationDialog
Returns the field vButtons.
getWriter(File) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Gets a Writer from the given file object.
getWriter(File, String, boolean) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Gets a Writer from the given file object.
getYear(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
The Method from the Date.getYear is deprecated.
getZipFile() - Method in class net.sourceforge.jaulp.file.zip.Unzipper
Returns the field zipFile.
getZipFile() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field zipFile.
getZipFile() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field zipFile.
getZipFileComment() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field zipFileComment.
getZipFileComment() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field zipFileComment.
getZipFileName() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field zipFileName.
getZipFileName() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field zipFileName.
getZipFileObj() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field zipFileObj.
getZipFileObj() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field zipFileObj.
getZipLevel() - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Returns the field zipLevel.
getZipLevel() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Returns the field zipLevel.

H

HashCodeComparator<T> - Class in net.sourceforge.jaulp.comparators
This class compare two Objects by the hashcode.
HashCodeComparator() - Constructor for class net.sourceforge.jaulp.comparators.HashCodeComparator
 
hasNext() - Method in class net.sourceforge.jaulp.collections.iterators.ArrayIterator
hasNext() - Method in class net.sourceforge.jaulp.collections.iterators.EnumerationIterator
HellenicAddressConst - Class in net.sourceforge.jaulp.random.address
A constant class for greek addresses.
HellenicAddressConst() - Constructor for class net.sourceforge.jaulp.random.address.HellenicAddressConst
 
HOST - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant HOST.

I

IdGenerator - Interface in net.sourceforge.jaulp.id.generator
The Interface IdGenerator.
IFileCompareResultBean - Interface in net.sourceforge.jaulp.file.compare.interfaces
The Interface IFileCompareResultBean.
IFileContentResultBean - Interface in net.sourceforge.jaulp.file.compare.interfaces
The Interface IFileContentResultBean.
IMAP - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant IMAP.
InfomationDialog - Class in net.sourceforge.jaulp.layout
The Class InfomationDialog.
InfomationDialog(Frame, String, String, String) - Constructor for class net.sourceforge.jaulp.layout.InfomationDialog
Instantiates a new infomation dialog.
inputStream2String(InputStream) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
The Method inputStream2String() reads the data from the InputStream into a String.
InsertionOrderMap<K,V> - Class in net.sourceforge.jaulp.collections
This class overwrites the put-method from the LinkedHashMap.
InsertionOrderMap() - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderMap
Constructs an empty insertion-ordered InsertionOrderMap instance with a default capacity (16) and load factor (0.75).
InsertionOrderMap(int) - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderMap
Constructs an empty insertion-ordered InsertionOrderMap instance with the specified initial capacity and a default load factor (0.75).
InsertionOrderMap(int, float) - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderMap
Constructs an empty insertion-ordered InsertionOrderMap instance with the specified initial capacity and load factor.
InsertionOrderMap(int, float, boolean) - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderMap
Constructs an empty InsertionOrderMap instance with the specified initial capacity, load factor and ordering mode.
InsertionOrderMap(Map<? extends K, ? extends V>) - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderMap
Constructs an insertion-ordered InsertionOrderMap instance with the same mappings as the specified map.
InsertionOrderSet<E> - Class in net.sourceforge.jaulp.collections
This class overwrites the put-method from the LinkedHashSet.
InsertionOrderSet() - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderSet
Constructs an empty insertion-ordered InsertionOrderSet instance with a default capacity (16) and load factor (0.75).
InsertionOrderSet(Collection<? extends E>) - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderSet
Constructs a new insertion order hash set with the same elements as the specified collection.
InsertionOrderSet(int) - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderSet
Constructs an empty insertion-ordered InsertionOrderSet instance with the specified initial capacity and a default load factor (0.75).
InsertionOrderSet(int, float) - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderSet
Constructs an empty insertion-ordered InsertionOrderMap instance with the specified initial capacity and load factor.
INVALID_CHARS_IN_FILENAME - Static variable in class net.sourceforge.jaulp.file.FileConst
String array with the invalid characters in filenames.
isBetween(Date, Date, Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Checks if the Date object "between" is between from the given to Date objects.
isBetween(int, int, int) - Static method in class net.sourceforge.jaulp.math.MathUtils
Checks the given index is between the range from min and max.
isDateInTheFuture(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Checks if the given date object is in the future.
isDateInThePast(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
Checks if the given date object is in the past.
isDebug() - Method in class net.sourceforge.jaulp.email.SendEmail
Checks the debug flag if it is true or false.
isDerivate(ClassLoader, ClassLoader) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Compares the two given ClassLoader objects and returns true if compare is a derivate of source.
isEmpty() - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Checks if is empty.
isEmpty() - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Checks if is empty.
isIbanNumber(String) - Static method in class net.sourceforge.jaulp.iban.BankaccountUtils
Checks if the ibannumber is valid.
isIgnoreContentEquality() - Method in class net.sourceforge.jaulp.file.search.SearchFileAttributesBean
Checks if is ignore content equality.
isIgnoreExtensionEquality() - Method in class net.sourceforge.jaulp.file.search.SearchFileAttributesBean
Checks if is ignore extension equality.
isIgnoreLastModified() - Method in class net.sourceforge.jaulp.file.search.SearchFileAttributesBean
Checks if is ignore last modified.
isIgnoreLengthEquality() - Method in class net.sourceforge.jaulp.file.search.SearchFileAttributesBean
Checks if is ignore length equality.
isIgnoreNameEquality() - Method in class net.sourceforge.jaulp.file.search.SearchFileAttributesBean
Checks if is ignore name equality.
isInRange(int, int, int) - Static method in class net.sourceforge.jaulp.math.MathUtils
Checks the given number is in range from min and max.
isISOCountryCode(String) - Static method in class net.sourceforge.jaulp.locale.LocaleUtils
Checks the given code if its a valide ISO 3166-1 countrycode.
isLeapYear(int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Determines if the given year is a leap year.
isLock() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field lock.
isLock() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field lock.
isNegative(int) - Static method in class net.sourceforge.jaulp.math.MathUtils
Checks if the number is negative.
isNullOrEmpty(List) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Checks if a List is null or empty.
isNullOrEmpty(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
The method isEmpty(String) checks if the given String is empty or null.
isNumber(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Checks if the given String is an Number.
isOpen(File) - Static method in class net.sourceforge.jaulp.file.FileUtils
Not yet implemented.
isPositive(int) - Static method in class net.sourceforge.jaulp.math.MathUtils
Checks if the number is positive.
isPrimeNumber(int) - Static method in class net.sourceforge.jaulp.math.MathUtils
Checks if the number is a prime number.
isValidDate(String, String, boolean) - Static method in class net.sourceforge.jaulp.date.DateUtils
Checks if the Date is valid to convert.
isZip(String) - Static method in class net.sourceforge.jaulp.file.zip.ZipUtils
Checks if the given filename is a zip-file.
ITERATIONCOUNT - Static variable in class net.sourceforge.jaulp.crypto.CryptConst
Constant for the iteration count.
IteratorUtils - Class in net.sourceforge.jaulp.collections.iterators
Utility class for the use of Iterator objects.
IteratorUtils() - Constructor for class net.sourceforge.jaulp.collections.iterators.IteratorUtils
 

K

KeySetMap<K,V> - Interface in net.sourceforge.jaulp.collections
The Interface KeySetMap.
KILOBYTE - Static variable in class net.sourceforge.jaulp.file.FileConst
Constant for the kilobyte. current value:1024

L

LayoutUtils - Class in net.sourceforge.jaulp.layout
The Class LayoutUtils helps with method for simplify the live with Layouts.
LayoutUtils() - Constructor for class net.sourceforge.jaulp.layout.LayoutUtils
 
LCCHARSWN - Static variable in class net.sourceforge.jaulp.random.Constants
Lowercase chars and numbers.
LCCHARSWNASC - Static variable in class net.sourceforge.jaulp.random.Constants
Lowercase chars, numbers and special chars.
LCUCCHARSWN - Static variable in class net.sourceforge.jaulp.random.Constants
Lower and uppercase chars and numbers.
LHH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
listDirs(File) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
List the directories from the given file(directory).
ListUtils - Class in net.sourceforge.jaulp.collections
Utility class for the use of List object.
ListUtils() - Constructor for class net.sourceforge.jaulp.collections.ListUtils
 
loadProperties(String) - Static method in class net.sourceforge.jaulp.io.ResourceUtils
Gives a Properties-object from the given packagepath.
LOCALADDRESS - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant LOCALADDRESS.
LocaleUtils - Class in net.sourceforge.jaulp.locale
Utility class for Locales and Countries.
LocaleUtils() - Constructor for class net.sourceforge.jaulp.locale.LocaleUtils
 
LOCALHOST - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant LOCALHOST.
LOCALPORT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant LOCALPORT.
LookAndFeels - Enum in net.sourceforge.jaulp.swing.laf
The Enum LookAndFeels.
LOWCASECHARS - Static variable in class net.sourceforge.jaulp.random.Constants
The alphabet-chars in lower case.

M

MAIL - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant MAIL.
MAIL_ALTERNATES - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.alternates".
MAIL_DEBUG - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.debug".
MAIL_FIRSTNAME - Static variable in class net.sourceforge.jaulp.random.address.HellenicAddressConst
Constant from an Array with first names from mail.
MAIL_FROM - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.debug".
MAIL_HOST - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.host".
MAIL_IMAP - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
Prefix for the imap keys.
MAIL_IMAP_ALLOWREADONLYSELECT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.allowreadonlyselect".
MAIL_IMAP_APPENDBUFFERSIZE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.appendbuffersize".
MAIL_IMAP_AUTH_LOGIN_DISABLE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.auth.login.disable".
MAIL_IMAP_AUTH_PLAIN_DISABLE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.auth.plain.disable".
MAIL_IMAP_CONNECTIONPOOLSIZE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.connectionpoolsize".
MAIL_IMAP_CONNECTIONPOOLTIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.connectionpooltimeout".
MAIL_IMAP_CONNECTIONTIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.connectiontimeout".
MAIL_IMAP_FETCHSIZE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.fetchsize".
MAIL_IMAP_HOST - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.host".
MAIL_IMAP_LOCALADDRESS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.localaddress".
MAIL_IMAP_LOCALPORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.localport".
MAIL_IMAP_PARTIALFETCH - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.partialfetch".
MAIL_IMAP_PASSWORD - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.password".
MAIL_IMAP_PORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.port".
MAIL_IMAP_SASL_AUTHORIZATIONID - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.sasl.authorizationid".
MAIL_IMAP_SASL_ENABLE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.sasl.enable".
MAIL_IMAP_SASL_MECHANISMS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.sasl.mechanisms".
MAIL_IMAP_SEPARATESTORECONNECTION - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.separatestoreconnection".
MAIL_IMAP_SOCKETFACTORY_CLASS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.socketFactory.class".
MAIL_IMAP_SOCKETFACTORY_FALLBACK - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.socketFactory.fallback".
MAIL_IMAP_SOCKETFACTORY_PORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.socketFactory.port".
MAIL_IMAP_STARTTLS_ENABLE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.starttls.enable".
MAIL_IMAP_STATUSCACHETIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.statuscachetimeout".
MAIL_IMAP_TIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.timeout".
MAIL_IMAP_USER - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.imap.user".
MAIL_LASTNAME - Static variable in class net.sourceforge.jaulp.random.address.HellenicAddressConst
Constant from an Array with last names from mail.
MAIL_MIME - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant MAIL_MIME.
MAIL_MIME_ADDRESS_STRICT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.address.strict".
MAIL_MIME_BASE64_IGNOREERRORS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.base64.ignoreerrors".
MAIL_MIME_CHARSET - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.charset".
MAIL_MIME_DECODETEXT_STRICT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.decodetext.strict".
MAIL_MIME_ENCODEEOL_STRICT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.encodeeol.strict".
MAIL_MIME_FOLDTEXT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.foldtext".
MAIL_MIME_MULTIPART_IGNOREMISSINGENDBOUNDARY - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.multipart.ignoremissingendboundary".
MAIL_MIME_SETCONTENTTYPEFILENAME - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.setcontenttypefilename".
MAIL_MIME_SETDEFAULTTEXTCHARSET - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.mime.setdefaulttextcharset".
MAIL_POP3 - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
Prefix for the pop3 keys.
MAIL_POP3_APOP_ENABLE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.apop.enable".
MAIL_POP3_CONNECTIONTIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.connectiontimeout".
MAIL_POP3_DISABLETOP - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.disabletop".
MAIL_POP3_FORGETTOPHEADERS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.forgettopheaders".
MAIL_POP3_HOST - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.host".
MAIL_POP3_LOCALADDRESS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.localaddress".
MAIL_POP3_LOCALPORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.localport".
MAIL_POP3_MESSAGE_CLASS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.message.class".
MAIL_POP3_PORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.port".
MAIL_POP3_RSETBEFOREQUIT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.rsetbeforequit".
MAIL_POP3_SOCKETFACTORY_CLASS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.socketFactory.class".
MAIL_POP3_SOCKETFACTORY_FALLBACK - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.socketFactory.fallback".
MAIL_POP3_SOCKETFACTORY_PORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.socketFactory.port".
MAIL_POP3_TIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.connectiontimeout".
MAIL_POP3_USER - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.pop3.user".
MAIL_PROTOCOL - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant MAIL_PROTOCOL.
MAIL_PROTOCOL_CLASS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.user".
MAIL_PROTOCOL_HOST - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.protocol.host".
MAIL_PROTOCOL_PORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.protocol.port".
MAIL_PROTOCOL_USER - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.protocol.user".
MAIL_REPLYALLCC - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.replyallcc".
MAIL_SMTP - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
Prefix for the smtp keys.
MAIL_SMTP_ALLOW8BITMIME - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.allow8bitmime".
MAIL_SMTP_AUTH - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.auth".
MAIL_SMTP_CONNECTIONTIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.connectiontimeout".
MAIL_SMTP_DSN_NOTIFY - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.dsn.notify".
MAIL_SMTP_DSN_RET - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.dsn.ret".
MAIL_SMTP_EHLO - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.ehlo".
MAIL_SMTP_FROM - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.from".
MAIL_SMTP_HOST - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.host".
MAIL_SMTP_LOCALADDRESS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.localaddress".
MAIL_SMTP_LOCALHOST - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.localhost".
MAIL_SMTP_LOCALPORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.localport".
MAIL_SMTP_MAILEXTENSION - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.mailextension".
MAIL_SMTP_PORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.port".
MAIL_SMTP_QUITWAIT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.quitwait".
MAIL_SMTP_REPORTSUCCESS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.reportsuccess".
MAIL_SMTP_SASL_REALM - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.sasl.realm".
MAIL_SMTP_SENDPARTIAL - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.sendpartial".
MAIL_SMTP_SOCKETFACTORY_CLASS - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.socketFactory.class".
MAIL_SMTP_SOCKETFACTORY_FALLBACK - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.socketFactory.fallback".
MAIL_SMTP_SOCKETFACTORY_PORT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.socketFactory.port".
MAIL_SMTP_STARTTLS_ENABLE - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.starttls.enable".
MAIL_SMTP_SUBMITTER - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.submitter".
MAIL_SMTP_TIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.timeout".
MAIL_SMTP_USER - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.user".
MAIL_SMTP_USERSET - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.smtp.userset".
MAIL_STORE_PROTOCOL - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.store.protocol".
MAIL_TRANSPORT_PROTOCOL - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.transport.protocol".
MAIL_USER - Static variable in class net.sourceforge.jaulp.email.properties.PropertyKeys
This is the key for the property "mail.user".
MAILEXTENSION - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant MAILEXTENSION.
MailPropertiesConst - Class in net.sourceforge.jaulp.email.properties
The Class MailPropertiesConst.
MailPropertiesConst() - Constructor for class net.sourceforge.jaulp.email.properties.MailPropertiesConst
 
main(String[]) - Static method in class net.sourceforge.jaulp.file.checksum.ChecksumUtils
The main method.
main(String[]) - Static method in class net.sourceforge.jaulp.random.lotto.AWTLottoTip
The main method.
MapUtils - Class in net.sourceforge.jaulp.collections
Utility class for the use of Map object.
MapUtils() - Constructor for class net.sourceforge.jaulp.collections.MapUtils
 
match(String, String[]) - Static method in class net.sourceforge.jaulp.file.search.FileSearchUtils
Checks the given String matches the given suffixes.
MathUtils - Class in net.sourceforge.jaulp.math
Utility class for the use numbers.
MathUtils() - Constructor for class net.sourceforge.jaulp.math.MathUtils
 
MemoryUtils - Class in net.sourceforge.jaulp.io
Utility class for getting the Memory status.
MemoryUtils() - Constructor for class net.sourceforge.jaulp.io.MemoryUtils
 
MenuUtils - Class in net.sourceforge.jaulp.swing.menu
The Class MenuUtils.
MenuUtils() - Constructor for class net.sourceforge.jaulp.swing.menu.MenuUtils
 
MESSAGE_CLASS - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant MESSAGE_CLASS.
MIME - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant MIME.
MIMETYPE_TEXT_HTML - Static variable in class net.sourceforge.jaulp.email.EmailConstants
Constant for the mimetype text/html.
MIMETYPE_TEXT_PLAIN - Static variable in class net.sourceforge.jaulp.email.EmailConstants
Constant for the mimetype text/plain.
moveFile(File, File) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Moves the given source file to the destination Directory.
MULTIPART_IGNOREMISSINGENDBOUNDARY - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant MULTIPART_IGNOREMISSINGENDBOUNDARY.
MultiplyExtensionsFileFilter - Class in net.sourceforge.jaulp.file.filter
The Class MultiplyExtensionsFileFilter accepts File-objects that are directories or end with one of the extension in the collection.
MultiplyExtensionsFileFilter(Collection<String>) - Constructor for class net.sourceforge.jaulp.file.filter.MultiplyExtensionsFileFilter
Instantiates a new multiply extensions file filter.
MultiplyExtensionsFileFilter(Collection<String>, boolean) - Constructor for class net.sourceforge.jaulp.file.filter.MultiplyExtensionsFileFilter
Instantiates a new multiply extensions file filter.
MultiplyExtensionsFilenameFilter - Class in net.sourceforge.jaulp.file.namefilter
The Class MultiplyExtensionsFilenameFilter accepts File-objects that end with one of the extension in the collection.
MultiplyExtensionsFilenameFilter(Collection<String>) - Constructor for class net.sourceforge.jaulp.file.namefilter.MultiplyExtensionsFilenameFilter
Instantiates a new multiply extensions filename filter.
MultiplyExtensionsFilenameFilter(Collection<String>, boolean) - Constructor for class net.sourceforge.jaulp.file.namefilter.MultiplyExtensionsFilenameFilter
Instantiates a new multiply extensions filename filter.

N

net.sourceforge.jaulp.auth - package net.sourceforge.jaulp.auth
In this package are classes and interfaces for simple authentication and authorization.
net.sourceforge.jaulp.auth.interfaces - package net.sourceforge.jaulp.auth.interfaces
Provides the interfaces for simple authentication and authorization.
net.sourceforge.jaulp.collections - package net.sourceforge.jaulp.collections
In this package are helper classes for the collection framework.
net.sourceforge.jaulp.collections.iterators - package net.sourceforge.jaulp.collections.iterators
Provides adapter classes for iterators.
net.sourceforge.jaulp.comparators - package net.sourceforge.jaulp.comparators
This package contains common comparators.
net.sourceforge.jaulp.crypto - package net.sourceforge.jaulp.crypto
This package contains helper classes for crypting data.
net.sourceforge.jaulp.crypto.factories - package net.sourceforge.jaulp.crypto.factories
This package contains the factory for the classes for crypting data.
net.sourceforge.jaulp.crypto.interfaces - package net.sourceforge.jaulp.crypto.interfaces
This package contains the interfaces for the classes for crypting data.
net.sourceforge.jaulp.crypto.io - package net.sourceforge.jaulp.crypto.io
This package contains helper classes for crypting input- and outputstreams.
net.sourceforge.jaulp.date - package net.sourceforge.jaulp.date
This package contains helper classes for Date and Calendar Objects.
net.sourceforge.jaulp.designpattern.observer - package net.sourceforge.jaulp.designpattern.observer
Provides abstract classes for the generic implementation from the observer pattern.
net.sourceforge.jaulp.designpattern.observer.ifaces - package net.sourceforge.jaulp.designpattern.observer.ifaces
Provides interfaces for the generic implementation from the observer pattern.
net.sourceforge.jaulp.email - package net.sourceforge.jaulp.email
Provides classes for create email messages and add attachments to it and of course to send the email message.
net.sourceforge.jaulp.email.properties - package net.sourceforge.jaulp.email.properties
Provides classes with constants for the email properties.
net.sourceforge.jaulp.exception - package net.sourceforge.jaulp.exception
Provides helper classes for Exception Objects.
net.sourceforge.jaulp.file - package net.sourceforge.jaulp.file
This package contains helper classes for handling File objects.
net.sourceforge.jaulp.file.checksum - package net.sourceforge.jaulp.file.checksum
Provides utility classes for computing checksum from files and byte arrays.
net.sourceforge.jaulp.file.compare - package net.sourceforge.jaulp.file.compare
Provides classes for comparison of files or directories.
net.sourceforge.jaulp.file.compare.interfaces - package net.sourceforge.jaulp.file.compare.interfaces
Provides the interfaces for comparison from files or directories.
net.sourceforge.jaulp.file.copy - package net.sourceforge.jaulp.file.copy
Provides classes for copying of files or directories.
net.sourceforge.jaulp.file.create - package net.sourceforge.jaulp.file.create
Provides classes for creating files or directories.
net.sourceforge.jaulp.file.csv - package net.sourceforge.jaulp.file.csv
Provides classes for manipulation from cvs files.
net.sourceforge.jaulp.file.delete - package net.sourceforge.jaulp.file.delete
Provides classes for deletion of files or directories.
net.sourceforge.jaulp.file.exceptions - package net.sourceforge.jaulp.file.exceptions
Provides exception classes for possible exceptions that can be thrown by file operations.
net.sourceforge.jaulp.file.filter - package net.sourceforge.jaulp.file.filter
Provides classes for the Inteface java.io.FileFilter.
net.sourceforge.jaulp.file.namefilter - package net.sourceforge.jaulp.file.namefilter
Provides classes for the Inteface java.io.FilenameFilter.
net.sourceforge.jaulp.file.read - package net.sourceforge.jaulp.file.read
Provides classes for reading files.
net.sourceforge.jaulp.file.rename - package net.sourceforge.jaulp.file.rename
Provides classes for renaming files or directories.
net.sourceforge.jaulp.file.search - package net.sourceforge.jaulp.file.search
Provides classes for searching files or directories.
net.sourceforge.jaulp.file.write - package net.sourceforge.jaulp.file.write
Provides classes for writing data in files or directories.
net.sourceforge.jaulp.file.zip - package net.sourceforge.jaulp.file.zip
Provides classes for zipping and unzipping zip files.
net.sourceforge.jaulp.iban - package net.sourceforge.jaulp.iban
This package contains helper classes for bankaccounts.
net.sourceforge.jaulp.id.generator - package net.sourceforge.jaulp.id.generator
Provides interfaces and classes for generating ids for primary keys in database tables.
net.sourceforge.jaulp.io - package net.sourceforge.jaulp.io
This package contains helper classes for Resource, Streams and serialized objects.
net.sourceforge.jaulp.layout - package net.sourceforge.jaulp.layout
This package contains helper classes for handle the screensizes and layouts.
net.sourceforge.jaulp.locale - package net.sourceforge.jaulp.locale
This package contains helper classes for Locale objects.
net.sourceforge.jaulp.math - package net.sourceforge.jaulp.math
In this package are helper classes for the handle from numbers.
net.sourceforge.jaulp.net - package net.sourceforge.jaulp.net
In this package are helper classes for the network.
net.sourceforge.jaulp.random - package net.sourceforge.jaulp.random
This package contains helper classes for random objects like numbers or String and more.
net.sourceforge.jaulp.random.address - package net.sourceforge.jaulp.random.address
This package contains helper classes for random address objects.
net.sourceforge.jaulp.random.date - package net.sourceforge.jaulp.random.date
This package contains helper classes for random date objects.
net.sourceforge.jaulp.random.lotto - package net.sourceforge.jaulp.random.lotto
Provides a simple application for getting some lucky lotto numbers.
net.sourceforge.jaulp.reflection - package net.sourceforge.jaulp.reflection
This package contains helper classes for the reflection.
net.sourceforge.jaulp.regex - package net.sourceforge.jaulp.regex
This package contains helper classes for regular expression objects.
net.sourceforge.jaulp.string - package net.sourceforge.jaulp.string
This package contains helper classes for String objects.
net.sourceforge.jaulp.swing - package net.sourceforge.jaulp.swing
This package contains helper generic classes for JTable and models in swing.
net.sourceforge.jaulp.swing.browser - package net.sourceforge.jaulp.swing.browser
Provides helper classes for controlling the browser from an swing application.
net.sourceforge.jaulp.swing.laf - package net.sourceforge.jaulp.swing.laf
Provides an enum for a some 'look and feel' names.
net.sourceforge.jaulp.swing.menu - package net.sourceforge.jaulp.swing.menu
Provides helper classes for swing menus.
net.sourceforge.jaulp.swing.tablemodel - package net.sourceforge.jaulp.swing.tablemodel
This package contains helper generic classes for Tablemodels in swing.
net.sourceforge.jaulp.swing.x - package net.sourceforge.jaulp.swing.x
This package contains helper generic classes for JXTable and models in swingx.
next() - Method in class net.sourceforge.jaulp.collections.iterators.ArrayIterator
next() - Method in class net.sourceforge.jaulp.collections.iterators.EnumerationIterator
NoRowsSelectedException - Exception in net.sourceforge.jaulp.swing.tablemodel
The Class NoRowsSelectedException are thrown when there are no rows from the table selected.
NoRowsSelectedException() - Constructor for exception net.sourceforge.jaulp.swing.tablemodel.NoRowsSelectedException
Instantiates a new no rows selected exception.
NoRowsSelectedException(String) - Constructor for exception net.sourceforge.jaulp.swing.tablemodel.NoRowsSelectedException
Instantiates a new no rows selected exception.
NoRowsSelectedException(Throwable) - Constructor for exception net.sourceforge.jaulp.swing.tablemodel.NoRowsSelectedException
Instantiates a new no rows selected exception.
NoRowsSelectedException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.swing.tablemodel.NoRowsSelectedException
Instantiates a new no rows selected exception.
NUMBERS - Static variable in class net.sourceforge.jaulp.random.Constants
All digits.

O

observableChanged() - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Observable have changed.
Observer<T> - Interface in net.sourceforge.jaulp.designpattern.observer.ifaces
The Interface Observer.
ONE_DAY - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_DAY.
ONE_DEFAULT_MONTH - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_DEFAULT_MONTH.
ONE_HOUR - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_HOUR.
ONE_MINUTE - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_MINUTE.
ONE_SECOND - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_SECOND.
ONE_YEAR - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_YEAR.
openFileReader(String) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
The Method openFileReader() opens a BufferedReader from the given file.
OS - Enum in net.sourceforge.jaulp.swing.browser
The Enum OS has constants for the operating systems.

P

paint(Graphics) - Method in class net.sourceforge.jaulp.layout.DrawMessage
parseDate(String, List<String>) - Static method in class net.sourceforge.jaulp.date.DateUtils
Tries to convert the given String to a Date.
parseToDate(String, String) - Static method in class net.sourceforge.jaulp.date.DateUtils
Parses the String date to a date object.
parseToDate(String, String[], Locale) - Static method in class net.sourceforge.jaulp.date.DateUtils
Returns a date-object if the array with the formats are valid otherwise null.
parseToDateLenient(String, String, boolean) - Static method in class net.sourceforge.jaulp.date.DateUtils
Parses the String date to a date object.
parseToString(Date, String) - Static method in class net.sourceforge.jaulp.date.DateUtils
The Method parseToString(Date, String) formats the given Date to the given Format.
PARTIALFETCH - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant PARTIALFETCH.
PASSWORD - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant PASSWORD.
PBEWITH_MD5AND_DES - Static variable in class net.sourceforge.jaulp.crypto.CryptConst
Constant for the algorithm to encrypt and decrypt.
POP3 - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant POP3.
PORT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant PORT.
printAllPrimeNumbersTill(int) - Static method in class net.sourceforge.jaulp.math.MathUtils
Prints all prime numbers till the given number.
printCollection(Collection) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Helper-Method for printing a Collection in the console.
printCollection(Collection, OutputStream) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Helper-Method for printing a Collection in the OutputStream.
printHumanReadableAge() - Method in class net.sourceforge.jaulp.date.Age
Deprecated. Use instead the method Age.getHumanReadableAge().
printIterator(Iterator<T>) - Static method in class net.sourceforge.jaulp.collections.iterators.IteratorUtils
Helper method for printing the content from an Iterator.
printMap(Map<K, V>) - Static method in class net.sourceforge.jaulp.collections.MapUtils
The Method printMap prints the HashMap to the console.
PRIVATE_KEY - Static variable in class net.sourceforge.jaulp.crypto.CryptConst
Constant for the private key.
PROP_FILE_STREETS - Static variable in class net.sourceforge.jaulp.random.address.RandomAddressUtils
Resource for get german streets.
PROP_FILE_ZIP_CITIES - Static variable in class net.sourceforge.jaulp.random.address.RandomAddressUtils
Resource for get german zipcodes and the cities from it.
PROPERTIES_FILENAME - Static variable in class net.sourceforge.jaulp.email.EmailConstants
Constant for the name from the properties-file.
PropertyKeys - Class in net.sourceforge.jaulp.email.properties
Helper-class for the keys from the email-properties.
PropertyKeys() - Constructor for class net.sourceforge.jaulp.email.properties.PropertyKeys
 
PROTOCOL - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant PROTOCOL.
put(K, V) - Method in class net.sourceforge.jaulp.collections.InsertionOrderMap
Associates the specified value with the specified key in this map.
putQuotesToString(String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Deprecated. Use instead StringUtils.putQuotesToString( String ).
putQuotesToString(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Puts to the given String at the start and end quotes.

Q

QUITWAIT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant QUITWAIT.

R

RandomAddressUtils - Class in net.sourceforge.jaulp.random.address
Utility class to create random addresses.
RandomAddressUtils() - Constructor for class net.sourceforge.jaulp.random.address.RandomAddressUtils
 
randomBoolean() - Static method in class net.sourceforge.jaulp.random.RandomUtils
Returns a random boolean.
randomChar(String) - Static method in class net.sourceforge.jaulp.random.RandomUtils
The Method randomChar(String) selects a random char from the given String.
RandomDateUtils - Class in net.sourceforge.jaulp.random.date
This util class gets random dates.
RandomDateUtils() - Constructor for class net.sourceforge.jaulp.random.date.RandomDateUtils
 
randomInt(int) - Static method in class net.sourceforge.jaulp.random.RandomUtils
The Method randomInt(int) gets an int to the spezified range.
randomString(String, int) - Static method in class net.sourceforge.jaulp.random.RandomUtils
The Method randomString(String, int) makes an random String from the given String and to the spezified length.
randomString(String[]) - Static method in class net.sourceforge.jaulp.random.RandomUtils
The Method randomString(String []) a random String from the Array For example: The Stringarray test as argument.
RandomUtils - Class in net.sourceforge.jaulp.random
Utility class for producing random data.
RandomUtils() - Constructor for class net.sourceforge.jaulp.random.RandomUtils
 
read() - Method in class net.sourceforge.jaulp.crypto.io.CryptoInputStream
readDataFromCVSFileToList(File, int, boolean, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Reads from a csv-file the field from the given position and puts them to the List.
readDataFromCVSFileToList(File, int, boolean, String, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Reads from a csv-file the field from the given position and puts them to the List.
reader2String(Reader) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
The Method reader2String() reads the data from the Reader into a String.
readFilelistToProperties(File) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Read filelist to properties.
readFileToBytearray(File) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
Get a byte array from the given file.
readFileToList(File) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Reads every line from the given File into a List and returns the List.
readFileToList(File, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Reads every line from the given File into a List and returns the List.
ReadFileUtils - Class in net.sourceforge.jaulp.file.read
The Class ReadFileUtils helps you reading files.
ReadFileUtils() - Constructor for class net.sourceforge.jaulp.file.read.ReadFileUtils
 
readFromFile(File) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
The Method readFromFile() reads the filecontent to a String.
readHeadLine(String) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
The Method readHeadLine() opens the File and reads the first line from the file.
readLine(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Reads the given String till it finds a carriage return and returns it.
readLinesInList(File, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Reads every line from the File and puts them to the List.
readLinesInList(File) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
Reads every line from the File and puts them to the List.
readPropertiesFromFile(String) - Static method in class net.sourceforge.jaulp.file.read.ReadFileUtils
The Method readFromFile(String) reads from the properties-file all Properties and saves them into a Properties-Object.
readSerializedObjectFromFile(File) - Static method in class net.sourceforge.jaulp.io.SerializedObjectUtils
Reads the object from the given file.
readSourceFileAndWriteDestFile(String, String) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Writes the source file with the best performance to the destination file.
ReflectionUtils - Class in net.sourceforge.jaulp.reflection
The Class ReflectionUtils.
ReflectionUtils() - Constructor for class net.sourceforge.jaulp.reflection.ReflectionUtils
 
remove(K) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Removes the Set from the given key.
remove() - Method in class net.sourceforge.jaulp.collections.iterators.ArrayIterator
remove() - Method in class net.sourceforge.jaulp.collections.iterators.EnumerationIterator
remove(K) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Removes the Set from the given key.
remove(T) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Removes the given Object.
removeAll(Collection<K>) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Removes all keys from the Map from the given Collection.
removeAll(Collection<K>) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Removes all keys from the Map from the given Collection.
removeAll(int[]) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Removes the all.
removeAll(List<T>) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Removes the all the given Object.
removeAt(int) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Removes the row at the given index.
removeEmptyString(String[]) - Static method in class net.sourceforge.jaulp.string.StringUtils
Removes empty Strings from the given string array and gives it back.
removeFirst(List) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Removes the first object from the given List.
removeLast(List) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Removes the last object from the given List.
removeLastValues(ArrayList<T>, int) - Static method in class net.sourceforge.jaulp.collections.ListUtils
The Method removeLastValues(ArrayList, int) remove the last Values.
removeObserver(Observer<T>) - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Removes the given observer.
removeObserver(Observer<T>) - Method in interface net.sourceforge.jaulp.designpattern.observer.ifaces.Subject
Removes the given observer.
removeObservers(Collection<Observer<T>>) - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Removes the given observers.
removeObservers(Collection<Observer<T>>) - Method in interface net.sourceforge.jaulp.designpattern.observer.ifaces.Subject
Removes the given observers.
removeQuotesFromString(String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Deprecated. Use instead StringUtils.removeQuotesFromString(String).
removeQuotesFromString(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Removes from the given String the first and the last character.
removeRole(Role) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Removes the given role from the user.
removeRole(Role) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Removes the given role from the user.
removeSession(K) - Method in interface net.sourceforge.jaulp.auth.interfaces.SessionContext
Removes the session from the context.
removeSession(String) - Method in class net.sourceforge.jaulp.auth.UserSessionContext
Removes the session from the context.
renameFile(File, File) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
This method renames a given file.
renameFile(File, File, boolean) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
This method renames a given file.
renameFile(File, String) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
This method renames a given file.
RenameFileUtils - Class in net.sourceforge.jaulp.file.rename
The Class RenameFileUtils helps you to rename files or directories.
RenameFileUtils() - Constructor for class net.sourceforge.jaulp.file.rename.RenameFileUtils
 
renameFileWithSystemtime(File) - Static method in class net.sourceforge.jaulp.file.rename.RenameFileUtils
Renames the given file and add to the filename the systemtime.
replaceAll(String, String, String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Replaces all occurrences of a String within another String.
replaceCharsWithNumbers(String) - Static method in class net.sourceforge.jaulp.iban.BankaccountUtils
Replaces Characters with numbers.
replaceWildcardsWithRE(String) - Static method in class net.sourceforge.jaulp.regex.REUtils
Replaces the normal wildcards in the given String with the corresponding regular expression wildcards.
REPLYALLCC - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant REPLYALLCC.
REPORTSUCCESS - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant REPORTSUCCESS.
ResourceUtils - Class in net.sourceforge.jaulp.io
Utility class for the use Resource object.
ResourceUtils() - Constructor for class net.sourceforge.jaulp.io.ResourceUtils
 
REUtils - Class in net.sourceforge.jaulp.regex
Utility class for the use with regular expressions.
REUtils() - Constructor for class net.sourceforge.jaulp.regex.REUtils
 
revertOrder(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Reverts the order from the given List.
Role - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface Role.
RSETBEFOREQUIT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant RSETBEFOREQUIT.

S

SASL_AUTHORIZATIONID - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SASL_AUTHORIZATIONID.
SASL_ENABLE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SASL_ENABLE.
SASL_MECHANISMS - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SASL_MECHANISMS.
SASL_REALM - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SASL_REALM.
ScreenSizeUtils - Class in net.sourceforge.jaulp.layout
Utility class for handle with screensize.
ScreenSizeUtils() - Constructor for class net.sourceforge.jaulp.layout.ScreenSizeUtils
 
SearchFileAttributesBean - Class in net.sourceforge.jaulp.file.search
The Class SearchFileAttributesBean provides file attribute flags to ignore or not.
SearchFileAttributesBean(boolean, boolean, boolean, boolean, boolean) - Constructor for class net.sourceforge.jaulp.file.search.SearchFileAttributesBean
Instantiates a new search file attributes bean.
SecretCryptor - Interface in net.sourceforge.jaulp.crypto.interfaces
Interface for SecretCryptor objects.
SecretCryptorFactory - Class in net.sourceforge.jaulp.crypto.factories
Factory for creating SecretCryptor objects.
SecretCryptorFactory() - Constructor for class net.sourceforge.jaulp.crypto.factories.SecretCryptorFactory
 
SendEmail - Class in net.sourceforge.jaulp.email
Helper-class for sending emails.
SendEmail() - Constructor for class net.sourceforge.jaulp.email.SendEmail
The Constructor.
SendEmail(Properties) - Constructor for class net.sourceforge.jaulp.email.SendEmail
The Constructor.
sendEmail(EmailAttachments) - Method in class net.sourceforge.jaulp.email.SendEmail
Sends the EmailMessage thats wrappes from the EmailAttachments.
sendEmail(EmailMessage) - Method in class net.sourceforge.jaulp.email.SendEmail
Sends the given EmailMessage.
sendEmail(String, String, String, String) - Method in class net.sourceforge.jaulp.email.SendEmail
Sends a simple email.
SENDPARTIAL - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SENDPARTIAL.
SEPARATESTORECONNECTION - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SEPARATESTORECONNECTION.
SerializedObjectUtils - Class in net.sourceforge.jaulp.io
Helper-class for make exact copys from serialized objects.
Session - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface Session.
SessionContext<K> - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface SessionContext.
setAbsolutePathEquality(Boolean) - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
 
setAbsolutePathEquality(Boolean) - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Sets the absolute path equality.
setAccessRights(Collection<AccessRight>) - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Sets the permissions.
setAccessRights(Collection<AccessRight>) - Method in class net.sourceforge.jaulp.auth.SimpleRole
Sets the permissions.
setAlgorithm(String) - Method in interface net.sourceforge.jaulp.crypto.interfaces.Crypto
Sets the algorithm from the Crypto object.
setAttributtes(Map) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field attributtes.
setAttributtes(Map) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field attributtes.
setCipher(Cipher) - Method in interface net.sourceforge.jaulp.crypto.interfaces.SecretCryptor
Sets the cipher from the SecretCryptor object.
setCipher(Cipher) - Method in class net.sourceforge.jaulp.crypto.SimpleDecryptor
Sets the cipher from the SecretCryptor object.
setCipher(Cipher) - Method in class net.sourceforge.jaulp.crypto.SimpleEncryptor
Sets the cipher from the SecretCryptor object.
setColor(Color) - Method in class net.sourceforge.jaulp.layout.DrawMessage
Sets the field color.
setCompressionMethod(int) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field compressionMethod.
setCompressionMethod(int) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field compressionMethod.
setContent(Object, String) - Method in class net.sourceforge.jaulp.email.EmailMessage
setContentEquality(boolean) - Method in class net.sourceforge.jaulp.file.compare.FileContentResultBean
Sets the content equality.
setContentEquality(boolean) - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileContentResultBean
Sets the content equality.
SETCONTENTTYPEFILENAME - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SETCONTENTTYPEFILENAME.
setCtrlAccelerator(JMenuItem, char) - Static method in class net.sourceforge.jaulp.swing.menu.MenuUtils
Sets the accelerator from the given menuitem and the given character with the CTRL.
setData(List<T>) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Sets the data.
setDebug(boolean) - Method in class net.sourceforge.jaulp.email.SendEmail
Sets the debug flag.
SETDEFAULTTEXTCHARSET - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SETDEFAULTTEXTCHARSET.
setDescription(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.AccessRight
Sets the field description.
setDescription(String) - Method in class net.sourceforge.jaulp.auth.SimpleAccessRight
Sets the field description.
setDescription(String) - Method in class net.sourceforge.jaulp.auth.SimpleRole
Sets the field description.
setDirectoryToZip(File) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field directoryToZip.
setDirectoryToZip(File) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field directoryToZip.
setDirToStart(String) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field dirToStart.
setDirToStart(String) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field dirToStart.
setFileCounter(int) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field fileCounter.
setFileCounter(int) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field fileCounter.
setFileExtensionEquality(Boolean) - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Sets the file extension equality.
setFileExtensionEquality(Boolean) - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Sets the file extension equality.
setFileFilter(FilenameFilter) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field fileFilter.
setFileFilter(FilenameFilter) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field fileFilter.
setFileLength(long) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field fileLength.
setFileLength(long) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field fileLength.
setFirstCharacterToUpperCase(String) - Static method in class net.sourceforge.jaulp.string.StringUtils
Sets the first character from the given string to upper case and returns it.
setId(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field id.
setId(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field id.
setId(String) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field id.
setId(String) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field id.
setLastAccess(Date) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field lastAccess.
setLastAccess(Date) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field lastAccess.
setLastModifiedEquality(Boolean) - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Sets the last modified equality.
setLastModifiedEquality(Boolean) - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Sets the last modified equality.
setLengthEquality(Boolean) - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Sets the length equality.
setLengthEquality(Boolean) - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Sets the length equality.
setLocale(Locale) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field locale.
setLocale(Locale) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field locale.
setLock(boolean) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field lock.
setLock(boolean) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field lock.
setMaxInactiveTime(int) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field maxInactiveTime.
setMaxInactiveTime(int) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field maxInactiveTime.
setMessage(String) - Method in class net.sourceforge.jaulp.layout.DrawMessage
Sets the field message.
setName(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.AccessRight
Sets the field name.
setName(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Sets the name.
setName(String) - Method in class net.sourceforge.jaulp.auth.SimpleAccessRight
Sets the field name.
setName(String) - Method in class net.sourceforge.jaulp.auth.SimpleRole
Sets the name.
setNameEquality(Boolean) - Method in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
Sets the name equality.
setNameEquality(Boolean) - Method in interface net.sourceforge.jaulp.file.compare.interfaces.IFileCompareResultBean
Sets the name equality.
setObservable(T) - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Sets the observable.
setPassword(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field password.
setPassword(String) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field password.
setPrivateKey(String) - Method in interface net.sourceforge.jaulp.crypto.interfaces.SecretCryptor
Sets the private key from the SecretCryptor object.
setPrivateKey(String) - Method in class net.sourceforge.jaulp.crypto.SimpleDecryptor
Sets the private key from the SecretCryptor object.
setPrivateKey(String) - Method in class net.sourceforge.jaulp.crypto.SimpleEncryptor
Sets the private key from the SecretCryptor object.
setProvider(Provider) - Method in interface net.sourceforge.jaulp.crypto.interfaces.Crypto
Sets the provider from the Crypto object.
setRoles(Set<Role>) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field roles.
setRoles(Set<Role>) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field roles.
setStartTime(Date) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field startTime.
setStartTime(Date) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field startTime.
setSubject(String) - Method in class net.sourceforge.jaulp.email.EmailMessage
setSubject(String, String) - Method in class net.sourceforge.jaulp.email.EmailMessage
setToDir(File) - Method in class net.sourceforge.jaulp.file.zip.Unzipper
Sets the field toDir.
setUser(User) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field user.
setUser(User) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field user.
setUsername(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field username.
setUsername(String) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field username.
setZipFile(ZipFile) - Method in class net.sourceforge.jaulp.file.zip.Unzipper
Sets the field zipFile.
setZipFile(File) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field zipFile.
setZipFile(File) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field zipFile.
setZipFileComment(String) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field zipFileComment.
setZipFileComment(String) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field zipFileComment.
setZipFileName(String) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field zipFileName.
setZipFileName(String) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field zipFileName.
setZipFileObj(ZipFile) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field zipFileObj.
setZipFileObj(ZipFile) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field zipFileObj.
setZipLevel(int) - Method in interface net.sourceforge.jaulp.file.zip.ZipModel
Sets the field zipLevel.
setZipLevel(int) - Method in class net.sourceforge.jaulp.file.zip.Zipper
Sets the field zipLevel.
showInfoDialog(Frame, String) - Static method in class net.sourceforge.jaulp.layout.InfomationDialog
Statische Methode um ein Dialogfenster mit der angegebener Nachricht zu erzeugen.
shuffleSelectedLeftRowsToRightTable() - Method in class net.sourceforge.jaulp.swing.GenericShuffleJTable
Shuffle selected left rows to right table.
shuffleSelectedLeftRowsToRightTable() - Method in class net.sourceforge.jaulp.swing.x.GenericShuffleJXTable
Shuffle selected left rows to right table.
shuffleSelectedLeftRowsToRightTableModel(int[]) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Shuffle selected left rows to right table model.
shuffleSelectedLeftRowsToRightTableModel(JTable, GenericShuffleTableModel<?>) - Static method in class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Shuffle selected left rows to right table model.
shuffleSelectedLeftRowToRightTable() - Method in class net.sourceforge.jaulp.swing.GenericShuffleJTable
Shuffle selected left row to right table model.
shuffleSelectedLeftRowToRightTable() - Method in class net.sourceforge.jaulp.swing.x.GenericShuffleJXTable
Shuffle selected left row to right table model.
shuffleSelectedLeftRowToRightTableModel(int) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Shuffle selected left row to right table model.
shuffleSelectedRightRowsToLeftTable() - Method in class net.sourceforge.jaulp.swing.GenericShuffleJTable
Shuffle selected right rows to left table model.
shuffleSelectedRightRowsToLeftTable() - Method in class net.sourceforge.jaulp.swing.x.GenericShuffleJXTable
Shuffle selected right rows to left table model.
shuffleSelectedRightRowsToLeftTableModel(int[]) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Shuffle selected right rows to left table model.
shuffleSelectedRightRowsToLeftTableModel(JTable, GenericShuffleTableModel<?>) - Static method in class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Shuffle selected right rows to left table model.
shuffleSelectedRightRowToLeftTable() - Method in class net.sourceforge.jaulp.swing.GenericShuffleJTable
Shuffle selected right row to left table model.
shuffleSelectedRightRowToLeftTable() - Method in class net.sourceforge.jaulp.swing.x.GenericShuffleJXTable
Shuffle selected right row to left table model.
shuffleSelectedRightRowToLeftTableModel(int) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericShuffleTableModel
Shuffle selected right row to left table model.
SIMPLE_DECRYPTOR - Static variable in class net.sourceforge.jaulp.crypto.CryptConst
Constant for the initialization from SimpleDecryptor.
SIMPLE_ENCRYPTOR - Static variable in class net.sourceforge.jaulp.crypto.CryptConst
Constant for the initialization from SimpleEncryptor.
SimpleAccessRight - Class in net.sourceforge.jaulp.auth
The Class SimpleAccessRight.
SimpleAccessRight() - Constructor for class net.sourceforge.jaulp.auth.SimpleAccessRight
 
simpleCompareFiles(File, File) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Simple comparing the given files.
SimpleCryptoUtils - Class in net.sourceforge.jaulp.crypto
Utility class for the use of encrypt or decrypt information.
SimpleDecryptor - Class in net.sourceforge.jaulp.crypto
A simple Decryptor object.
SimpleDecryptor() - Constructor for class net.sourceforge.jaulp.crypto.SimpleDecryptor
Default constructor.
SimpleDecryptor(String) - Constructor for class net.sourceforge.jaulp.crypto.SimpleDecryptor
Constructor with a private key.
SimpleEncryptor - Class in net.sourceforge.jaulp.crypto
A simple Encryptor object.
SimpleEncryptor() - Constructor for class net.sourceforge.jaulp.crypto.SimpleEncryptor
Default constructor.
SimpleEncryptor(String) - Constructor for class net.sourceforge.jaulp.crypto.SimpleEncryptor
Default constructor.
SimpleFilenameFilter - Class in net.sourceforge.jaulp.file.namefilter
The Class SimpleFilenameFilter.
SimpleFilenameFilter(String, boolean) - Constructor for class net.sourceforge.jaulp.file.namefilter.SimpleFilenameFilter
Instantiates a new simple FilenameFilter.
SimpleRole - Class in net.sourceforge.jaulp.auth
The Class SimpleRole.
SimpleRole() - Constructor for class net.sourceforge.jaulp.auth.SimpleRole
 
SimpleUser - Class in net.sourceforge.jaulp.auth
The Class SimpleUser.
SimpleUser() - Constructor for class net.sourceforge.jaulp.auth.SimpleUser
 
SLASH - Static variable in class net.sourceforge.jaulp.file.FileConst
Constant for the slash. current value:"/"
SMTP - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SMTP.
SOCKETFACTORY_CLASS - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SOCKETFACTORY_CLASS.
SOCKETFACTORY_FALLBACK - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SOCKETFACTORY_FALLBACK.
SOCKETFACTORY_PORT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SOCKETFACTORY_PORT.
SocketUtils - Class in net.sourceforge.jaulp.net
Helper class for handling Sockets.
SocketUtils() - Constructor for class net.sourceforge.jaulp.net.SocketUtils
 
sortData(File, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Read an csv-file and puts them in a String-array.
source - Variable in class net.sourceforge.jaulp.file.compare.FileCompareResultBean
The source file.
SPECIALCHARS - Static variable in class net.sourceforge.jaulp.random.Constants
All special Chars
splitListToParts(List, int) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Splits the List to Parts to the specified times
splitSetToParts(Set<T>, int) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Splits the Set to Parts to the specified times
STARTTLS_ENABLE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant STARTTLS_ENABLE.
STATUSCACHETIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant STATUSCACHETIMEOUT.
STORE - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant STORE.
storeByteArrayToFile(byte[], File) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Saves a byte array to the given file.
storeFilelistToProperties(File, File, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Stores a komma seperated file to a properties object.
StreamUtils - Class in net.sourceforge.jaulp.io
Utility class for input/output operations.
StreamUtils() - Constructor for class net.sourceforge.jaulp.io.StreamUtils
 
STREETS - Static variable in class net.sourceforge.jaulp.random.address.HellenicAddressConst
Constant from an Array with greek streets.
string2File(File, String) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
The Method string2File(File, String) writes the String to the File.
string2File(String, String) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
The Method string2File() writes a String to the file.
StringUtils - Class in net.sourceforge.jaulp.string
Utility class for the use of String object.
StringUtils() - Constructor for class net.sourceforge.jaulp.string.StringUtils
 
Subject<T> - Interface in net.sourceforge.jaulp.designpattern.observer.ifaces
The Interface Subject.
SUBMITTER - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant SUBMITTER.
substractDaysFromDate(Date, int) - Static method in class net.sourceforge.jaulp.date.DateUtils
Substract days to the given Date object and returns it.
SystemTimeIdGenerator - Class in net.sourceforge.jaulp.id.generator
The Class SystemTimeIdGenerator.

T

TIMEOUT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant TIMEOUT.
toGenericMap(T[][]) - Static method in class net.sourceforge.jaulp.collections.MapUtils
Converts a two dimensional Array to a Map.
toMap(String[][]) - Static method in class net.sourceforge.jaulp.collections.MapUtils
Converts a two dimensional String Array to a Map.
toString() - Method in class net.sourceforge.jaulp.file.filter.MultiplyExtensionsFileFilter
toString() - Method in class net.sourceforge.jaulp.file.filter.TxtFileFilter
toString() - Method in class net.sourceforge.jaulp.file.namefilter.MultiplyExtensionsFilenameFilter
toString() - Method in class net.sourceforge.jaulp.file.namefilter.SimpleFilenameFilter
TRANSPORT - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant TRANSPORT.
TXT_EXTENSION - Static variable in class net.sourceforge.jaulp.file.filter.TxtFileFilter
The Constant TXT_EXTENSION.
TxtFileFilter - Class in net.sourceforge.jaulp.file.filter
The Class TxtFileFilter accepts File-objects that are directories or end with the suffix '.txt'.
TxtFileFilter() - Constructor for class net.sourceforge.jaulp.file.filter.TxtFileFilter
 

U

UCCHARSWN - Static variable in class net.sourceforge.jaulp.random.Constants
Uppercase chars and numbers.
UCCHARSWNASC - Static variable in class net.sourceforge.jaulp.random.Constants
Lowercase chars, numbers and special chars.
UHH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
unzip() - Method in class net.sourceforge.jaulp.file.zip.Unzipper
Unzip.
unzip(ZipFile, File) - Method in class net.sourceforge.jaulp.file.zip.Unzipper
Unzip.
unzip(ZipFile, File) - Static method in class net.sourceforge.jaulp.file.zip.ZipUtils
Unzip.
Unzipper - Class in net.sourceforge.jaulp.file.zip
The Class Unzipper.
Unzipper() - Constructor for class net.sourceforge.jaulp.file.zip.Unzipper
Instantiates a new unzipper.
Unzipper(ZipFile, File) - Constructor for class net.sourceforge.jaulp.file.zip.Unzipper
Instantiates a new unzipper.
update(T) - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractObserver
Update.
update(T) - Method in interface net.sourceforge.jaulp.designpattern.observer.ifaces.Observer
Update.
update(T) - Method in class net.sourceforge.jaulp.swing.tablemodel.GenericTableModel
Update the row.
updateObservers() - Method in class net.sourceforge.jaulp.designpattern.observer.AbstractSubject
Update observers.
updateObservers() - Method in interface net.sourceforge.jaulp.designpattern.observer.ifaces.Subject
Update observers.
UPPERCASECHARS - Static variable in class net.sourceforge.jaulp.random.Constants
The alphabet-chars in upper case.
User - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface User.
USER - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant USER.
UserSession - Class in net.sourceforge.jaulp.auth
The Class UserSession.
UserSession(User) - Constructor for class net.sourceforge.jaulp.auth.UserSession
Default constructor.
UserSessionContext - Class in net.sourceforge.jaulp.auth
The Class UserSessionContext.
USERSET - Static variable in class net.sourceforge.jaulp.email.properties.MailPropertiesConst
The Constant USERSET.

V

VALID_CHARS_IN_FILENAME - Static variable in class net.sourceforge.jaulp.regex.REUtils
Regular expression class for the valid characters in a filename.
validateEmailAdress(String) - Static method in class net.sourceforge.jaulp.email.EmailUtils
Validate the given email address.
validateEquality(IFileCompareResultBean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Validates the files encapsulated in the IFileCompareResultBean for simple equality.
validateEquality(IFileContentResultBean) - Static method in class net.sourceforge.jaulp.file.compare.CompareFileUtils
Validates the files encapsulated in the IFileCompareResultBean for total equality.
valueOf(String) - Static method in enum net.sourceforge.jaulp.date.Day
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.jaulp.file.checksum.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.jaulp.swing.browser.Browsers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.jaulp.swing.browser.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.jaulp.swing.laf.LookAndFeels
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.jaulp.date.Day
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.jaulp.file.checksum.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.jaulp.swing.browser.Browsers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.jaulp.swing.browser.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.jaulp.swing.laf.LookAndFeels
Returns an array containing the constants of this enum type, in the order they are declared.

W

WILDCARD_ASTERISK - Static variable in class net.sourceforge.jaulp.regex.REUtils
Constant for the wildcard asterisk "*".
WILDCARD_MANYCHARS_RE - Static variable in class net.sourceforge.jaulp.regex.REUtils
Regular expression for many characters in the filename.
WILDCARD_ONECHAR_RE - Static variable in class net.sourceforge.jaulp.regex.REUtils
Regular expression for exactly on character in the filename.
WILDCARD_QUESTION_MARK - Static variable in class net.sourceforge.jaulp.regex.REUtils
Constant for the wildcard interrogation mark "?".
wildcardCriterionSQL(String) - Static method in class net.sourceforge.jaulp.regex.REUtils
Replaces the query with the wildcards asterisk "*" and interrogation mark "?"
windowClosed(WindowEvent) - Method in class net.sourceforge.jaulp.layout.CloseWindow
windowClosed(WindowEvent) - Method in class net.sourceforge.jaulp.layout.DisposeWindow
windowClosing(WindowEvent) - Method in class net.sourceforge.jaulp.layout.CloseWindow
windowClosing(WindowEvent) - Method in class net.sourceforge.jaulp.layout.DisposeWindow
write(int) - Method in class net.sourceforge.jaulp.crypto.io.CryptoOutputStream
write2File(Reader, Writer, boolean) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
The Method write2File() reads from an opened Reader and writes it to the opened Writer.
write2File(String, String) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
The Method write2File(String, String) copys a file from one filename to another.
write2File(String, Writer, boolean) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
The Method write2File() writes the File into the PrintWriter.
write2FileWithBuffer(String, String) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
The Method write2FileWithBuffer() copy the content from one file to another.
writeByteArrayToFile(File, byte[]) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Writes the given byte array to the given file.
writeByteArrayToFile(String, byte[]) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Writes the given byte array to a file.
WriteFileUtils - Class in net.sourceforge.jaulp.file.write
The Class WriteFileUtils provides methods for writing in files.
WriteFileUtils() - Constructor for class net.sourceforge.jaulp.file.write.WriteFileUtils
 
writeInputStreamToOutputStream(InputStream, OutputStream, boolean) - Static method in class net.sourceforge.jaulp.io.StreamUtils
The Method writeInputStreamToOutputStream(InputStream, OutputStream, boolean) writes to the given OutputStream from an opened InputStream.
writeLines(File, Set<String>, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLinesToFile(Collection<String>, File, String) - Static method in class net.sourceforge.jaulp.file.csv.CsvFileUtils
Writes all the String-object in the collection into the given file.
writeLinesToFile(Collection<String>, File) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Writes the input from the collection into the file.
writeLinesToFile(File, List<String>, String) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
Writes the input from the collection into the file.
writeProperties2File(String, Properties) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
The Method writeProperties2File(String, Properties) writes the Properties to the file.
writeSerializedObjectToFile(Object, File) - Static method in class net.sourceforge.jaulp.io.SerializedObjectUtils
Writes the given object to the given File.
writeStringToFile(File, String, String) - Static method in class net.sourceforge.jaulp.file.write.WriteFileUtils
The Method writeStringToFile(File, String, String) writes the String to the File.

Y

YYYY_MM_DD - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
TODO Change the name properly.
YYYY_MM_DD_HH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
YYYY_MM_DD_HH_MM_SS_S - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
YYYY_MM_DD_T_HH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
YYYYMMDDHHMMSS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.

Z

zip() - Method in class net.sourceforge.jaulp.file.zip.Zipper
Zip.
zip(File, File) - Static method in class net.sourceforge.jaulp.file.zip.ZipUtils
Zip the given file.
zip(File, File, FilenameFilter) - Static method in class net.sourceforge.jaulp.file.zip.ZipUtils
Zip the given file.
zip(File, File, FilenameFilter, boolean) - Static method in class net.sourceforge.jaulp.file.zip.ZipUtils
Zip the given file.
ZIP_EXTENSIONS - Static variable in class net.sourceforge.jaulp.file.FileConst
String array with a few extensions from zip-files.
ZipModel - Interface in net.sourceforge.jaulp.file.zip
The Interface ZipModel.
Zipper - Class in net.sourceforge.jaulp.file.zip
The Class Zipper.
Zipper(File, File) - Constructor for class net.sourceforge.jaulp.file.zip.Zipper
Instantiates a new zipper.
Zipper(File, File, FilenameFilter) - Constructor for class net.sourceforge.jaulp.file.zip.Zipper
Instantiates a new zipper.
ZipUtils - Class in net.sourceforge.jaulp.file.zip
The Class ZipUtils provides functionality for ziping and unzipping files.
ZipUtils() - Constructor for class net.sourceforge.jaulp.file.zip.ZipUtils
 

A B C D E F G H I K L M N O P Q R S T U V W Y Z

Copyright © 2010. All Rights Reserved.