Exemplo n.º 1
0
 protected File getInputFile(Property<String> property) {
   return content.getChildFile(property.getValue());
 }
Exemplo n.º 2
0
 public String getRelativePath() {
   return content.getRelativePath();
 }
Exemplo n.º 3
0
 protected File getPropertiesFile() {
   return content.getChildFile("extracted.properties");
 }
Exemplo n.º 4
0
 public File getOutputDir() {
   return content.toDir();
 }