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