All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.schlichtherle.io.GlobalArchiveDriverRegistry.properties Maven / Gradle / Ivy

Go to download

TrueZIP is a Java based Virtual File System (VFS) to enable transparent, multi-threaded read/write access to archive files (ZIP, TAR etc.) as if they were directories. Archive files may be arbitrarily nested and the nesting level is only limited by heap and file system size.

The newest version!
banner=\n\
***************************************************************************\n\
**                             ${project.name}                          **\n\
**               (C) ${project.inceptionYear} ${project.organization.name}                      **\n\
**            Licensed under the Apache License, Version 2.0             **\n\
** --------------------------------------------------------------------- **\n\
** If the TrueZIP project has helped you or your organization to save    **\n\
** valuable development time or enable new features in your application, **\n\
** please consider making a donation. Any donation contributes to the    **\n\
** development and support of the TrueZIP project.                       **\n\
**   For more information please visit ${project.url} **\n\
***************************************************************************
lookup.ex=Failed to lookup configuration files\!
loading=Processing configuration file\: "{0}"
loading.ex=Failed to process configuration file\!
noDriversRegistered=No archive drivers configured - accessing archive files like directories will be impossible\!\nPlease ensure that the class path of the current thread's context class loader contains the TrueZIP JAR.
defaultSuffixList=Suffixes recognized by default\: "{0}"
allSuffixList=All suffixes registered\: "{0}"
unknownSuffix=Unknown archive suffix in DEFAULT entry of configuration file\: "{0}"
driverRegistered=Registered archive driver\: "{0}" -> "{1}"
noDefaultSuffixes=DEFAULT entry is missing - no archive file suffixes will be recognized by default\!\nPlease add an entry with the DEFAULT keyword to a configuration file.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy