List of usage examples for org.apache.commons.compress.archivers.sevenz SevenZArchiveEntry getContentMethods
public Iterable<? extends SevenZMethodConfiguration> getContentMethods()
From source file:org.apache.ant.compress.resources.SevenZResource.java
protected void setEntry(ArchiveEntry e) { super.setEntry(e); if (e != null) { SevenZArchiveEntry ze = (SevenZArchiveEntry) e; contentMethods = ze.getContentMethods(); }//from w ww . j av a 2 s .c o m }