package br.com.caelum.calopsita.infra.vraptor; import java.io.File; public interface JarParser { public abstract void parse(File file); }