protected File getInputFile(Property<String> property) { return content.getChildFile(property.getValue()); }
public String getRelativePath() { return content.getRelativePath(); }
protected File getPropertiesFile() { return content.getChildFile("extracted.properties"); }
public File getOutputDir() { return content.toDir(); }