Deprecated API


Contents
Deprecated Methods
de.unkrig.commons.text.pattern.IncludeExclude.appendExclude(Glob)
          Equivalent with addExclude(exclude, false) 
de.unkrig.commons.text.pattern.IncludeExclude.appendInclude(Glob)
          Equivalent with addInclude(include, false) 
de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory.forArchiveOutputStream(ArchiveOutputStream)
          Should be replaced by a new method ArchiveOutputStream.getFormat() 
de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory.forCompressorOutputStream(CompressorOutputStream)
          Should be replaced by a new method CompressorOutputStream.getFormat() 
de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory.getEntryCrc32(ArchiveEntry)
          Should be replaced by a new method ArchiveEntry.getCrc32() 
de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory.getUncompressedSize(CompressorInputStream)
          Should be replaced by a new method CompressorInputStream.getUncompressedSize() 
de.unkrig.commons.text.pattern.IncludeExclude.prependExclude(Glob)
          Equivalent with addExclude(exclude, true) 
de.unkrig.commons.text.pattern.IncludeExclude.prependInclude(Glob)
          Equivalent with addInclude(include, true)